Shades of Pumpkin #FD7D0E
Tints of Pumpkin #FD7D0E
RGB
CMYK
RGB Variations
Color information
#FD7D0E (or 0xFD7D0E) is known color: Pumpkin. HEX triplet: FD, 7D and 0E. RGB value is (253,125,14). Sum of RGB (Red+Green+Blue) = 253+125+14=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7D0E is #0282F1. Grayscale: #979797. Windows color (decimal): -164594 or 949757. OLE color: 949757.
HSL color Cylindrical-coordinate representation of color #FD7D0E: hue angle of 27.87º 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 #FD7D0E is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 14 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.01 |
| HSL | 27.87º | 0.98% | 0.52% | - |
| HSV(B) | 27.87º | 0.94% | 0.99% | - |
| XYZ | 47.92 | 35.58 | 4.76 | - |
| YUV | 150.62 | 50.91 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 14 | 0 | 0.51 | 0.94 | 0.01 | 27.87 | 0.98 | 0.52 |
| Hex | FD | 7D | E | 0 | 33 | 5E | 1 | 1C | 62 | 34 |
| Octal | 375 | 175 | 16 | 0 | 63 | 136 | 1 | 34 | 142 | 64 |
| Binary | 11111101 | 1111101 | 1110 | 0 | 110011 | 1011110 | 1 | 11100 | 1100010 | 110100 |
Color Harmonies of #FD7D0E
Complementary color
Monochromatic Colors of #FD7D0E
Black with #FD7D0E
Text Example
Text Example
White with #FD7D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D0E; }
p { color: rgb(253,125,14); }
H1.HeaderClassName
{
color: #FD7D0E;
}
.AnyTagClassName
{
color: #FD7D0E;
}
</style>
background-color css
<style>
a { background-color: #FD7D0E; }
a { background-color: rgb(253,125,14); }
div.DivClassName
{
background-color: #FD7D0E;
}
.BgClassName
{
background-color: #FD7D0E;
}
</style>
border-color css
<style>
span { border-color: #FD7D0E; }
span { border-color: rgb(253,125,14); }
td.TdClassName
{
border-color: #FD7D0E;
}
.TagClassName
{
border-color: #FD7D0E;
}
</style>