Burning Flame
#ffb162
Burning Flame, represented by the hex value #ffb162, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffb162 | |
|---|---|---|
| RGB | rgb(255, 177, 98) | |
| HSL | hsl(30, 100%, 69%) | |
| CMYK | cmyk(0%, 31%, 62%, 0%) | |
| LAB | lab(79, 24, 52) | |
| OKLCH | oklch(0.82 0.132 64) |
Color harmonies
Tints & shades
Code snippets
color: #ffb162;
background-color: #ffb162;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFB162)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.69, blue: 0.38, alpha: 1.0)