Yell for Yellow
#fffe00
Yell for Yellow, represented by the hex value #fffe00, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fffe00 | |
|---|---|---|
| RGB | rgb(255, 254, 0) | |
| HSL | hsl(60, 100%, 50%) | |
| CMYK | cmyk(0%, 0%, 100%, 0%) | |
| LAB | lab(97, -15, 93) | |
| OKLCH | oklch(0.97 0.21 109) |
Color harmonies
Tints & shades
Code snippets
color: #fffe00;
background-color: #fffe00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFE00)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.00, alpha: 1.0)