Shades of Pumpkin #FC6E16
Tints of Pumpkin #FC6E16
RGB
CMYK
RGB Variations
Color information
#FC6E16 (or 0xFC6E16) is known color: Pumpkin. HEX triplet: FC, 6E and 16. RGB value is (252,110,22). Sum of RGB (Red+Green+Blue) = 252+110+22=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6E16 is #0391E9. Grayscale: #8E8E8E. Windows color (decimal): -233962 or 1470204. OLE color: 1470204.
HSL color Cylindrical-coordinate representation of color #FC6E16: hue angle of 22.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC6E16 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 22 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.01 |
| HSL | 22.96º | 0.97% | 0.54% | - |
| HSV(B) | 22.96º | 0.91% | 0.99% | - |
| XYZ | 45.87 | 31.91 | 4.5 | - |
| YUV | 142.43 | 60.04 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 22 | 0 | 0.56 | 0.91 | 0.01 | 22.96 | 0.97 | 0.54 |
| Hex | FC | 6E | 16 | 0 | 38 | 5B | 1 | 17 | 61 | 36 |
| Octal | 374 | 156 | 26 | 0 | 70 | 133 | 1 | 27 | 141 | 66 |
| Binary | 11111100 | 1101110 | 10110 | 0 | 111000 | 1011011 | 1 | 10111 | 1100001 | 110110 |
Color Harmonies of #FC6E16
Complementary color
Monochromatic Colors of #FC6E16
Black with #FC6E16
Text Example
Text Example
White with #FC6E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E16; }
p { color: rgb(252,110,22); }
H1.HeaderClassName
{
color: #FC6E16;
}
.AnyTagClassName
{
color: #FC6E16;
}
</style>
background-color css
<style>
a { background-color: #FC6E16; }
a { background-color: rgb(252,110,22); }
div.DivClassName
{
background-color: #FC6E16;
}
.BgClassName
{
background-color: #FC6E16;
}
</style>
border-color css
<style>
span { border-color: #FC6E16; }
span { border-color: rgb(252,110,22); }
td.TdClassName
{
border-color: #FC6E16;
}
.TagClassName
{
border-color: #FC6E16;
}
</style>