Shades of Pumpkin #FC6713
Tints of Pumpkin #FC6713
RGB
CMYK
RGB Variations
Color information
#FC6713 (or 0xFC6713) is known color: Pumpkin. HEX triplet: FC, 67 and 13. RGB value is (252,103,19). Sum of RGB (Red+Green+Blue) = 252+103+19=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6713 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6713 is #0398EC. Grayscale: #8A8A8A. Windows color (decimal): -235757 or 1271804. OLE color: 1271804.
HSL color Cylindrical-coordinate representation of color #FC6713: hue angle of 21.63º 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 #FC6713 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 19 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.01 |
| HSL | 21.63º | 0.97% | 0.53% | - |
| HSV(B) | 21.63º | 0.92% | 0.99% | - |
| XYZ | 45.11 | 30.44 | 4.11 | - |
| YUV | 137.98 | 60.86 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 19 | 0 | 0.59 | 0.92 | 0.01 | 21.63 | 0.97 | 0.53 |
| Hex | FC | 67 | 13 | 0 | 3B | 5C | 1 | 16 | 61 | 35 |
| Octal | 374 | 147 | 23 | 0 | 73 | 134 | 1 | 26 | 141 | 65 |
| Binary | 11111100 | 1100111 | 10011 | 0 | 111011 | 1011100 | 1 | 10110 | 1100001 | 110101 |
Color Harmonies of #FC6713
Complementary color
Monochromatic Colors of #FC6713
Black with #FC6713
Text Example
Text Example
White with #FC6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6713; }
p { color: rgb(252,103,19); }
H1.HeaderClassName
{
color: #FC6713;
}
.AnyTagClassName
{
color: #FC6713;
}
</style>
background-color css
<style>
a { background-color: #FC6713; }
a { background-color: rgb(252,103,19); }
div.DivClassName
{
background-color: #FC6713;
}
.BgClassName
{
background-color: #FC6713;
}
</style>
border-color css
<style>
span { border-color: #FC6713; }
span { border-color: rgb(252,103,19); }
td.TdClassName
{
border-color: #FC6713;
}
.TagClassName
{
border-color: #FC6713;
}
</style>