Shades of Pumpkin #FC6716
Tints of Pumpkin #FC6716
RGB
CMYK
RGB Variations
Color information
#FC6716 (or 0xFC6716) is known color: Pumpkin. HEX triplet: FC, 67 and 16. RGB value is (252,103,22). Sum of RGB (Red+Green+Blue) = 252+103+22=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6716 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6716 is #0398E9. Grayscale: #8A8A8A. Windows color (decimal): -235754 or 1468412. OLE color: 1468412.
HSL color Cylindrical-coordinate representation of color #FC6716: hue angle of 21.13º 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 #FC6716 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 22 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.01 |
| HSL | 21.13º | 0.97% | 0.54% | - |
| HSV(B) | 21.13º | 0.91% | 0.99% | - |
| XYZ | 45.14 | 30.45 | 4.26 | - |
| YUV | 138.32 | 62.36 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 22 | 0 | 0.59 | 0.91 | 0.01 | 21.13 | 0.97 | 0.54 |
| Hex | FC | 67 | 16 | 0 | 3B | 5B | 1 | 15 | 61 | 36 |
| Octal | 374 | 147 | 26 | 0 | 73 | 133 | 1 | 25 | 141 | 66 |
| Binary | 11111100 | 1100111 | 10110 | 0 | 111011 | 1011011 | 1 | 10101 | 1100001 | 110110 |
Color Harmonies of #FC6716
Complementary color
Monochromatic Colors of #FC6716
Black with #FC6716
Text Example
Text Example
White with #FC6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6716; }
p { color: rgb(252,103,22); }
H1.HeaderClassName
{
color: #FC6716;
}
.AnyTagClassName
{
color: #FC6716;
}
</style>
background-color css
<style>
a { background-color: #FC6716; }
a { background-color: rgb(252,103,22); }
div.DivClassName
{
background-color: #FC6716;
}
.BgClassName
{
background-color: #FC6716;
}
</style>
border-color css
<style>
span { border-color: #FC6716; }
span { border-color: rgb(252,103,22); }
td.TdClassName
{
border-color: #FC6716;
}
.TagClassName
{
border-color: #FC6716;
}
</style>