Tangerine Tango
#ff9e4b
Looking for the precise values behind Tangerine Tango (#ff9e4b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ff9e4b | |
|---|---|---|
| RGB | rgb(255, 158, 75) | |
| HSL | hsl(28, 100%, 65%) | |
| CMYK | cmyk(0%, 38%, 71%, 0%) | |
| LAB | lab(74, 32, 58) | |
| OKLCH | oklch(0.78 0.15 58) |
Color harmonies
Tints & shades
Code snippets
color: #ff9e4b;
background-color: #ff9e4b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFF9E4B)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.62, blue: 0.29, alpha: 1.0)