Mad for Mango
#f8a200
Mad for Mango, represented by the hex value #f8a200, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f8a200 | |
|---|---|---|
| RGB | rgb(248, 162, 0) | |
| HSL | hsl(39, 100%, 49%) | |
| CMYK | cmyk(0%, 35%, 100%, 3%) | |
| LAB | lab(74, 26, 78) | |
| OKLCH | oklch(0.78 0.167 72) |
Color harmonies
Tints & shades
Code snippets
color: #f8a200;
background-color: #f8a200;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF8A200)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.64, blue: 0.00, alpha: 1.0)