Shades of Pumpkin #FD800E
Tints of Pumpkin #FD800E
RGB
CMYK
RGB Variations
Color information
#FD800E (or 0xFD800E) is known color: Pumpkin. HEX triplet: FD, 80 and 0E. RGB value is (253,128,14). Sum of RGB (Red+Green+Blue) = 253+128+14=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD800E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD800E is #027FF1. Grayscale: #989898. Windows color (decimal): -163826 or 950525. OLE color: 950525.
HSL color Cylindrical-coordinate representation of color #FD800E: hue angle of 28.62º 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 #FD800E is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 14 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.01 |
| HSL | 28.62º | 0.98% | 0.52% | - |
| HSV(B) | 28.62º | 0.94% | 0.99% | - |
| XYZ | 48.31 | 36.35 | 4.89 | - |
| YUV | 152.38 | 49.91 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 14 | 0 | 0.49 | 0.94 | 0.01 | 28.62 | 0.98 | 0.52 |
| Hex | FD | 80 | E | 0 | 31 | 5E | 1 | 1D | 62 | 34 |
| Octal | 375 | 200 | 16 | 0 | 61 | 136 | 1 | 35 | 142 | 64 |
| Binary | 11111101 | 10000000 | 1110 | 0 | 110001 | 1011110 | 1 | 11101 | 1100010 | 110100 |
Color Harmonies of #FD800E
Complementary color
Monochromatic Colors of #FD800E
Black with #FD800E
Text Example
Text Example
White with #FD800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD800E; }
p { color: rgb(253,128,14); }
H1.HeaderClassName
{
color: #FD800E;
}
.AnyTagClassName
{
color: #FD800E;
}
</style>
background-color css
<style>
a { background-color: #FD800E; }
a { background-color: rgb(253,128,14); }
div.DivClassName
{
background-color: #FD800E;
}
.BgClassName
{
background-color: #FD800E;
}
</style>
border-color css
<style>
span { border-color: #FD800E; }
span { border-color: rgb(253,128,14); }
td.TdClassName
{
border-color: #FD800E;
}
.TagClassName
{
border-color: #FD800E;
}
</style>