Shades of Pumpkin #FC8212
Tints of Pumpkin #FC8212
RGB
CMYK
RGB Variations
Color information
#FC8212 (or 0xFC8212) is known color: Pumpkin. HEX triplet: FC, 82 and 12. RGB value is (252,130,18). Sum of RGB (Red+Green+Blue) = 252+130+18=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8212 is #037DED. Grayscale: #9A9A9A. Windows color (decimal): -228846 or 1213180. OLE color: 1213180.
HSL color Cylindrical-coordinate representation of color #FC8212: hue angle of 28.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC8212 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 18 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.01 |
| HSL | 28.72º | 0.98% | 0.53% | - |
| HSV(B) | 28.72º | 0.93% | 0.99% | - |
| XYZ | 48.24 | 36.7 | 5.11 | - |
| YUV | 153.71 | 51.42 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 18 | 0 | 0.48 | 0.93 | 0.01 | 28.72 | 0.98 | 0.53 |
| Hex | FC | 82 | 12 | 0 | 30 | 5D | 1 | 1D | 62 | 35 |
| Octal | 374 | 202 | 22 | 0 | 60 | 135 | 1 | 35 | 142 | 65 |
| Binary | 11111100 | 10000010 | 10010 | 0 | 110000 | 1011101 | 1 | 11101 | 1100010 | 110101 |
Color Harmonies of #FC8212
Complementary color
Monochromatic Colors of #FC8212
Black with #FC8212
Text Example
Text Example
White with #FC8212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8212; }
p { color: rgb(252,130,18); }
H1.HeaderClassName
{
color: #FC8212;
}
.AnyTagClassName
{
color: #FC8212;
}
</style>
background-color css
<style>
a { background-color: #FC8212; }
a { background-color: rgb(252,130,18); }
div.DivClassName
{
background-color: #FC8212;
}
.BgClassName
{
background-color: #FC8212;
}
</style>
border-color css
<style>
span { border-color: #FC8212; }
span { border-color: rgb(252,130,18); }
td.TdClassName
{
border-color: #FC8212;
}
.TagClassName
{
border-color: #FC8212;
}
</style>