Shades of Pumpkin #FD6819
Tints of Pumpkin #FD6819
RGB
CMYK
RGB Variations
Color information
#FD6819 (or 0xFD6819) is known color: Pumpkin. HEX triplet: FD, 68 and 19. RGB value is (253,104,25). Sum of RGB (Red+Green+Blue) = 253+104+25=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6819 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6819 is #0297E6. Grayscale: #8C8C8C. Windows color (decimal): -169959 or 1665277. OLE color: 1665277.
HSL color Cylindrical-coordinate representation of color #FD6819: hue angle of 20.79º 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 #FD6819 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 25 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.01 |
| HSL | 20.79º | 0.98% | 0.55% | - |
| HSV(B) | 20.79º | 0.9% | 0.99% | - |
| XYZ | 45.63 | 30.85 | 4.47 | - |
| YUV | 139.55 | 63.36 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 25 | 0 | 0.59 | 0.90 | 0.01 | 20.79 | 0.98 | 0.55 |
| Hex | FD | 68 | 19 | 0 | 3B | 5A | 1 | 15 | 62 | 37 |
| Octal | 375 | 150 | 31 | 0 | 73 | 132 | 1 | 25 | 142 | 67 |
| Binary | 11111101 | 1101000 | 11001 | 0 | 111011 | 1011010 | 1 | 10101 | 1100010 | 110111 |
Color Harmonies of #FD6819
Complementary color
Monochromatic Colors of #FD6819
Black with #FD6819
Text Example
Text Example
White with #FD6819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6819; }
p { color: rgb(253,104,25); }
H1.HeaderClassName
{
color: #FD6819;
}
.AnyTagClassName
{
color: #FD6819;
}
</style>
background-color css
<style>
a { background-color: #FD6819; }
a { background-color: rgb(253,104,25); }
div.DivClassName
{
background-color: #FD6819;
}
.BgClassName
{
background-color: #FD6819;
}
</style>
border-color css
<style>
span { border-color: #FD6819; }
span { border-color: rgb(253,104,25); }
td.TdClassName
{
border-color: #FD6819;
}
.TagClassName
{
border-color: #FD6819;
}
</style>