Shades of Pumpkin #FD6D19
Tints of Pumpkin #FD6D19
RGB
CMYK
RGB Variations
Color information
#FD6D19 (or 0xFD6D19) is known color: Pumpkin. HEX triplet: FD, 6D and 19. RGB value is (253,109,25). Sum of RGB (Red+Green+Blue) = 253+109+25=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6D19 is #0292E6. Grayscale: #8E8E8E. Windows color (decimal): -168679 or 1666557. OLE color: 1666557.
HSL color Cylindrical-coordinate representation of color #FD6D19: hue angle of 22.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD6D19 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 109 | 25 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.01 |
| HSL | 22.11º | 0.98% | 0.55% | - |
| HSV(B) | 22.11º | 0.9% | 0.99% | - |
| XYZ | 46.15 | 31.89 | 4.64 | - |
| YUV | 142.48 | 61.71 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 109 | 25 | 0 | 0.57 | 0.90 | 0.01 | 22.11 | 0.98 | 0.55 |
| Hex | FD | 6D | 19 | 0 | 39 | 5A | 1 | 16 | 62 | 37 |
| Octal | 375 | 155 | 31 | 0 | 71 | 132 | 1 | 26 | 142 | 67 |
| Binary | 11111101 | 1101101 | 11001 | 0 | 111001 | 1011010 | 1 | 10110 | 1100010 | 110111 |
Color Harmonies of #FD6D19
Complementary color
Monochromatic Colors of #FD6D19
Black with #FD6D19
Text Example
Text Example
White with #FD6D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6D19; }
p { color: rgb(253,109,25); }
H1.HeaderClassName
{
color: #FD6D19;
}
.AnyTagClassName
{
color: #FD6D19;
}
</style>
background-color css
<style>
a { background-color: #FD6D19; }
a { background-color: rgb(253,109,25); }
div.DivClassName
{
background-color: #FD6D19;
}
.BgClassName
{
background-color: #FD6D19;
}
</style>
border-color css
<style>
span { border-color: #FD6D19; }
span { border-color: rgb(253,109,25); }
td.TdClassName
{
border-color: #FD6D19;
}
.TagClassName
{
border-color: #FD6D19;
}
</style>