Exploding Star
#fed83a
Exploding Star is a color with the hex code #fed83a. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fed83a | |
|---|---|---|
| RGB | rgb(254, 216, 58) | |
| HSL | hsl(48, 99%, 61%) | |
| CMYK | cmyk(0%, 15%, 77%, 0%) | |
| LAB | lab(88, 3, 76) | |
| OKLCH | oklch(0.89 0.167 95) |
Color harmonies
Tints & shades
Code snippets
color: #fed83a;
background-color: #fed83a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFED83A)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.85, blue: 0.23, alpha: 1.0)