Shades of Pumpkin #FC6512
Tints of Pumpkin #FC6512
RGB
CMYK
RGB Variations
Color information
#FC6512 (or 0xFC6512) is known color: Pumpkin. HEX triplet: FC, 65 and 12. RGB value is (252,101,18). Sum of RGB (Red+Green+Blue) = 252+101+18=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6512 is #039AED. Grayscale: #898989. Windows color (decimal): -236270 or 1205756. OLE color: 1205756.
HSL color Cylindrical-coordinate representation of color #FC6512: hue angle of 21.28º 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 #FC6512 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 18 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.01 |
| HSL | 21.28º | 0.98% | 0.53% | - |
| HSV(B) | 21.28º | 0.93% | 0.99% | - |
| XYZ | 44.91 | 30.05 | 4 | - |
| YUV | 136.69 | 61.03 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 18 | 0 | 0.60 | 0.93 | 0.01 | 21.28 | 0.98 | 0.53 |
| Hex | FC | 65 | 12 | 0 | 3C | 5D | 1 | 15 | 62 | 35 |
| Octal | 374 | 145 | 22 | 0 | 74 | 135 | 1 | 25 | 142 | 65 |
| Binary | 11111100 | 1100101 | 10010 | 0 | 111100 | 1011101 | 1 | 10101 | 1100010 | 110101 |
Color Harmonies of #FC6512
Complementary color
Monochromatic Colors of #FC6512
Black with #FC6512
Text Example
Text Example
White with #FC6512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6512; }
p { color: rgb(252,101,18); }
H1.HeaderClassName
{
color: #FC6512;
}
.AnyTagClassName
{
color: #FC6512;
}
</style>
background-color css
<style>
a { background-color: #FC6512; }
a { background-color: rgb(252,101,18); }
div.DivClassName
{
background-color: #FC6512;
}
.BgClassName
{
background-color: #FC6512;
}
</style>
border-color css
<style>
span { border-color: #FC6512; }
span { border-color: rgb(252,101,18); }
td.TdClassName
{
border-color: #FC6512;
}
.TagClassName
{
border-color: #FC6512;
}
</style>