Shades of Pumpkin #FC8110
Tints of Pumpkin #FC8110
RGB
CMYK
RGB Variations
Color information
#FC8110 (or 0xFC8110) is known color: Pumpkin. HEX triplet: FC, 81 and 10. RGB value is (252,129,16). Sum of RGB (Red+Green+Blue) = 252+129+16=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8110 is #037EEF. Grayscale: #999999. Windows color (decimal): -229104 or 1081852. OLE color: 1081852.
HSL color Cylindrical-coordinate representation of color #FC8110: hue angle of 28.73º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC8110 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 16 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.01 |
| HSL | 28.73º | 0.98% | 0.53% | - |
| HSV(B) | 28.73º | 0.94% | 0.99% | - |
| XYZ | 48.09 | 36.43 | 4.99 | - |
| YUV | 152.9 | 50.75 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 16 | 0 | 0.49 | 0.94 | 0.01 | 28.73 | 0.98 | 0.53 |
| Hex | FC | 81 | 10 | 0 | 31 | 5E | 1 | 1D | 62 | 35 |
| Octal | 374 | 201 | 20 | 0 | 61 | 136 | 1 | 35 | 142 | 65 |
| Binary | 11111100 | 10000001 | 10000 | 0 | 110001 | 1011110 | 1 | 11101 | 1100010 | 110101 |
Color Harmonies of #FC8110
Complementary color
Monochromatic Colors of #FC8110
Black with #FC8110
Text Example
Text Example
White with #FC8110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8110; }
p { color: rgb(252,129,16); }
H1.HeaderClassName
{
color: #FC8110;
}
.AnyTagClassName
{
color: #FC8110;
}
</style>
background-color css
<style>
a { background-color: #FC8110; }
a { background-color: rgb(252,129,16); }
div.DivClassName
{
background-color: #FC8110;
}
.BgClassName
{
background-color: #FC8110;
}
</style>
border-color css
<style>
span { border-color: #FC8110; }
span { border-color: rgb(252,129,16); }
td.TdClassName
{
border-color: #FC8110;
}
.TagClassName
{
border-color: #FC8110;
}
</style>