Shades of Pumpkin #FC6413
Tints of Pumpkin #FC6413
RGB
CMYK
RGB Variations
Color information
#FC6413 (or 0xFC6413) is known color: Pumpkin. HEX triplet: FC, 64 and 13. RGB value is (252,100,19). Sum of RGB (Red+Green+Blue) = 252+100+19=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6413 is #039BEC. Grayscale: #888888. Windows color (decimal): -236525 or 1271036. OLE color: 1271036.
HSL color Cylindrical-coordinate representation of color #FC6413: hue angle of 20.86º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC6413 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 19 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.01 |
| HSL | 20.86º | 0.97% | 0.53% | - |
| HSV(B) | 20.86º | 0.92% | 0.99% | - |
| XYZ | 44.82 | 29.86 | 4.02 | - |
| YUV | 136.21 | 61.86 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 19 | 0 | 0.60 | 0.92 | 0.01 | 20.86 | 0.97 | 0.53 |
| Hex | FC | 64 | 13 | 0 | 3C | 5C | 1 | 15 | 61 | 35 |
| Octal | 374 | 144 | 23 | 0 | 74 | 134 | 1 | 25 | 141 | 65 |
| Binary | 11111100 | 1100100 | 10011 | 0 | 111100 | 1011100 | 1 | 10101 | 1100001 | 110101 |
Color Harmonies of #FC6413
Complementary color
Monochromatic Colors of #FC6413
Black with #FC6413
Text Example
Text Example
White with #FC6413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6413; }
p { color: rgb(252,100,19); }
H1.HeaderClassName
{
color: #FC6413;
}
.AnyTagClassName
{
color: #FC6413;
}
</style>
background-color css
<style>
a { background-color: #FC6413; }
a { background-color: rgb(252,100,19); }
div.DivClassName
{
background-color: #FC6413;
}
.BgClassName
{
background-color: #FC6413;
}
</style>
border-color css
<style>
span { border-color: #FC6413; }
span { border-color: rgb(252,100,19); }
td.TdClassName
{
border-color: #FC6413;
}
.TagClassName
{
border-color: #FC6413;
}
</style>