Shades of Pumpkin #FD6D1D
Tints of Pumpkin #FD6D1D
RGB
CMYK
RGB Variations
Color information
#FD6D1D (or 0xFD6D1D) is known color: Pumpkin. HEX triplet: FD, 6D and 1D. RGB value is (253,109,29). Sum of RGB (Red+Green+Blue) = 253+109+29=391 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.71% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6D1D is #0292E2. Grayscale: #8F8F8F. Windows color (decimal): -168675 or 1928701. OLE color: 1928701.
HSL color Cylindrical-coordinate representation of color #FD6D1D: hue angle of 21.43º 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 #FD6D1D is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 109 | 29 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.01 |
| HSL | 21.43º | 0.98% | 0.55% | - |
| HSV(B) | 21.43º | 0.89% | 0.99% | - |
| XYZ | 46.2 | 31.91 | 4.89 | - |
| YUV | 142.94 | 63.71 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 109 | 29 | 0 | 0.57 | 0.89 | 0.01 | 21.43 | 0.98 | 0.55 |
| Hex | FD | 6D | 1D | 0 | 39 | 59 | 1 | 15 | 62 | 37 |
| Octal | 375 | 155 | 35 | 0 | 71 | 131 | 1 | 25 | 142 | 67 |
| Binary | 11111101 | 1101101 | 11101 | 0 | 111001 | 1011001 | 1 | 10101 | 1100010 | 110111 |
Color Harmonies of #FD6D1D
Complementary color
Monochromatic Colors of #FD6D1D
Black with #FD6D1D
Text Example
Text Example
White with #FD6D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6D1D; }
p { color: rgb(253,109,29); }
H1.HeaderClassName
{
color: #FD6D1D;
}
.AnyTagClassName
{
color: #FD6D1D;
}
</style>
background-color css
<style>
a { background-color: #FD6D1D; }
a { background-color: rgb(253,109,29); }
div.DivClassName
{
background-color: #FD6D1D;
}
.BgClassName
{
background-color: #FD6D1D;
}
</style>
border-color css
<style>
span { border-color: #FD6D1D; }
span { border-color: rgb(253,109,29); }
td.TdClassName
{
border-color: #FD6D1D;
}
.TagClassName
{
border-color: #FD6D1D;
}
</style>