Habañero Gold
#fecf3c
Looking for the precise values behind Habañero Gold (#fecf3c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fecf3c | |
|---|---|---|
| RGB | rgb(254, 207, 60) | |
| HSL | hsl(45, 99%, 62%) | |
| CMYK | cmyk(0%, 19%, 76%, 0%) | |
| LAB | lab(86, 7, 74) | |
| OKLCH | oklch(0.87 0.162 90) |
Color harmonies
Tints & shades
Code snippets
color: #fecf3c;
background-color: #fecf3c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFECF3C)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.81, blue: 0.24, alpha: 1.0)