Shades of Pumpkin #FC6D20
Tints of Pumpkin #FC6D20
RGB
CMYK
RGB Variations
Color information
#FC6D20 (or 0xFC6D20) is known color: Pumpkin. HEX triplet: FC, 6D and 20. RGB value is (252,109,32). Sum of RGB (Red+Green+Blue) = 252+109+32=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6D20 is #0392DF. Grayscale: #8F8F8F. Windows color (decimal): -234208 or 2125308. OLE color: 2125308.
HSL color Cylindrical-coordinate representation of color #FC6D20: hue angle of 21º 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 #FC6D20 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 32 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.01 |
| HSL | 21º | 0.97% | 0.56% | - |
| HSV(B) | 21º | 0.87% | 0.99% | - |
| XYZ | 45.87 | 31.74 | 5.07 | - |
| YUV | 142.98 | 65.38 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 32 | 0 | 0.57 | 0.87 | 0.01 | 21 | 0.97 | 0.56 |
| Hex | FC | 6D | 20 | 0 | 39 | 57 | 1 | 15 | 61 | 38 |
| Octal | 374 | 155 | 40 | 0 | 71 | 127 | 1 | 25 | 141 | 70 |
| Binary | 11111100 | 1101101 | 100000 | 0 | 111001 | 1010111 | 1 | 10101 | 1100001 | 111000 |
Color Harmonies of #FC6D20
Complementary color
Monochromatic Colors of #FC6D20
Black with #FC6D20
Text Example
Text Example
White with #FC6D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D20; }
p { color: rgb(252,109,32); }
H1.HeaderClassName
{
color: #FC6D20;
}
.AnyTagClassName
{
color: #FC6D20;
}
</style>
background-color css
<style>
a { background-color: #FC6D20; }
a { background-color: rgb(252,109,32); }
div.DivClassName
{
background-color: #FC6D20;
}
.BgClassName
{
background-color: #FC6D20;
}
</style>
border-color css
<style>
span { border-color: #FC6D20; }
span { border-color: rgb(252,109,32); }
td.TdClassName
{
border-color: #FC6D20;
}
.TagClassName
{
border-color: #FC6D20;
}
</style>