Shades of Pumpkin #FE8422
Tints of Pumpkin #FE8422
RGB
CMYK
RGB Variations
Color information
#FE8422 (or 0xFE8422) is known color: Pumpkin. HEX triplet: FE, 84 and 22. RGB value is (254,132,34). Sum of RGB (Red+Green+Blue) = 254+132+34=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8422 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8422 is #017BDD. Grayscale: #9D9D9D. Windows color (decimal): -97246 or 2262270. OLE color: 2262270.
HSL color Cylindrical-coordinate representation of color #FE8422: hue angle of 26.73º 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 #FE8422 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 34 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.00 |
| HSL | 26.73º | 0.99% | 0.56% | - |
| HSV(B) | 26.73º | 0.87% | 1% | - |
| XYZ | 49.41 | 37.69 | 6.18 | - |
| YUV | 157.31 | 58.42 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 34 | 0 | 0.48 | 0.87 | 0.00 | 26.73 | 0.99 | 0.56 |
| Hex | FE | 84 | 22 | 0 | 30 | 57 | 0 | 1B | 63 | 38 |
| Octal | 376 | 204 | 42 | 0 | 60 | 127 | 0 | 33 | 143 | 70 |
| Binary | 11111110 | 10000100 | 100010 | 0 | 110000 | 1010111 | 0 | 11011 | 1100011 | 111000 |
Color Harmonies of #FE8422
Complementary color
Monochromatic Colors of #FE8422
Black with #FE8422
Text Example
Text Example
White with #FE8422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8422; }
p { color: rgb(254,132,34); }
H1.HeaderClassName
{
color: #FE8422;
}
.AnyTagClassName
{
color: #FE8422;
}
</style>
background-color css
<style>
a { background-color: #FE8422; }
a { background-color: rgb(254,132,34); }
div.DivClassName
{
background-color: #FE8422;
}
.BgClassName
{
background-color: #FE8422;
}
</style>
border-color css
<style>
span { border-color: #FE8422; }
span { border-color: rgb(254,132,34); }
td.TdClassName
{
border-color: #FE8422;
}
.TagClassName
{
border-color: #FE8422;
}
</style>