Shades of Pumpkin #FC6513
Tints of Pumpkin #FC6513
RGB
CMYK
RGB Variations
Color information
#FC6513 (or 0xFC6513) is known color: Pumpkin. HEX triplet: FC, 65 and 13. RGB value is (252,101,19). Sum of RGB (Red+Green+Blue) = 252+101+19=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6513 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6513 is #039AEC. Grayscale: #898989. Windows color (decimal): -236269 or 1271292. OLE color: 1271292.
HSL color Cylindrical-coordinate representation of color #FC6513: hue angle of 21.12º 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 #FC6513 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 19 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.01 |
| HSL | 21.12º | 0.97% | 0.53% | - |
| HSV(B) | 21.12º | 0.92% | 0.99% | - |
| XYZ | 44.92 | 30.05 | 4.05 | - |
| YUV | 136.8 | 61.53 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 19 | 0 | 0.60 | 0.92 | 0.01 | 21.12 | 0.97 | 0.53 |
| Hex | FC | 65 | 13 | 0 | 3C | 5C | 1 | 15 | 61 | 35 |
| Octal | 374 | 145 | 23 | 0 | 74 | 134 | 1 | 25 | 141 | 65 |
| Binary | 11111100 | 1100101 | 10011 | 0 | 111100 | 1011100 | 1 | 10101 | 1100001 | 110101 |
Color Harmonies of #FC6513
Complementary color
Monochromatic Colors of #FC6513
Black with #FC6513
Text Example
Text Example
White with #FC6513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6513; }
p { color: rgb(252,101,19); }
H1.HeaderClassName
{
color: #FC6513;
}
.AnyTagClassName
{
color: #FC6513;
}
</style>
background-color css
<style>
a { background-color: #FC6513; }
a { background-color: rgb(252,101,19); }
div.DivClassName
{
background-color: #FC6513;
}
.BgClassName
{
background-color: #FC6513;
}
</style>
border-color css
<style>
span { border-color: #FC6513; }
span { border-color: rgb(252,101,19); }
td.TdClassName
{
border-color: #FC6513;
}
.TagClassName
{
border-color: #FC6513;
}
</style>