Shades of Pumpkin #FD7D1D
Tints of Pumpkin #FD7D1D
RGB
CMYK
RGB Variations
Color information
#FD7D1D (or 0xFD7D1D) is known color: Pumpkin. HEX triplet: FD, 7D and 1D. RGB value is (253,125,29). Sum of RGB (Red+Green+Blue) = 253+125+29=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7D1D is #0282E2. Grayscale: #989898. Windows color (decimal): -164579 or 1932797. OLE color: 1932797.
HSL color Cylindrical-coordinate representation of color #FD7D1D: hue angle of 25.71º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD7D1D is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 29 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.01 |
| HSL | 25.71º | 0.98% | 0.55% | - |
| HSV(B) | 25.71º | 0.89% | 0.99% | - |
| XYZ | 48.06 | 35.64 | 5.51 | - |
| YUV | 152.33 | 58.41 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 29 | 0 | 0.51 | 0.89 | 0.01 | 25.71 | 0.98 | 0.55 |
| Hex | FD | 7D | 1D | 0 | 33 | 59 | 1 | 1A | 62 | 37 |
| Octal | 375 | 175 | 35 | 0 | 63 | 131 | 1 | 32 | 142 | 67 |
| Binary | 11111101 | 1111101 | 11101 | 0 | 110011 | 1011001 | 1 | 11010 | 1100010 | 110111 |
Color Harmonies of #FD7D1D
Complementary color
Monochromatic Colors of #FD7D1D
Black with #FD7D1D
Text Example
Text Example
White with #FD7D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D1D; }
p { color: rgb(253,125,29); }
H1.HeaderClassName
{
color: #FD7D1D;
}
.AnyTagClassName
{
color: #FD7D1D;
}
</style>
background-color css
<style>
a { background-color: #FD7D1D; }
a { background-color: rgb(253,125,29); }
div.DivClassName
{
background-color: #FD7D1D;
}
.BgClassName
{
background-color: #FD7D1D;
}
</style>
border-color css
<style>
span { border-color: #FD7D1D; }
span { border-color: rgb(253,125,29); }
td.TdClassName
{
border-color: #FD7D1D;
}
.TagClassName
{
border-color: #FD7D1D;
}
</style>