Shades of Pumpkin #FC710B
Tints of Pumpkin #FC710B
RGB
CMYK
RGB Variations
Color information
#FC710B (or 0xFC710B) is known color: Pumpkin. HEX triplet: FC, 71 and 0B. RGB value is (252,113,11). Sum of RGB (Red+Green+Blue) = 252+113+11=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC710B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC710B is #038EF4. Grayscale: #8F8F8F. Windows color (decimal): -233205 or 750076. OLE color: 750076.
HSL color Cylindrical-coordinate representation of color #FC710B: hue angle of 25.39º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC710B is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 11 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.01 |
| HSL | 25.39º | 0.98% | 0.52% | - |
| HSV(B) | 25.39º | 0.96% | 0.99% | - |
| XYZ | 46.11 | 32.53 | 4.17 | - |
| YUV | 142.93 | 53.55 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 11 | 0 | 0.55 | 0.96 | 0.01 | 25.39 | 0.98 | 0.52 |
| Hex | FC | 71 | B | 0 | 37 | 60 | 1 | 19 | 62 | 34 |
| Octal | 374 | 161 | 13 | 0 | 67 | 140 | 1 | 31 | 142 | 64 |
| Binary | 11111100 | 1110001 | 1011 | 0 | 110111 | 1100000 | 1 | 11001 | 1100010 | 110100 |
Color Harmonies of #FC710B
Complementary color
Monochromatic Colors of #FC710B
Black with #FC710B
Text Example
Text Example
White with #FC710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC710B; }
p { color: rgb(252,113,11); }
H1.HeaderClassName
{
color: #FC710B;
}
.AnyTagClassName
{
color: #FC710B;
}
</style>
background-color css
<style>
a { background-color: #FC710B; }
a { background-color: rgb(252,113,11); }
div.DivClassName
{
background-color: #FC710B;
}
.BgClassName
{
background-color: #FC710B;
}
</style>
border-color css
<style>
span { border-color: #FC710B; }
span { border-color: rgb(252,113,11); }
td.TdClassName
{
border-color: #FC710B;
}
.TagClassName
{
border-color: #FC710B;
}
</style>