Marigold
#fcc006
Here's everything about the color Marigold (#fcc006) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #fcc006 | |
|---|---|---|
| RGB | rgb(252, 192, 6) | |
| HSL | hsl(45, 98%, 51%) | |
| CMYK | cmyk(0%, 24%, 98%, 1%) | |
| LAB | lab(82, 13, 82) | |
| OKLCH | oklch(0.84 0.171 86) |
Color harmonies
Tints & shades
Code snippets
color: #fcc006;
background-color: #fcc006;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFCC006)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.75, blue: 0.02, alpha: 1.0)