Shades of Pumpkin #FC7C20
Tints of Pumpkin #FC7C20
RGB
CMYK
RGB Variations
Color information
#FC7C20 (or 0xFC7C20) is known color: Pumpkin. HEX triplet: FC, 7C and 20. RGB value is (252,124,32). Sum of RGB (Red+Green+Blue) = 252+124+32=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7C20 is #0383DF. Grayscale: #989898. Windows color (decimal): -230368 or 2129148. OLE color: 2129148.
HSL color Cylindrical-coordinate representation of color #FC7C20: hue angle of 25.09º 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 #FC7C20 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 32 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.01 |
| HSL | 25.09º | 0.97% | 0.56% | - |
| HSV(B) | 25.09º | 0.87% | 0.99% | - |
| XYZ | 47.61 | 35.22 | 5.65 | - |
| YUV | 151.78 | 60.41 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 32 | 0 | 0.51 | 0.87 | 0.01 | 25.09 | 0.97 | 0.56 |
| Hex | FC | 7C | 20 | 0 | 33 | 57 | 1 | 19 | 61 | 38 |
| Octal | 374 | 174 | 40 | 0 | 63 | 127 | 1 | 31 | 141 | 70 |
| Binary | 11111100 | 1111100 | 100000 | 0 | 110011 | 1010111 | 1 | 11001 | 1100001 | 111000 |
Color Harmonies of #FC7C20
Complementary color
Monochromatic Colors of #FC7C20
Black with #FC7C20
Text Example
Text Example
White with #FC7C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C20; }
p { color: rgb(252,124,32); }
H1.HeaderClassName
{
color: #FC7C20;
}
.AnyTagClassName
{
color: #FC7C20;
}
</style>
background-color css
<style>
a { background-color: #FC7C20; }
a { background-color: rgb(252,124,32); }
div.DivClassName
{
background-color: #FC7C20;
}
.BgClassName
{
background-color: #FC7C20;
}
</style>
border-color css
<style>
span { border-color: #FC7C20; }
span { border-color: rgb(252,124,32); }
td.TdClassName
{
border-color: #FC7C20;
}
.TagClassName
{
border-color: #FC7C20;
}
</style>