Shades of Pumpkin #FD8819
Tints of Pumpkin #FD8819
RGB
CMYK
RGB Variations
Color information
#FD8819 (or 0xFD8819) is known color: Pumpkin. HEX triplet: FD, 88 and 19. RGB value is (253,136,25). Sum of RGB (Red+Green+Blue) = 253+136+25=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8819 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8819 is #0277E6. Grayscale: #9E9E9E. Windows color (decimal): -161767 or 1673469. OLE color: 1673469.
HSL color Cylindrical-coordinate representation of color #FD8819: hue angle of 29.21º 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 #FD8819 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 25 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.01 |
| HSL | 29.21º | 0.98% | 0.55% | - |
| HSV(B) | 29.21º | 0.9% | 0.99% | - |
| XYZ | 49.49 | 38.56 | 5.75 | - |
| YUV | 158.33 | 52.76 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 25 | 0 | 0.46 | 0.90 | 0.01 | 29.21 | 0.98 | 0.55 |
| Hex | FD | 88 | 19 | 0 | 2E | 5A | 1 | 1D | 62 | 37 |
| Octal | 375 | 210 | 31 | 0 | 56 | 132 | 1 | 35 | 142 | 67 |
| Binary | 11111101 | 10001000 | 11001 | 0 | 101110 | 1011010 | 1 | 11101 | 1100010 | 110111 |
Color Harmonies of #FD8819
Complementary color
Monochromatic Colors of #FD8819
Black with #FD8819
Text Example
Text Example
White with #FD8819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8819; }
p { color: rgb(253,136,25); }
H1.HeaderClassName
{
color: #FD8819;
}
.AnyTagClassName
{
color: #FD8819;
}
</style>
background-color css
<style>
a { background-color: #FD8819; }
a { background-color: rgb(253,136,25); }
div.DivClassName
{
background-color: #FD8819;
}
.BgClassName
{
background-color: #FD8819;
}
</style>
border-color css
<style>
span { border-color: #FD8819; }
span { border-color: rgb(253,136,25); }
td.TdClassName
{
border-color: #FD8819;
}
.TagClassName
{
border-color: #FD8819;
}
</style>