Deep Saffron
#ff9932
Deep Saffron, represented by the hex value #ff9932, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ff9932 | |
|---|---|---|
| RGB | rgb(255, 153, 50) | |
| HSL | hsl(30, 100%, 60%) | |
| CMYK | cmyk(0%, 40%, 80%, 0%) | |
| LAB | lab(73, 34, 67) | |
| OKLCH | oklch(0.77 0.163 60) |
Color harmonies
Tints & shades
Code snippets
color: #ff9932;
background-color: #ff9932;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFF9932)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.60, blue: 0.20, alpha: 1.0)