Shades of Pumpkin #FD820E
Tints of Pumpkin #FD820E
RGB
CMYK
RGB Variations
Color information
#FD820E (or 0xFD820E) is known color: Pumpkin. HEX triplet: FD, 82 and 0E. RGB value is (253,130,14). Sum of RGB (Red+Green+Blue) = 253+130+14=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD820E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD820E is #027DF1. Grayscale: #9A9A9A. Windows color (decimal): -163314 or 951037. OLE color: 951037.
HSL color Cylindrical-coordinate representation of color #FD820E: hue angle of 29.12º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD820E is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 14 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.01 |
| HSL | 29.12º | 0.98% | 0.52% | - |
| HSV(B) | 29.12º | 0.94% | 0.99% | - |
| XYZ | 48.57 | 36.88 | 4.97 | - |
| YUV | 153.55 | 49.25 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 14 | 0 | 0.49 | 0.94 | 0.01 | 29.12 | 0.98 | 0.52 |
| Hex | FD | 82 | E | 0 | 31 | 5E | 1 | 1D | 62 | 34 |
| Octal | 375 | 202 | 16 | 0 | 61 | 136 | 1 | 35 | 142 | 64 |
| Binary | 11111101 | 10000010 | 1110 | 0 | 110001 | 1011110 | 1 | 11101 | 1100010 | 110100 |
Color Harmonies of #FD820E
Complementary color
Monochromatic Colors of #FD820E
Black with #FD820E
Text Example
Text Example
White with #FD820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD820E; }
p { color: rgb(253,130,14); }
H1.HeaderClassName
{
color: #FD820E;
}
.AnyTagClassName
{
color: #FD820E;
}
</style>
background-color css
<style>
a { background-color: #FD820E; }
a { background-color: rgb(253,130,14); }
div.DivClassName
{
background-color: #FD820E;
}
.BgClassName
{
background-color: #FD820E;
}
</style>
border-color css
<style>
span { border-color: #FD820E; }
span { border-color: rgb(253,130,14); }
td.TdClassName
{
border-color: #FD820E;
}
.TagClassName
{
border-color: #FD820E;
}
</style>