Pumpkin Hex Code — #FF7518
RGB, HSL, and CMYK values for Pumpkin.
Pumpkin Color Values
| Format | Value |
|---|---|
| HEX | #FF7518 |
| RGB | rgb(255, 117, 24) |
| HSL | hsl(24, 100%, 55%) |
| CMYK | cmyk(0%, 54%, 91%, 0%) |
Want to explore more shades? Use our Color Converter
About Pumpkin
Color psychology: Harvest, abundance.
Pumpkin (#FF7518) is a medium shade of orange. It's commonly used in web design, graphic design, and branding where harvest, abundance are desired associations.
How to Use Pumpkin in CSS
/* Using HEX */ color: #FF7518; background-color: #FF7518; /* Using RGB */ color: rgb(255, 117, 24); /* Using HSL */ color: hsl(24, 100%, 55%);