Shades of Pumpkin #FE7222
Tints of Pumpkin #FE7222
RGB
CMYK
RGB Variations
Color information
#FE7222 (or 0xFE7222) is known color: Pumpkin. HEX triplet: FE, 72 and 22. RGB value is (254,114,34). Sum of RGB (Red+Green+Blue) = 254+114+34=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 34 (13.67% from 255 or 8.46% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7222 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7222 is #018DDD. Grayscale: #939393. Windows color (decimal): -101854 or 2257662. OLE color: 2257662.
HSL color Cylindrical-coordinate representation of color #FE7222: hue angle of 21.82º 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 #FE7222 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 34 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.00 |
| HSL | 21.82º | 0.99% | 0.56% | - |
| HSV(B) | 21.82º | 0.87% | 1% | - |
| XYZ | 47.18 | 33.22 | 5.44 | - |
| YUV | 146.74 | 64.38 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 34 | 0 | 0.55 | 0.87 | 0.00 | 21.82 | 0.99 | 0.56 |
| Hex | FE | 72 | 22 | 0 | 37 | 57 | 0 | 16 | 63 | 38 |
| Octal | 376 | 162 | 42 | 0 | 67 | 127 | 0 | 26 | 143 | 70 |
| Binary | 11111110 | 1110010 | 100010 | 0 | 110111 | 1010111 | 0 | 10110 | 1100011 | 111000 |
Color Harmonies of #FE7222
Complementary color
Monochromatic Colors of #FE7222
Black with #FE7222
Text Example
Text Example
White with #FE7222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7222; }
p { color: rgb(254,114,34); }
H1.HeaderClassName
{
color: #FE7222;
}
.AnyTagClassName
{
color: #FE7222;
}
</style>
background-color css
<style>
a { background-color: #FE7222; }
a { background-color: rgb(254,114,34); }
div.DivClassName
{
background-color: #FE7222;
}
.BgClassName
{
background-color: #FE7222;
}
</style>
border-color css
<style>
span { border-color: #FE7222; }
span { border-color: rgb(254,114,34); }
td.TdClassName
{
border-color: #FE7222;
}
.TagClassName
{
border-color: #FE7222;
}
</style>