Lemon Burst
#fed67e
Lemon Burst, represented by the hex value #fed67e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fed67e | |
|---|---|---|
| RGB | rgb(254, 214, 126) | |
| HSL | hsl(41, 98%, 75%) | |
| CMYK | cmyk(0%, 16%, 50%, 0%) | |
| LAB | lab(88, 7, 49) | |
| OKLCH | oklch(0.89 0.116 86) |
Color harmonies
Tints & shades
Code snippets
color: #fed67e;
background-color: #fed67e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFED67E)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.84, blue: 0.49, alpha: 1.0)