Shades of Pumpkin #FD821E
Tints of Pumpkin #FD821E
RGB
CMYK
RGB Variations
Color information
#FD821E (or 0xFD821E) is known color: Pumpkin. HEX triplet: FD, 82 and 1E. RGB value is (253,130,30). Sum of RGB (Red+Green+Blue) = 253+130+30=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD821E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD821E is #027DE1. Grayscale: #9B9B9B. Windows color (decimal): -163298 or 1999613. OLE color: 1999613.
HSL color Cylindrical-coordinate representation of color #FD821E: hue angle of 26.91º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD821E is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 30 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.01 |
| HSL | 26.91º | 0.98% | 0.55% | - |
| HSV(B) | 26.91º | 0.88% | 0.99% | - |
| XYZ | 48.72 | 36.94 | 5.79 | - |
| YUV | 155.38 | 57.25 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 30 | 0 | 0.49 | 0.88 | 0.01 | 26.91 | 0.98 | 0.55 |
| Hex | FD | 82 | 1E | 0 | 31 | 58 | 1 | 1B | 62 | 37 |
| Octal | 375 | 202 | 36 | 0 | 61 | 130 | 1 | 33 | 142 | 67 |
| Binary | 11111101 | 10000010 | 11110 | 0 | 110001 | 1011000 | 1 | 11011 | 1100010 | 110111 |
Color Harmonies of #FD821E
Complementary color
Monochromatic Colors of #FD821E
Black with #FD821E
Text Example
Text Example
White with #FD821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD821E; }
p { color: rgb(253,130,30); }
H1.HeaderClassName
{
color: #FD821E;
}
.AnyTagClassName
{
color: #FD821E;
}
</style>
background-color css
<style>
a { background-color: #FD821E; }
a { background-color: rgb(253,130,30); }
div.DivClassName
{
background-color: #FD821E;
}
.BgClassName
{
background-color: #FD821E;
}
</style>
border-color css
<style>
span { border-color: #FD821E; }
span { border-color: rgb(253,130,30); }
td.TdClassName
{
border-color: #FD821E;
}
.TagClassName
{
border-color: #FD821E;
}
</style>