Shades of Pumpkin #FC7D20
Tints of Pumpkin #FC7D20
RGB
CMYK
RGB Variations
Color information
#FC7D20 (or 0xFC7D20) is known color: Pumpkin. HEX triplet: FC, 7D and 20. RGB value is (252,125,32). Sum of RGB (Red+Green+Blue) = 252+125+32=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D20 is #0382DF. Grayscale: #989898. Windows color (decimal): -230112 or 2129404. OLE color: 2129404.
HSL color Cylindrical-coordinate representation of color #FC7D20: hue angle of 25.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 #FC7D20 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 32 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.01 |
| HSL | 25.36º | 0.97% | 0.56% | - |
| HSV(B) | 25.36º | 0.87% | 0.99% | - |
| XYZ | 47.74 | 35.47 | 5.7 | - |
| YUV | 152.37 | 60.08 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 32 | 0 | 0.50 | 0.87 | 0.01 | 25.36 | 0.97 | 0.56 |
| Hex | FC | 7D | 20 | 0 | 32 | 57 | 1 | 19 | 61 | 38 |
| Octal | 374 | 175 | 40 | 0 | 62 | 127 | 1 | 31 | 141 | 70 |
| Binary | 11111100 | 1111101 | 100000 | 0 | 110010 | 1010111 | 1 | 11001 | 1100001 | 111000 |
Color Harmonies of #FC7D20
Complementary color
Monochromatic Colors of #FC7D20
Black with #FC7D20
Text Example
Text Example
White with #FC7D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D20; }
p { color: rgb(252,125,32); }
H1.HeaderClassName
{
color: #FC7D20;
}
.AnyTagClassName
{
color: #FC7D20;
}
</style>
background-color css
<style>
a { background-color: #FC7D20; }
a { background-color: rgb(252,125,32); }
div.DivClassName
{
background-color: #FC7D20;
}
.BgClassName
{
background-color: #FC7D20;
}
</style>
border-color css
<style>
span { border-color: #FC7D20; }
span { border-color: rgb(252,125,32); }
td.TdClassName
{
border-color: #FC7D20;
}
.TagClassName
{
border-color: #FC7D20;
}
</style>