Royal Star
#fede4f
Looking for the precise values behind Royal Star (#fede4f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fede4f | |
|---|---|---|
| RGB | rgb(254, 222, 79) | |
| HSL | hsl(49, 99%, 65%) | |
| CMYK | cmyk(0%, 13%, 69%, 0%) | |
| LAB | lab(89, 1, 71) | |
| OKLCH | oklch(0.9 0.159 96) |
Color harmonies
Tints & shades
Code snippets
color: #fede4f;
background-color: #fede4f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFEDE4F)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.87, blue: 0.31, alpha: 1.0)