Shades of Pumpkin #FD8520
Tints of Pumpkin #FD8520
RGB
CMYK
RGB Variations
Color information
#FD8520 (or 0xFD8520) is known color: Pumpkin. HEX triplet: FD, 85 and 20. RGB value is (253,133,32). Sum of RGB (Red+Green+Blue) = 253+133+32=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8520 is #027ADF. Grayscale: #9D9D9D. Windows color (decimal): -162528 or 2131453. OLE color: 2131453.
HSL color Cylindrical-coordinate representation of color #FD8520: hue angle of 27.42º 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 #FD8520 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 32 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.01 |
| HSL | 27.42º | 0.98% | 0.56% | - |
| HSV(B) | 27.42º | 0.87% | 0.99% | - |
| XYZ | 49.16 | 37.76 | 6.06 | - |
| YUV | 157.37 | 57.26 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 32 | 0 | 0.47 | 0.87 | 0.01 | 27.42 | 0.98 | 0.56 |
| Hex | FD | 85 | 20 | 0 | 2F | 57 | 1 | 1B | 62 | 38 |
| Octal | 375 | 205 | 40 | 0 | 57 | 127 | 1 | 33 | 142 | 70 |
| Binary | 11111101 | 10000101 | 100000 | 0 | 101111 | 1010111 | 1 | 11011 | 1100010 | 111000 |
Color Harmonies of #FD8520
Complementary color
Monochromatic Colors of #FD8520
Black with #FD8520
Text Example
Text Example
White with #FD8520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8520; }
p { color: rgb(253,133,32); }
H1.HeaderClassName
{
color: #FD8520;
}
.AnyTagClassName
{
color: #FD8520;
}
</style>
background-color css
<style>
a { background-color: #FD8520; }
a { background-color: rgb(253,133,32); }
div.DivClassName
{
background-color: #FD8520;
}
.BgClassName
{
background-color: #FD8520;
}
</style>
border-color css
<style>
span { border-color: #FD8520; }
span { border-color: rgb(253,133,32); }
td.TdClassName
{
border-color: #FD8520;
}
.TagClassName
{
border-color: #FD8520;
}
</style>