Shades of Pumpkin #FC7A20
Tints of Pumpkin #FC7A20
RGB
CMYK
RGB Variations
Color information
#FC7A20 (or 0xFC7A20) is known color: Pumpkin. HEX triplet: FC, 7A and 20. RGB value is (252,122,32). Sum of RGB (Red+Green+Blue) = 252+122+32=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7A20 is #0385DF. Grayscale: #979797. Windows color (decimal): -230880 or 2128636. OLE color: 2128636.
HSL color Cylindrical-coordinate representation of color #FC7A20: hue angle of 24.55º 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 #FC7A20 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 122 | 32 | - |
CMYK | 0 | 0.52 | 0.87 | 0.01 |
HSL | 24.55º | 0.97% | 0.56% | - |
HSV(B) | 24.55º | 0.87% | 0.99% | - |
XYZ | 47.37 | 34.72 | 5.57 | - |
YUV | 150.61 | 61.07 | 200.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 122 | 32 | 0 | 0.52 | 0.87 | 0.01 | 24.55 | 0.97 | 0.56 |
Hex | FC | 7A | 20 | 0 | 34 | 57 | 1 | 19 | 61 | 38 |
Octal | 374 | 172 | 40 | 0 | 64 | 127 | 1 | 31 | 141 | 70 |
Binary | 11111100 | 1111010 | 100000 | 0 | 110100 | 1010111 | 1 | 11001 | 1100001 | 111000 |
Color Harmonies of #FC7A20
Complementary color
Monochromatic Colors of #FC7A20
Black with #FC7A20
Text Example
Text Example
White with #FC7A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A20; }
p { color: rgb(252,122,32); }
H1.HeaderClassName
{
color: #FC7A20;
}
.AnyTagClassName
{
color: #FC7A20;
}
</style>
background-color css
<style>
a { background-color: #FC7A20; }
a { background-color: rgb(252,122,32); }
div.DivClassName
{
background-color: #FC7A20;
}
.BgClassName
{
background-color: #FC7A20;
}
</style>
border-color css
<style>
span { border-color: #FC7A20; }
span { border-color: rgb(252,122,32); }
td.TdClassName
{
border-color: #FC7A20;
}
.TagClassName
{
border-color: #FC7A20;
}
</style>