Shades of Pumpkin #FC6E10
Tints of Pumpkin #FC6E10
RGB
CMYK
RGB Variations
Color information
#FC6E10 (or 0xFC6E10) is known color: Pumpkin. HEX triplet: FC, 6E and 10. RGB value is (252,110,16). Sum of RGB (Red+Green+Blue) = 252+110+16=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6E10 is #0391EF. Grayscale: #8E8E8E. Windows color (decimal): -233968 or 1076988. OLE color: 1076988.
HSL color Cylindrical-coordinate representation of color #FC6E10: hue angle of 23.9º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC6E10 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 16 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.01 |
| HSL | 23.9º | 0.98% | 0.53% | - |
| HSV(B) | 23.9º | 0.94% | 0.99% | - |
| XYZ | 45.81 | 31.88 | 4.23 | - |
| YUV | 141.74 | 57.04 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 16 | 0 | 0.56 | 0.94 | 0.01 | 23.9 | 0.98 | 0.53 |
| Hex | FC | 6E | 10 | 0 | 38 | 5E | 1 | 18 | 62 | 35 |
| Octal | 374 | 156 | 20 | 0 | 70 | 136 | 1 | 30 | 142 | 65 |
| Binary | 11111100 | 1101110 | 10000 | 0 | 111000 | 1011110 | 1 | 11000 | 1100010 | 110101 |
Color Harmonies of #FC6E10
Complementary color
Monochromatic Colors of #FC6E10
Black with #FC6E10
Text Example
Text Example
White with #FC6E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E10; }
p { color: rgb(252,110,16); }
H1.HeaderClassName
{
color: #FC6E10;
}
.AnyTagClassName
{
color: #FC6E10;
}
</style>
background-color css
<style>
a { background-color: #FC6E10; }
a { background-color: rgb(252,110,16); }
div.DivClassName
{
background-color: #FC6E10;
}
.BgClassName
{
background-color: #FC6E10;
}
</style>
border-color css
<style>
span { border-color: #FC6E10; }
span { border-color: rgb(252,110,16); }
td.TdClassName
{
border-color: #FC6E10;
}
.TagClassName
{
border-color: #FC6E10;
}
</style>