Golden Lion
#f3ca6c
Here's everything about the color Golden Lion (#f3ca6c) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f3ca6c | |
|---|---|---|
| RGB | rgb(243, 202, 108) | |
| HSL | hsl(42, 85%, 69%) | |
| CMYK | cmyk(0%, 17%, 56%, 5%) | |
| LAB | lab(84, 7, 52) | |
| OKLCH | oklch(0.86 0.122 86) |
Color harmonies
Tints & shades
Code snippets
color: #f3ca6c;
background-color: #f3ca6c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF3CA6C)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.79, blue: 0.42, alpha: 1.0)