Shades of Pumpkin #FC6E11
Tints of Pumpkin #FC6E11
RGB
CMYK
RGB Variations
Color information
#FC6E11 (or 0xFC6E11) is known color: Pumpkin. HEX triplet: FC, 6E and 11. RGB value is (252,110,17). Sum of RGB (Red+Green+Blue) = 252+110+17=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6E11 is #0391EE. Grayscale: #8E8E8E. Windows color (decimal): -233967 or 1142524. OLE color: 1142524.
HSL color Cylindrical-coordinate representation of color #FC6E11: hue angle of 23.74º 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 #FC6E11 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 17 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.01 |
| HSL | 23.74º | 0.98% | 0.53% | - |
| HSV(B) | 23.74º | 0.93% | 0.99% | - |
| XYZ | 45.82 | 31.89 | 4.27 | - |
| YUV | 141.86 | 57.54 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 17 | 0 | 0.56 | 0.93 | 0.01 | 23.74 | 0.98 | 0.53 |
| Hex | FC | 6E | 11 | 0 | 38 | 5D | 1 | 18 | 62 | 35 |
| Octal | 374 | 156 | 21 | 0 | 70 | 135 | 1 | 30 | 142 | 65 |
| Binary | 11111100 | 1101110 | 10001 | 0 | 111000 | 1011101 | 1 | 11000 | 1100010 | 110101 |
Color Harmonies of #FC6E11
Complementary color
Monochromatic Colors of #FC6E11
Black with #FC6E11
Text Example
Text Example
White with #FC6E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E11; }
p { color: rgb(252,110,17); }
H1.HeaderClassName
{
color: #FC6E11;
}
.AnyTagClassName
{
color: #FC6E11;
}
</style>
background-color css
<style>
a { background-color: #FC6E11; }
a { background-color: rgb(252,110,17); }
div.DivClassName
{
background-color: #FC6E11;
}
.BgClassName
{
background-color: #FC6E11;
}
</style>
border-color css
<style>
span { border-color: #FC6E11; }
span { border-color: rgb(252,110,17); }
td.TdClassName
{
border-color: #FC6E11;
}
.TagClassName
{
border-color: #FC6E11;
}
</style>