Pumpkin Hex Code — #FF7518
RGB, HSL, and CMYK values for Pumpkin.
Last updated: April 6, 2026
Pumpkin Color Values
| Format | Value |
|---|---|
| HEX | #FF7518 |
| RGB | rgb(255, 117, 24) |
| HSL | hsl(24, 100%, 55%) |
| CMYK | cmyk(0%, 54%, 91%, 0%) |
About Pumpkin
Color psychology: Harvest, abundance.
Pumpkin (#FF7518) is a medium shade of orange with a hue angle of 24° on the color wheel, 100% saturation, and 55% lightness. It's commonly used in web design, graphic design, and branding where harvest, abundance are desired associations.
In color theory, Pumpkin 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 Pumpkin in Design
Web Design
Use Pumpkin 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
Pumpkin conveys harvest, abundance — 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:54% Y:91% 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 Pumpkin work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Pumpkin in CSS
/* Using HEX */ color: #FF7518; background-color: #FF7518; /* Using RGB */ color: rgb(255, 117, 24); /* Using HSL — best for creating variations */ color: hsl(24, 100%, 55%); /* Transparent overlay (50% opacity) */ background-color: rgba(255, 117, 24, 0.5); /* Lighter variant for hover states */ background-color: hsl(24, 100%, 65%); /* Darker variant for active states */ background-color: hsl(24, 100%, 45%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Pumpkin without changing its core hue or saturation.
Colors That Go With Pumpkin
Complementary
Analogous
Triadic
Similar Shades of Orange
Frequently Asked Questions
What is the hex code for Pumpkin?
What is Pumpkin in RGB and when should I use RGB?
How to use Pumpkin in CSS with different color formats?
What is the HSL value of Pumpkin and why is HSL useful for designers?
What is the CMYK value of Pumpkin for print design?
What colors pair well with Pumpkin in design projects?
Is Pumpkin (#FF7518) 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.