Golden Spell
#fecc36
Looking for the precise values behind Golden Spell (#fecc36)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fecc36 | |
|---|---|---|
| RGB | rgb(254, 204, 54) | |
| HSL | hsl(45, 99%, 60%) | |
| CMYK | cmyk(0%, 20%, 79%, 0%) | |
| LAB | lab(85, 8, 75) | |
| OKLCH | oklch(0.87 0.163 89) |
Color harmonies
Tints & shades
Code snippets
color: #fecc36;
background-color: #fecc36;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFECC36)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.80, blue: 0.21, alpha: 1.0)