Shades of Pumpkin #FC710D
Tints of Pumpkin #FC710D
RGB
CMYK
RGB Variations
Color information
#FC710D (or 0xFC710D) is known color: Pumpkin. HEX triplet: FC, 71 and 0D. RGB value is (252,113,13). Sum of RGB (Red+Green+Blue) = 252+113+13=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC710D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC710D is #038EF2. Grayscale: #8F8F8F. Windows color (decimal): -233203 or 881148. OLE color: 881148.
HSL color Cylindrical-coordinate representation of color #FC710D: hue angle of 25.1º 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 #FC710D is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 13 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.01 |
| HSL | 25.1º | 0.98% | 0.52% | - |
| HSV(B) | 25.1º | 0.95% | 0.99% | - |
| XYZ | 46.12 | 32.53 | 4.23 | - |
| YUV | 143.16 | 54.55 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 13 | 0 | 0.55 | 0.95 | 0.01 | 25.1 | 0.98 | 0.52 |
| Hex | FC | 71 | D | 0 | 37 | 5F | 1 | 19 | 62 | 34 |
| Octal | 374 | 161 | 15 | 0 | 67 | 137 | 1 | 31 | 142 | 64 |
| Binary | 11111100 | 1110001 | 1101 | 0 | 110111 | 1011111 | 1 | 11001 | 1100010 | 110100 |
Color Harmonies of #FC710D
Complementary color
Monochromatic Colors of #FC710D
Black with #FC710D
Text Example
Text Example
White with #FC710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC710D; }
p { color: rgb(252,113,13); }
H1.HeaderClassName
{
color: #FC710D;
}
.AnyTagClassName
{
color: #FC710D;
}
</style>
background-color css
<style>
a { background-color: #FC710D; }
a { background-color: rgb(252,113,13); }
div.DivClassName
{
background-color: #FC710D;
}
.BgClassName
{
background-color: #FC710D;
}
</style>
border-color css
<style>
span { border-color: #FC710D; }
span { border-color: rgb(252,113,13); }
td.TdClassName
{
border-color: #FC710D;
}
.TagClassName
{
border-color: #FC710D;
}
</style>