Shades of Pumpkin #FC6D11
Tints of Pumpkin #FC6D11
RGB
CMYK
RGB Variations
Color information
#FC6D11 (or 0xFC6D11) is known color: Pumpkin. HEX triplet: FC, 6D and 11. RGB value is (252,109,17). Sum of RGB (Red+Green+Blue) = 252+109+17=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6D11 is #0392EE. Grayscale: #8D8D8D. Windows color (decimal): -234223 or 1142268. OLE color: 1142268.
HSL color Cylindrical-coordinate representation of color #FC6D11: hue angle of 23.49º 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 #FC6D11 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 17 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.01 |
| HSL | 23.49º | 0.98% | 0.53% | - |
| HSV(B) | 23.49º | 0.93% | 0.99% | - |
| XYZ | 45.71 | 31.67 | 4.23 | - |
| YUV | 141.27 | 57.88 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 17 | 0 | 0.57 | 0.93 | 0.01 | 23.49 | 0.98 | 0.53 |
| Hex | FC | 6D | 11 | 0 | 39 | 5D | 1 | 17 | 62 | 35 |
| Octal | 374 | 155 | 21 | 0 | 71 | 135 | 1 | 27 | 142 | 65 |
| Binary | 11111100 | 1101101 | 10001 | 0 | 111001 | 1011101 | 1 | 10111 | 1100010 | 110101 |
Color Harmonies of #FC6D11
Complementary color
Monochromatic Colors of #FC6D11
Black with #FC6D11
Text Example
Text Example
White with #FC6D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D11; }
p { color: rgb(252,109,17); }
H1.HeaderClassName
{
color: #FC6D11;
}
.AnyTagClassName
{
color: #FC6D11;
}
</style>
background-color css
<style>
a { background-color: #FC6D11; }
a { background-color: rgb(252,109,17); }
div.DivClassName
{
background-color: #FC6D11;
}
.BgClassName
{
background-color: #FC6D11;
}
</style>
border-color css
<style>
span { border-color: #FC6D11; }
span { border-color: rgb(252,109,17); }
td.TdClassName
{
border-color: #FC6D11;
}
.TagClassName
{
border-color: #FC6D11;
}
</style>