Shades of Pumpkin #FD800C
Tints of Pumpkin #FD800C
RGB
CMYK
RGB Variations
Color information
#FD800C (or 0xFD800C) is known color: Pumpkin. HEX triplet: FD, 80 and 0C. RGB value is (253,128,12). Sum of RGB (Red+Green+Blue) = 253+128+12=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD800C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD800C is #027FF3. Grayscale: #989898. Windows color (decimal): -163828 or 819453. OLE color: 819453.
HSL color Cylindrical-coordinate representation of color #FD800C: hue angle of 28.88º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD800C is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 12 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.01 |
| HSL | 28.88º | 0.98% | 0.52% | - |
| HSV(B) | 28.88º | 0.95% | 0.99% | - |
| XYZ | 48.29 | 36.35 | 4.82 | - |
| YUV | 152.15 | 48.91 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 12 | 0 | 0.49 | 0.95 | 0.01 | 28.88 | 0.98 | 0.52 |
| Hex | FD | 80 | C | 0 | 31 | 5F | 1 | 1D | 62 | 34 |
| Octal | 375 | 200 | 14 | 0 | 61 | 137 | 1 | 35 | 142 | 64 |
| Binary | 11111101 | 10000000 | 1100 | 0 | 110001 | 1011111 | 1 | 11101 | 1100010 | 110100 |
Color Harmonies of #FD800C
Complementary color
Monochromatic Colors of #FD800C
Black with #FD800C
Text Example
Text Example
White with #FD800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD800C; }
p { color: rgb(253,128,12); }
H1.HeaderClassName
{
color: #FD800C;
}
.AnyTagClassName
{
color: #FD800C;
}
</style>
background-color css
<style>
a { background-color: #FD800C; }
a { background-color: rgb(253,128,12); }
div.DivClassName
{
background-color: #FD800C;
}
.BgClassName
{
background-color: #FD800C;
}
</style>
border-color css
<style>
span { border-color: #FD800C; }
span { border-color: rgb(253,128,12); }
td.TdClassName
{
border-color: #FD800C;
}
.TagClassName
{
border-color: #FD800C;
}
</style>