Mango Madness
#fd8c23
Looking for the precise values behind Mango Madness (#fd8c23)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fd8c23 | |
|---|---|---|
| RGB | rgb(253, 140, 35) | |
| HSL | hsl(29, 98%, 56%) | |
| CMYK | cmyk(0%, 45%, 86%, 1%) | |
| LAB | lab(70, 39, 69) | |
| OKLCH | oklch(0.75 0.172 56) |
Color harmonies
Tints & shades
Code snippets
color: #fd8c23;
background-color: #fd8c23;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFD8C23)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.55, blue: 0.14, alpha: 1.0)