Light My Fire
#f8611a
Light My Fire is a color with the hex code #f8611a. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f8611a | |
|---|---|---|
| RGB | rgb(248, 97, 26) | |
| HSL | hsl(19, 94%, 54%) | |
| CMYK | cmyk(0%, 61%, 90%, 3%) | |
| LAB | lab(61, 57, 65) | |
| OKLCH | oklch(0.68 0.199 41) |
Color harmonies
Tints & shades
Code snippets
color: #f8611a;
background-color: #f8611a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFF8611A)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.38, blue: 0.10, alpha: 1.0)