Fiery Glow
#f0531c
Looking for the precise values behind Fiery Glow (#f0531c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f0531c | |
|---|---|---|
| RGB | rgb(240, 83, 28) | |
| HSL | hsl(16, 88%, 53%) | |
| CMYK | cmyk(0%, 65%, 88%, 6%) | |
| LAB | lab(58, 60, 62) | |
| OKLCH | oklch(0.65 0.202 37) |
Color harmonies
Tints & shades
Code snippets
color: #f0531c;
background-color: #f0531c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFF0531C)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.33, blue: 0.11, alpha: 1.0)