Shades of Pumpkin #FD6C20
Tints of Pumpkin #FD6C20
RGB
CMYK
RGB Variations
Color information
#FD6C20 (or 0xFD6C20) is known color: Pumpkin. HEX triplet: FD, 6C and 20. RGB value is (253,108,32). Sum of RGB (Red+Green+Blue) = 253+108+32=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6C20 is #0293DF. Grayscale: #8F8F8F. Windows color (decimal): -168928 or 2125053. OLE color: 2125053.
HSL color Cylindrical-coordinate representation of color #FD6C20: hue angle of 20.63º degrees, saturation: 0.98, 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 #FD6C20 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 108 | 32 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.01 |
| HSL | 20.63º | 0.98% | 0.56% | - |
| HSV(B) | 20.63º | 0.87% | 0.99% | - |
| XYZ | 46.13 | 31.71 | 5.06 | - |
| YUV | 142.69 | 65.54 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 108 | 32 | 0 | 0.57 | 0.87 | 0.01 | 20.63 | 0.98 | 0.56 |
| Hex | FD | 6C | 20 | 0 | 39 | 57 | 1 | 15 | 62 | 38 |
| Octal | 375 | 154 | 40 | 0 | 71 | 127 | 1 | 25 | 142 | 70 |
| Binary | 11111101 | 1101100 | 100000 | 0 | 111001 | 1010111 | 1 | 10101 | 1100010 | 111000 |
Color Harmonies of #FD6C20
Complementary color
Monochromatic Colors of #FD6C20
Black with #FD6C20
Text Example
Text Example
White with #FD6C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6C20; }
p { color: rgb(253,108,32); }
H1.HeaderClassName
{
color: #FD6C20;
}
.AnyTagClassName
{
color: #FD6C20;
}
</style>
background-color css
<style>
a { background-color: #FD6C20; }
a { background-color: rgb(253,108,32); }
div.DivClassName
{
background-color: #FD6C20;
}
.BgClassName
{
background-color: #FD6C20;
}
</style>
border-color css
<style>
span { border-color: #FD6C20; }
span { border-color: rgb(253,108,32); }
td.TdClassName
{
border-color: #FD6C20;
}
.TagClassName
{
border-color: #FD6C20;
}
</style>