Shades of Pumpkin #FC7520
Tints of Pumpkin #FC7520
RGB
CMYK
RGB Variations
Color information
#FC7520 (or 0xFC7520) is known color: Pumpkin. HEX triplet: FC, 75 and 20. RGB value is (252,117,32). Sum of RGB (Red+Green+Blue) = 252+117+32=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7520 is #038ADF. Grayscale: #949494. Windows color (decimal): -232160 or 2127356. OLE color: 2127356.
HSL color Cylindrical-coordinate representation of color #FC7520: hue angle of 23.18º 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 #FC7520 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 32 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.01 |
| HSL | 23.18º | 0.97% | 0.56% | - |
| HSV(B) | 23.18º | 0.87% | 0.99% | - |
| XYZ | 46.77 | 33.52 | 5.37 | - |
| YUV | 147.68 | 62.73 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 32 | 0 | 0.54 | 0.87 | 0.01 | 23.18 | 0.97 | 0.56 |
| Hex | FC | 75 | 20 | 0 | 36 | 57 | 1 | 17 | 61 | 38 |
| Octal | 374 | 165 | 40 | 0 | 66 | 127 | 1 | 27 | 141 | 70 |
| Binary | 11111100 | 1110101 | 100000 | 0 | 110110 | 1010111 | 1 | 10111 | 1100001 | 111000 |
Color Harmonies of #FC7520
Complementary color
Monochromatic Colors of #FC7520
Black with #FC7520
Text Example
Text Example
White with #FC7520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7520; }
p { color: rgb(252,117,32); }
H1.HeaderClassName
{
color: #FC7520;
}
.AnyTagClassName
{
color: #FC7520;
}
</style>
background-color css
<style>
a { background-color: #FC7520; }
a { background-color: rgb(252,117,32); }
div.DivClassName
{
background-color: #FC7520;
}
.BgClassName
{
background-color: #FC7520;
}
</style>
border-color css
<style>
span { border-color: #FC7520; }
span { border-color: rgb(252,117,32); }
td.TdClassName
{
border-color: #FC7520;
}
.TagClassName
{
border-color: #FC7520;
}
</style>