Shades of Pumpkin #FE801E
Tints of Pumpkin #FE801E
RGB
CMYK
RGB Variations
Color information
#FE801E (or 0xFE801E) is known color: Pumpkin. HEX triplet: FE, 80 and 1E. RGB value is (254,128,30). Sum of RGB (Red+Green+Blue) = 254+128+30=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 30 (12.11% from 255 or 7.28% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE801E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE801E is #017FE1. Grayscale: #9B9B9B. Windows color (decimal): -98274 or 1999102. OLE color: 1999102.
HSL color Cylindrical-coordinate representation of color #FE801E: hue angle of 26.25º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE801E is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 30 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.00 |
| HSL | 26.25º | 0.99% | 0.56% | - |
| HSV(B) | 26.25º | 0.88% | 1% | - |
| XYZ | 48.83 | 36.6 | 5.72 | - |
| YUV | 154.5 | 57.74 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 30 | 0 | 0.50 | 0.88 | 0.00 | 26.25 | 0.99 | 0.56 |
| Hex | FE | 80 | 1E | 0 | 32 | 58 | 0 | 1A | 63 | 38 |
| Octal | 376 | 200 | 36 | 0 | 62 | 130 | 0 | 32 | 143 | 70 |
| Binary | 11111110 | 10000000 | 11110 | 0 | 110010 | 1011000 | 0 | 11010 | 1100011 | 111000 |
Color Harmonies of #FE801E
Complementary color
Monochromatic Colors of #FE801E
Black with #FE801E
Text Example
Text Example
White with #FE801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE801E; }
p { color: rgb(254,128,30); }
H1.HeaderClassName
{
color: #FE801E;
}
.AnyTagClassName
{
color: #FE801E;
}
</style>
background-color css
<style>
a { background-color: #FE801E; }
a { background-color: rgb(254,128,30); }
div.DivClassName
{
background-color: #FE801E;
}
.BgClassName
{
background-color: #FE801E;
}
</style>
border-color css
<style>
span { border-color: #FE801E; }
span { border-color: rgb(254,128,30); }
td.TdClassName
{
border-color: #FE801E;
}
.TagClassName
{
border-color: #FE801E;
}
</style>