Shades of Pumpkin #FE7022
Tints of Pumpkin #FE7022
RGB
CMYK
RGB Variations
Color information
#FE7022 (or 0xFE7022) is known color: Pumpkin. HEX triplet: FE, 70 and 22. RGB value is (254,112,34). Sum of RGB (Red+Green+Blue) = 254+112+34=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7022 is #018FDD. Grayscale: #929292. Windows color (decimal): -102366 or 2257150. OLE color: 2257150.
HSL color Cylindrical-coordinate representation of color #FE7022: hue angle of 21.27º 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 #FE7022 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 34 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.00 |
| HSL | 21.27º | 0.99% | 0.56% | - |
| HSV(B) | 21.27º | 0.87% | 1% | - |
| XYZ | 46.96 | 32.77 | 5.36 | - |
| YUV | 145.57 | 65.04 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 34 | 0 | 0.56 | 0.87 | 0.00 | 21.27 | 0.99 | 0.56 |
| Hex | FE | 70 | 22 | 0 | 38 | 57 | 0 | 15 | 63 | 38 |
| Octal | 376 | 160 | 42 | 0 | 70 | 127 | 0 | 25 | 143 | 70 |
| Binary | 11111110 | 1110000 | 100010 | 0 | 111000 | 1010111 | 0 | 10101 | 1100011 | 111000 |
Color Harmonies of #FE7022
Complementary color
Monochromatic Colors of #FE7022
Black with #FE7022
Text Example
Text Example
White with #FE7022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7022; }
p { color: rgb(254,112,34); }
H1.HeaderClassName
{
color: #FE7022;
}
.AnyTagClassName
{
color: #FE7022;
}
</style>
background-color css
<style>
a { background-color: #FE7022; }
a { background-color: rgb(254,112,34); }
div.DivClassName
{
background-color: #FE7022;
}
.BgClassName
{
background-color: #FE7022;
}
</style>
border-color css
<style>
span { border-color: #FE7022; }
span { border-color: rgb(254,112,34); }
td.TdClassName
{
border-color: #FE7022;
}
.TagClassName
{
border-color: #FE7022;
}
</style>