Shades of Pumpkin #FE8620
Tints of Pumpkin #FE8620
RGB
CMYK
RGB Variations
Color information
#FE8620 (or 0xFE8620) is known color: Pumpkin. HEX triplet: FE, 86 and 20. RGB value is (254,134,32). Sum of RGB (Red+Green+Blue) = 254+134+32=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8620 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8620 is #0179DF. Grayscale: #9E9E9E. Windows color (decimal): -96736 or 2131710. OLE color: 2131710.
HSL color Cylindrical-coordinate representation of color #FE8620: hue angle of 27.57º 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 #FE8620 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 32 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.00 |
| HSL | 27.57º | 0.99% | 0.56% | - |
| HSV(B) | 27.57º | 0.87% | 1% | - |
| XYZ | 49.66 | 38.23 | 6.13 | - |
| YUV | 158.25 | 56.76 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 32 | 0 | 0.47 | 0.87 | 0.00 | 27.57 | 0.99 | 0.56 |
| Hex | FE | 86 | 20 | 0 | 2F | 57 | 0 | 1C | 63 | 38 |
| Octal | 376 | 206 | 40 | 0 | 57 | 127 | 0 | 34 | 143 | 70 |
| Binary | 11111110 | 10000110 | 100000 | 0 | 101111 | 1010111 | 0 | 11100 | 1100011 | 111000 |
Color Harmonies of #FE8620
Complementary color
Monochromatic Colors of #FE8620
Black with #FE8620
Text Example
Text Example
White with #FE8620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8620; }
p { color: rgb(254,134,32); }
H1.HeaderClassName
{
color: #FE8620;
}
.AnyTagClassName
{
color: #FE8620;
}
</style>
background-color css
<style>
a { background-color: #FE8620; }
a { background-color: rgb(254,134,32); }
div.DivClassName
{
background-color: #FE8620;
}
.BgClassName
{
background-color: #FE8620;
}
</style>
border-color css
<style>
span { border-color: #FE8620; }
span { border-color: rgb(254,134,32); }
td.TdClassName
{
border-color: #FE8620;
}
.TagClassName
{
border-color: #FE8620;
}
</style>