Liquid Lava
#f77511
Liquid Lava, represented by the hex value #f77511, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f77511 | |
|---|---|---|
| RGB | rgb(247, 117, 17) | |
| HSL | hsl(26, 93%, 52%) | |
| CMYK | cmyk(0%, 53%, 93%, 3%) | |
| LAB | lab(65, 48, 70) | |
| OKLCH | oklch(0.7 0.184 49) |
Color harmonies
Tints & shades
Code snippets
color: #f77511;
background-color: #f77511;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFF77511)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.46, blue: 0.07, alpha: 1.0)