Shades of Pumpkin #FD7020
Tints of Pumpkin #FD7020
RGB
CMYK
RGB Variations
Color information
#FD7020 (or 0xFD7020) is known color: Pumpkin. HEX triplet: FD, 70 and 20. RGB value is (253,112,32). Sum of RGB (Red+Green+Blue) = 253+112+32=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7020 is #028FDF. Grayscale: #919191. Windows color (decimal): -167904 or 2126077. OLE color: 2126077.
HSL color Cylindrical-coordinate representation of color #FD7020: hue angle of 21.72º 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 #FD7020 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 32 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.01 |
| HSL | 21.72º | 0.98% | 0.56% | - |
| HSV(B) | 21.72º | 0.87% | 0.99% | - |
| XYZ | 46.56 | 32.58 | 5.2 | - |
| YUV | 145.04 | 64.21 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 32 | 0 | 0.56 | 0.87 | 0.01 | 21.72 | 0.98 | 0.56 |
| Hex | FD | 70 | 20 | 0 | 38 | 57 | 1 | 16 | 62 | 38 |
| Octal | 375 | 160 | 40 | 0 | 70 | 127 | 1 | 26 | 142 | 70 |
| Binary | 11111101 | 1110000 | 100000 | 0 | 111000 | 1010111 | 1 | 10110 | 1100010 | 111000 |
Color Harmonies of #FD7020
Complementary color
Monochromatic Colors of #FD7020
Black with #FD7020
Text Example
Text Example
White with #FD7020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7020; }
p { color: rgb(253,112,32); }
H1.HeaderClassName
{
color: #FD7020;
}
.AnyTagClassName
{
color: #FD7020;
}
</style>
background-color css
<style>
a { background-color: #FD7020; }
a { background-color: rgb(253,112,32); }
div.DivClassName
{
background-color: #FD7020;
}
.BgClassName
{
background-color: #FD7020;
}
</style>
border-color css
<style>
span { border-color: #FD7020; }
span { border-color: rgb(253,112,32); }
td.TdClassName
{
border-color: #FD7020;
}
.TagClassName
{
border-color: #FD7020;
}
</style>