Golden Ticket
#f5cc23
Here's everything about the color Golden Ticket (#f5cc23) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f5cc23 | |
|---|---|---|
| RGB | rgb(245, 204, 35) | |
| HSL | hsl(48, 91%, 55%) | |
| CMYK | cmyk(0%, 17%, 86%, 4%) | |
| LAB | lab(84, 4, 79) | |
| OKLCH | oklch(0.86 0.169 93) |
Color harmonies
Tints & shades
Code snippets
color: #f5cc23;
background-color: #f5cc23;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5CC23)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.80, blue: 0.14, alpha: 1.0)