Mango Hex Code — #FF8243
RGB, HSL, and CMYK values for Mango.
Mango Color Values
| Format | Value |
|---|---|
| HEX | #FF8243 |
| RGB | rgb(255, 130, 67) |
| HSL | hsl(20, 100%, 63%) |
| CMYK | cmyk(0%, 49%, 74%, 0%) |
Want to explore more shades? Use our Color Converter
About Mango
Color psychology: Tropical, freshness.
Mango (#FF8243) is a medium shade of orange. It's commonly used in web design, graphic design, and branding where tropical, freshness are desired associations.
How to Use Mango in CSS
/* Using HEX */ color: #FF8243; background-color: #FF8243; /* Using RGB */ color: rgb(255, 130, 67); /* Using HSL */ color: hsl(20, 100%, 63%);