Shades of Pumpkin #FC710C
Tints of Pumpkin #FC710C
RGB
CMYK
RGB Variations
Color information
#FC710C (or 0xFC710C) is known color: Pumpkin. HEX triplet: FC, 71 and 0C. RGB value is (252,113,12). Sum of RGB (Red+Green+Blue) = 252+113+12=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC710C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC710C is #038EF3. Grayscale: #8F8F8F. Windows color (decimal): -233204 or 815612. OLE color: 815612.
HSL color Cylindrical-coordinate representation of color #FC710C: hue angle of 25.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC710C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.01 |
| HSL | 25.25º | 0.98% | 0.52% | - |
| HSV(B) | 25.25º | 0.95% | 0.99% | - |
| XYZ | 46.12 | 32.53 | 4.2 | - |
| YUV | 143.05 | 54.05 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 12 | 0 | 0.55 | 0.95 | 0.01 | 25.25 | 0.98 | 0.52 |
| Hex | FC | 71 | C | 0 | 37 | 5F | 1 | 19 | 62 | 34 |
| Octal | 374 | 161 | 14 | 0 | 67 | 137 | 1 | 31 | 142 | 64 |
| Binary | 11111100 | 1110001 | 1100 | 0 | 110111 | 1011111 | 1 | 11001 | 1100010 | 110100 |
Color Harmonies of #FC710C
Complementary color
Monochromatic Colors of #FC710C
Black with #FC710C
Text Example
Text Example
White with #FC710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC710C; }
p { color: rgb(252,113,12); }
H1.HeaderClassName
{
color: #FC710C;
}
.AnyTagClassName
{
color: #FC710C;
}
</style>
background-color css
<style>
a { background-color: #FC710C; }
a { background-color: rgb(252,113,12); }
div.DivClassName
{
background-color: #FC710C;
}
.BgClassName
{
background-color: #FC710C;
}
</style>
border-color css
<style>
span { border-color: #FC710C; }
span { border-color: rgb(252,113,12); }
td.TdClassName
{
border-color: #FC710C;
}
.TagClassName
{
border-color: #FC710C;
}
</style>