Shades of Pumpkin #FC7220
Tints of Pumpkin #FC7220
RGB
CMYK
RGB Variations
Color information
#FC7220 (or 0xFC7220) is known color: Pumpkin. HEX triplet: FC, 72 and 20. RGB value is (252,114,32). Sum of RGB (Red+Green+Blue) = 252+114+32=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7220 is #038DDF. Grayscale: #929292. Windows color (decimal): -232928 or 2126588. OLE color: 2126588.
HSL color Cylindrical-coordinate representation of color #FC7220: hue angle of 22.36º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC7220 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 32 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.01 |
| HSL | 22.36º | 0.97% | 0.56% | - |
| HSV(B) | 22.36º | 0.87% | 0.99% | - |
| XYZ | 46.42 | 32.83 | 5.26 | - |
| YUV | 145.91 | 63.72 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 32 | 0 | 0.55 | 0.87 | 0.01 | 22.36 | 0.97 | 0.56 |
| Hex | FC | 72 | 20 | 0 | 37 | 57 | 1 | 16 | 61 | 38 |
| Octal | 374 | 162 | 40 | 0 | 67 | 127 | 1 | 26 | 141 | 70 |
| Binary | 11111100 | 1110010 | 100000 | 0 | 110111 | 1010111 | 1 | 10110 | 1100001 | 111000 |
Color Harmonies of #FC7220
Complementary color
Monochromatic Colors of #FC7220
Black with #FC7220
Text Example
Text Example
White with #FC7220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7220; }
p { color: rgb(252,114,32); }
H1.HeaderClassName
{
color: #FC7220;
}
.AnyTagClassName
{
color: #FC7220;
}
</style>
background-color css
<style>
a { background-color: #FC7220; }
a { background-color: rgb(252,114,32); }
div.DivClassName
{
background-color: #FC7220;
}
.BgClassName
{
background-color: #FC7220;
}
</style>
border-color css
<style>
span { border-color: #FC7220; }
span { border-color: rgb(252,114,32); }
td.TdClassName
{
border-color: #FC7220;
}
.TagClassName
{
border-color: #FC7220;
}
</style>