Shades of Pumpkin #FC7010
Tints of Pumpkin #FC7010
RGB
CMYK
RGB Variations
Color information
#FC7010 (or 0xFC7010) is known color: Pumpkin. HEX triplet: FC, 70 and 10. RGB value is (252,112,16). Sum of RGB (Red+Green+Blue) = 252+112+16=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7010 is #038FEF. Grayscale: #8F8F8F. Windows color (decimal): -233456 or 1077500. OLE color: 1077500.
HSL color Cylindrical-coordinate representation of color #FC7010: hue angle of 24.41º 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 #FC7010 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 16 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.01 |
| HSL | 24.41º | 0.98% | 0.53% | - |
| HSV(B) | 24.41º | 0.94% | 0.99% | - |
| XYZ | 46.03 | 32.32 | 4.3 | - |
| YUV | 142.92 | 56.38 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 16 | 0 | 0.56 | 0.94 | 0.01 | 24.41 | 0.98 | 0.53 |
| Hex | FC | 70 | 10 | 0 | 38 | 5E | 1 | 18 | 62 | 35 |
| Octal | 374 | 160 | 20 | 0 | 70 | 136 | 1 | 30 | 142 | 65 |
| Binary | 11111100 | 1110000 | 10000 | 0 | 111000 | 1011110 | 1 | 11000 | 1100010 | 110101 |
Color Harmonies of #FC7010
Complementary color
Monochromatic Colors of #FC7010
Black with #FC7010
Text Example
Text Example
White with #FC7010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7010; }
p { color: rgb(252,112,16); }
H1.HeaderClassName
{
color: #FC7010;
}
.AnyTagClassName
{
color: #FC7010;
}
</style>
background-color css
<style>
a { background-color: #FC7010; }
a { background-color: rgb(252,112,16); }
div.DivClassName
{
background-color: #FC7010;
}
.BgClassName
{
background-color: #FC7010;
}
</style>
border-color css
<style>
span { border-color: #FC7010; }
span { border-color: rgb(252,112,16); }
td.TdClassName
{
border-color: #FC7010;
}
.TagClassName
{
border-color: #FC7010;
}
</style>