Pumpkin
#ff7518
Pumpkin is a color with the hex code #ff7518. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ff7518 | |
|---|---|---|
| RGB | rgb(255, 117, 24) | |
| HSL | hsl(24, 100%, 55%) | |
| CMYK | cmyk(0%, 54%, 91%, 0%) | |
| LAB | lab(66, 51, 70) | |
| OKLCH | oklch(0.72 0.191 47) |
Color harmonies
Tints & shades
Code snippets
color: #ff7518;
background-color: #ff7518;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF7518)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.46, blue: 0.09, alpha: 1.0)