Delayed Yellow
#fdf901
Looking for the precise values behind Delayed Yellow (#fdf901)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fdf901 | |
|---|---|---|
| RGB | rgb(253, 249, 1) | |
| HSL | hsl(59, 99%, 50%) | |
| CMYK | cmyk(0%, 2%, 100%, 1%) | |
| LAB | lab(96, -14, 92) | |
| OKLCH | oklch(0.95 0.206 109) |
Color harmonies
Tints & shades
Code snippets
color: #fdf901;
background-color: #fdf901;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDF901)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.98, blue: 0.00, alpha: 1.0)