Shades of Pumpkin #FD6A19
Tints of Pumpkin #FD6A19
RGB
CMYK
RGB Variations
Color information
#FD6A19 (or 0xFD6A19) is known color: Pumpkin. HEX triplet: FD, 6A and 19. RGB value is (253,106,25). Sum of RGB (Red+Green+Blue) = 253+106+25=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6A19 is #0295E6. Grayscale: #8D8D8D. Windows color (decimal): -169447 or 1665789. OLE color: 1665789.
HSL color Cylindrical-coordinate representation of color #FD6A19: hue angle of 21.32º 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 #FD6A19 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 106 | 25 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.01 |
| HSL | 21.32º | 0.98% | 0.55% | - |
| HSV(B) | 21.32º | 0.9% | 0.99% | - |
| XYZ | 45.84 | 31.26 | 4.54 | - |
| YUV | 140.72 | 62.7 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 106 | 25 | 0 | 0.58 | 0.90 | 0.01 | 21.32 | 0.98 | 0.55 |
| Hex | FD | 6A | 19 | 0 | 3A | 5A | 1 | 15 | 62 | 37 |
| Octal | 375 | 152 | 31 | 0 | 72 | 132 | 1 | 25 | 142 | 67 |
| Binary | 11111101 | 1101010 | 11001 | 0 | 111010 | 1011010 | 1 | 10101 | 1100010 | 110111 |
Color Harmonies of #FD6A19
Complementary color
Monochromatic Colors of #FD6A19
Black with #FD6A19
Text Example
Text Example
White with #FD6A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6A19; }
p { color: rgb(253,106,25); }
H1.HeaderClassName
{
color: #FD6A19;
}
.AnyTagClassName
{
color: #FD6A19;
}
</style>
background-color css
<style>
a { background-color: #FD6A19; }
a { background-color: rgb(253,106,25); }
div.DivClassName
{
background-color: #FD6A19;
}
.BgClassName
{
background-color: #FD6A19;
}
</style>
border-color css
<style>
span { border-color: #FD6A19; }
span { border-color: rgb(253,106,25); }
td.TdClassName
{
border-color: #FD6A19;
}
.TagClassName
{
border-color: #FD6A19;
}
</style>