Habañero
#f98513
Looking for the precise values behind Habañero (#f98513)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f98513 | |
|---|---|---|
| RGB | rgb(249, 133, 19) | |
| HSL | hsl(30, 95%, 53%) | |
| CMYK | cmyk(0%, 47%, 92%, 2%) | |
| LAB | lab(68, 41, 71) | |
| OKLCH | oklch(0.73 0.176 56) |
Color harmonies
Tints & shades
Code snippets
color: #f98513;
background-color: #f98513;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF98513)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.52, blue: 0.07, alpha: 1.0)