Golden Period
#fedb2d
Golden Period, represented by the hex value #fedb2d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fedb2d | |
|---|---|---|
| RGB | rgb(254, 219, 45) | |
| HSL | hsl(50, 99%, 59%) | |
| CMYK | cmyk(0%, 14%, 82%, 0%) | |
| LAB | lab(88, 1, 81) | |
| OKLCH | oklch(0.89 0.175 97) |
Color harmonies
Tints & shades
Code snippets
color: #fedb2d;
background-color: #fedb2d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFEDB2D)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.86, blue: 0.18, alpha: 1.0)