Cantaloupe Hex Code — #FFA62F
RGB, HSL, and CMYK values for Cantaloupe.
Cantaloupe Color Values
| Format | Value |
|---|---|
| HEX | #FFA62F |
| RGB | rgb(255, 166, 47) |
| HSL | hsl(34, 100%, 59%) |
| CMYK | cmyk(0%, 35%, 82%, 0%) |
Want to explore more shades? Use our Color Converter
About Cantaloupe
Color psychology: Refreshing, cheerful.
Cantaloupe (#FFA62F) is a medium shade of orange. It's commonly used in web design, graphic design, and branding where refreshing, cheerful are desired associations.
How to Use Cantaloupe in CSS
/* Using HEX */ color: #FFA62F; background-color: #FFA62F; /* Using RGB */ color: rgb(255, 166, 47); /* Using HSL */ color: hsl(34, 100%, 59%);