Shades of Pumpkin #FE7020
Tints of Pumpkin #FE7020
RGB
CMYK
RGB Variations
Color information
#FE7020 (or 0xFE7020) is known color: Pumpkin. HEX triplet: FE, 70 and 20. RGB value is (254,112,32). Sum of RGB (Red+Green+Blue) = 254+112+32=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7020 is #018FDF. Grayscale: #919191. Windows color (decimal): -102368 or 2126078. OLE color: 2126078.
HSL color Cylindrical-coordinate representation of color #FE7020: hue angle of 21.62º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE7020 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 32 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.00 |
| HSL | 21.62º | 0.99% | 0.56% | - |
| HSV(B) | 21.62º | 0.87% | 1% | - |
| XYZ | 46.93 | 32.76 | 5.22 | - |
| YUV | 145.34 | 64.04 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 32 | 0 | 0.56 | 0.87 | 0.00 | 21.62 | 0.99 | 0.56 |
| Hex | FE | 70 | 20 | 0 | 38 | 57 | 0 | 16 | 63 | 38 |
| Octal | 376 | 160 | 40 | 0 | 70 | 127 | 0 | 26 | 143 | 70 |
| Binary | 11111110 | 1110000 | 100000 | 0 | 111000 | 1010111 | 0 | 10110 | 1100011 | 111000 |
Color Harmonies of #FE7020
Complementary color
Monochromatic Colors of #FE7020
Black with #FE7020
Text Example
Text Example
White with #FE7020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7020; }
p { color: rgb(254,112,32); }
H1.HeaderClassName
{
color: #FE7020;
}
.AnyTagClassName
{
color: #FE7020;
}
</style>
background-color css
<style>
a { background-color: #FE7020; }
a { background-color: rgb(254,112,32); }
div.DivClassName
{
background-color: #FE7020;
}
.BgClassName
{
background-color: #FE7020;
}
</style>
border-color css
<style>
span { border-color: #FE7020; }
span { border-color: rgb(254,112,32); }
td.TdClassName
{
border-color: #FE7020;
}
.TagClassName
{
border-color: #FE7020;
}
</style>