Jack-O
#fb9902
Looking for the precise values behind Jack-O (#fb9902)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fb9902 | |
|---|---|---|
| RGB | rgb(251, 153, 2) | |
| HSL | hsl(36, 98%, 50%) | |
| CMYK | cmyk(0%, 39%, 99%, 2%) | |
| LAB | lab(72, 32, 77) | |
| OKLCH | oklch(0.77 0.171 66) |
Color harmonies
Tints & shades
Code snippets
color: #fb9902;
background-color: #fb9902;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFB9902)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.60, blue: 0.01, alpha: 1.0)