Star
#ffe500
Here's everything about the color Star (#ffe500) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffe500 | |
|---|---|---|
| RGB | rgb(255, 229, 0) | |
| HSL | hsl(54, 100%, 50%) | |
| CMYK | cmyk(0%, 10%, 100%, 0%) | |
| LAB | lab(91, -4, 89) | |
| OKLCH | oklch(0.91 0.191 101) |
Color harmonies
Tints & shades
Code snippets
color: #ffe500;
background-color: #ffe500;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFE500)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.90, blue: 0.00, alpha: 1.0)