Shades of Pumpkin #FE8010
Tints of Pumpkin #FE8010
RGB
CMYK
RGB Variations
Color information
#FE8010 (or 0xFE8010) is known color: Pumpkin. HEX triplet: FE, 80 and 10. RGB value is (254,128,16). Sum of RGB (Red+Green+Blue) = 254+128+16=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8010 is #017FEF. Grayscale: #999999. Windows color (decimal): -98288 or 1081598. OLE color: 1081598.
HSL color Cylindrical-coordinate representation of color #FE8010: hue angle of 28.24º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE8010 is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 16 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.00 |
| HSL | 28.24º | 0.99% | 0.53% | - |
| HSV(B) | 28.24º | 0.94% | 1% | - |
| XYZ | 48.69 | 36.55 | 4.98 | - |
| YUV | 152.91 | 50.74 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 16 | 0 | 0.50 | 0.94 | 0.00 | 28.24 | 0.99 | 0.53 |
| Hex | FE | 80 | 10 | 0 | 32 | 5E | 0 | 1C | 63 | 35 |
| Octal | 376 | 200 | 20 | 0 | 62 | 136 | 0 | 34 | 143 | 65 |
| Binary | 11111110 | 10000000 | 10000 | 0 | 110010 | 1011110 | 0 | 11100 | 1100011 | 110101 |
Color Harmonies of #FE8010
Complementary color
Monochromatic Colors of #FE8010
Black with #FE8010
Text Example
Text Example
White with #FE8010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8010; }
p { color: rgb(254,128,16); }
H1.HeaderClassName
{
color: #FE8010;
}
.AnyTagClassName
{
color: #FE8010;
}
</style>
background-color css
<style>
a { background-color: #FE8010; }
a { background-color: rgb(254,128,16); }
div.DivClassName
{
background-color: #FE8010;
}
.BgClassName
{
background-color: #FE8010;
}
</style>
border-color css
<style>
span { border-color: #FE8010; }
span { border-color: rgb(254,128,16); }
td.TdClassName
{
border-color: #FE8010;
}
.TagClassName
{
border-color: #FE8010;
}
</style>