Shades of Pumpkin #FE7024
Tints of Pumpkin #FE7024
RGB
CMYK
RGB Variations
Color information
#FE7024 (or 0xFE7024) is known color: Pumpkin. HEX triplet: FE, 70 and 24. RGB value is (254,112,36). Sum of RGB (Red+Green+Blue) = 254+112+36=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7024 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7024 is #018FDB. Grayscale: #929292. Windows color (decimal): -102364 or 2388222. OLE color: 2388222.
HSL color Cylindrical-coordinate representation of color #FE7024: hue angle of 20.92º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE7024 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 36 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.00 |
| HSL | 20.92º | 0.99% | 0.57% | - |
| HSV(B) | 20.92º | 0.86% | 1% | - |
| XYZ | 46.99 | 32.79 | 5.52 | - |
| YUV | 145.79 | 66.04 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 36 | 0 | 0.56 | 0.86 | 0.00 | 20.92 | 0.99 | 0.57 |
| Hex | FE | 70 | 24 | 0 | 38 | 56 | 0 | 15 | 63 | 39 |
| Octal | 376 | 160 | 44 | 0 | 70 | 126 | 0 | 25 | 143 | 71 |
| Binary | 11111110 | 1110000 | 100100 | 0 | 111000 | 1010110 | 0 | 10101 | 1100011 | 111001 |
Color Harmonies of #FE7024
Complementary color
Monochromatic Colors of #FE7024
Black with #FE7024
Text Example
Text Example
White with #FE7024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7024; }
p { color: rgb(254,112,36); }
H1.HeaderClassName
{
color: #FE7024;
}
.AnyTagClassName
{
color: #FE7024;
}
</style>
background-color css
<style>
a { background-color: #FE7024; }
a { background-color: rgb(254,112,36); }
div.DivClassName
{
background-color: #FE7024;
}
.BgClassName
{
background-color: #FE7024;
}
</style>
border-color css
<style>
span { border-color: #FE7024; }
span { border-color: rgb(254,112,36); }
td.TdClassName
{
border-color: #FE7024;
}
.TagClassName
{
border-color: #FE7024;
}
</style>