Shades of Pumpkin #FE8210
Tints of Pumpkin #FE8210
RGB
CMYK
RGB Variations
Color information
#FE8210 (or 0xFE8210) is known color: Pumpkin. HEX triplet: FE, 82 and 10. RGB value is (254,130,16). Sum of RGB (Red+Green+Blue) = 254+130+16=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8210 is #017DEF. Grayscale: #9A9A9A. Windows color (decimal): -97776 or 1082110. OLE color: 1082110.
HSL color Cylindrical-coordinate representation of color #FE8210: hue angle of 28.74º 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 #FE8210 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 16 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.00 |
| HSL | 28.74º | 0.99% | 0.53% | - |
| HSV(B) | 28.74º | 0.94% | 1% | - |
| XYZ | 48.95 | 37.07 | 5.07 | - |
| YUV | 154.08 | 50.08 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 16 | 0 | 0.49 | 0.94 | 0.00 | 28.74 | 0.99 | 0.53 |
| Hex | FE | 82 | 10 | 0 | 31 | 5E | 0 | 1D | 63 | 35 |
| Octal | 376 | 202 | 20 | 0 | 61 | 136 | 0 | 35 | 143 | 65 |
| Binary | 11111110 | 10000010 | 10000 | 0 | 110001 | 1011110 | 0 | 11101 | 1100011 | 110101 |
Color Harmonies of #FE8210
Complementary color
Monochromatic Colors of #FE8210
Black with #FE8210
Text Example
Text Example
White with #FE8210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8210; }
p { color: rgb(254,130,16); }
H1.HeaderClassName
{
color: #FE8210;
}
.AnyTagClassName
{
color: #FE8210;
}
</style>
background-color css
<style>
a { background-color: #FE8210; }
a { background-color: rgb(254,130,16); }
div.DivClassName
{
background-color: #FE8210;
}
.BgClassName
{
background-color: #FE8210;
}
</style>
border-color css
<style>
span { border-color: #FE8210; }
span { border-color: rgb(254,130,16); }
td.TdClassName
{
border-color: #FE8210;
}
.TagClassName
{
border-color: #FE8210;
}
</style>