Safflower
#fdae44
Looking for the precise values behind Safflower (#fdae44)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fdae44 | |
|---|---|---|
| RGB | rgb(253, 174, 68) | |
| HSL | hsl(34, 98%, 63%) | |
| CMYK | cmyk(0%, 31%, 73%, 1%) | |
| LAB | lab(78, 23, 64) | |
| OKLCH | oklch(0.81 0.149 70) |
Color harmonies
Tints & shades
Code snippets
color: #fdae44;
background-color: #fdae44;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDAE44)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.68, blue: 0.27, alpha: 1.0)