Mango Tango
#ff8243
Mango Tango is a color with the hex code #ff8243. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ff8243 | |
|---|---|---|
| RGB | rgb(255, 130, 67) | |
| HSL | hsl(20, 100%, 63%) | |
| CMYK | cmyk(0%, 49%, 74%, 0%) | |
| LAB | lab(68, 46, 55) | |
| OKLCH | oklch(0.74 0.17 45) |
Color harmonies
Tints & shades
Code snippets
color: #ff8243;
background-color: #ff8243;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF8243)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.51, blue: 0.26, alpha: 1.0)