Shades of Pumpkin #FC6712
Tints of Pumpkin #FC6712
RGB
CMYK
RGB Variations
Color information
#FC6712 (or 0xFC6712) is known color: Pumpkin. HEX triplet: FC, 67 and 12. RGB value is (252,103,18). Sum of RGB (Red+Green+Blue) = 252+103+18=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6712 is #0398ED. Grayscale: #8A8A8A. Windows color (decimal): -235758 or 1206268. OLE color: 1206268.
HSL color Cylindrical-coordinate representation of color #FC6712: hue angle of 21.79º 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 #FC6712 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 18 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.01 |
| HSL | 21.79º | 0.98% | 0.53% | - |
| HSV(B) | 21.79º | 0.93% | 0.99% | - |
| XYZ | 45.1 | 30.44 | 4.07 | - |
| YUV | 137.86 | 60.36 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 18 | 0 | 0.59 | 0.93 | 0.01 | 21.79 | 0.98 | 0.53 |
| Hex | FC | 67 | 12 | 0 | 3B | 5D | 1 | 16 | 62 | 35 |
| Octal | 374 | 147 | 22 | 0 | 73 | 135 | 1 | 26 | 142 | 65 |
| Binary | 11111100 | 1100111 | 10010 | 0 | 111011 | 1011101 | 1 | 10110 | 1100010 | 110101 |
Color Harmonies of #FC6712
Complementary color
Monochromatic Colors of #FC6712
Black with #FC6712
Text Example
Text Example
White with #FC6712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6712; }
p { color: rgb(252,103,18); }
H1.HeaderClassName
{
color: #FC6712;
}
.AnyTagClassName
{
color: #FC6712;
}
</style>
background-color css
<style>
a { background-color: #FC6712; }
a { background-color: rgb(252,103,18); }
div.DivClassName
{
background-color: #FC6712;
}
.BgClassName
{
background-color: #FC6712;
}
</style>
border-color css
<style>
span { border-color: #FC6712; }
span { border-color: rgb(252,103,18); }
td.TdClassName
{
border-color: #FC6712;
}
.TagClassName
{
border-color: #FC6712;
}
</style>