Shades of Pumpkin #FC6D16
Tints of Pumpkin #FC6D16
RGB
CMYK
RGB Variations
Color information
#FC6D16 (or 0xFC6D16) is known color: Pumpkin. HEX triplet: FC, 6D and 16. RGB value is (252,109,22). Sum of RGB (Red+Green+Blue) = 252+109+22=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6D16 is #0392E9. Grayscale: #8E8E8E. Windows color (decimal): -234218 or 1469948. OLE color: 1469948.
HSL color Cylindrical-coordinate representation of color #FC6D16: hue angle of 22.7º 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 #FC6D16 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 22 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.01 |
| HSL | 22.7º | 0.97% | 0.54% | - |
| HSV(B) | 22.7º | 0.91% | 0.99% | - |
| XYZ | 45.76 | 31.69 | 4.46 | - |
| YUV | 141.84 | 60.38 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 22 | 0 | 0.57 | 0.91 | 0.01 | 22.7 | 0.97 | 0.54 |
| Hex | FC | 6D | 16 | 0 | 39 | 5B | 1 | 17 | 61 | 36 |
| Octal | 374 | 155 | 26 | 0 | 71 | 133 | 1 | 27 | 141 | 66 |
| Binary | 11111100 | 1101101 | 10110 | 0 | 111001 | 1011011 | 1 | 10111 | 1100001 | 110110 |
Color Harmonies of #FC6D16
Complementary color
Monochromatic Colors of #FC6D16
Black with #FC6D16
Text Example
Text Example
White with #FC6D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D16; }
p { color: rgb(252,109,22); }
H1.HeaderClassName
{
color: #FC6D16;
}
.AnyTagClassName
{
color: #FC6D16;
}
</style>
background-color css
<style>
a { background-color: #FC6D16; }
a { background-color: rgb(252,109,22); }
div.DivClassName
{
background-color: #FC6D16;
}
.BgClassName
{
background-color: #FC6D16;
}
</style>
border-color css
<style>
span { border-color: #FC6D16; }
span { border-color: rgb(252,109,22); }
td.TdClassName
{
border-color: #FC6D16;
}
.TagClassName
{
border-color: #FC6D16;
}
</style>