Cantaloupe Hex Code — #FFA62F
RGB, HSL, and CMYK values for Cantaloupe.
Last updated: April 6, 2026
Cantaloupe Color Values
| Format | Value |
|---|---|
| HEX | #FFA62F |
| RGB | rgb(255, 166, 47) |
| HSL | hsl(34, 100%, 59%) |
| CMYK | cmyk(0%, 35%, 82%, 0%) |
About Cantaloupe
Color psychology: Refreshing, cheerful.
Cantaloupe (#FFA62F) is a medium shade of orange with a hue angle of 34° on the color wheel, 100% saturation, and 59% lightness. It's commonly used in web design, graphic design, and branding where refreshing, cheerful are desired associations.
In color theory, Cantaloupe sits in the warm section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Cantaloupe in Design
Web Design
Use Cantaloupe for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Cantaloupe conveys refreshing, cheerful — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:35% Y:82% K:0%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Cantaloupe work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Cantaloupe in CSS
/* Using HEX */ color: #FFA62F; background-color: #FFA62F; /* Using RGB */ color: rgb(255, 166, 47); /* Using HSL — best for creating variations */ color: hsl(34, 100%, 59%); /* Transparent overlay (50% opacity) */ background-color: rgba(255, 166, 47, 0.5); /* Lighter variant for hover states */ background-color: hsl(34, 100%, 69%); /* Darker variant for active states */ background-color: hsl(34, 100%, 49%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Cantaloupe without changing its core hue or saturation.
Colors That Go With Cantaloupe
Complementary
Analogous
Triadic
Similar Shades of Orange
Frequently Asked Questions
What is the hex code for Cantaloupe?
What is Cantaloupe in RGB and when should I use RGB?
How to use Cantaloupe in CSS with different color formats?
What is the HSL value of Cantaloupe and why is HSL useful for designers?
What is the CMYK value of Cantaloupe for print design?
What colors pair well with Cantaloupe in design projects?
Is Cantaloupe (#FFA62F) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.