Shades of Pumpkin #FC7E16
Tints of Pumpkin #FC7E16
RGB
CMYK
RGB Variations
Color information
#FC7E16 (or 0xFC7E16) is known color: Pumpkin. HEX triplet: FC, 7E and 16. RGB value is (252,126,22). Sum of RGB (Red+Green+Blue) = 252+126+22=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7E16 is #0381E9. Grayscale: #989898. Windows color (decimal): -229866 or 1474300. OLE color: 1474300.
HSL color Cylindrical-coordinate representation of color #FC7E16: hue angle of 27.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 #FC7E16 is Cyan = 0, Magento = 0.5, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 22 | - |
| CMYK | 0 | 0.5 | 0.91 | 0.01 |
| HSL | 27.13º | 0.97% | 0.54% | - |
| HSV(B) | 27.13º | 0.91% | 0.99% | - |
| XYZ | 47.75 | 35.68 | 5.13 | - |
| YUV | 151.82 | 54.74 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 22 | 0 | 0.5 | 0.91 | 0.01 | 27.13 | 0.97 | 0.54 |
| Hex | FC | 7E | 16 | 0 | 32 | 5B | 1 | 1B | 61 | 36 |
| Octal | 374 | 176 | 26 | 0 | 62 | 133 | 1 | 33 | 141 | 66 |
| Binary | 11111100 | 1111110 | 10110 | 0 | 110010 | 1011011 | 1 | 11011 | 1100001 | 110110 |
Color Harmonies of #FC7E16
Complementary color
Monochromatic Colors of #FC7E16
Black with #FC7E16
Text Example
Text Example
White with #FC7E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E16; }
p { color: rgb(252,126,22); }
H1.HeaderClassName
{
color: #FC7E16;
}
.AnyTagClassName
{
color: #FC7E16;
}
</style>
background-color css
<style>
a { background-color: #FC7E16; }
a { background-color: rgb(252,126,22); }
div.DivClassName
{
background-color: #FC7E16;
}
.BgClassName
{
background-color: #FC7E16;
}
</style>
border-color css
<style>
span { border-color: #FC7E16; }
span { border-color: rgb(252,126,22); }
td.TdClassName
{
border-color: #FC7E16;
}
.TagClassName
{
border-color: #FC7E16;
}
</style>