Shades of Pumpkin #FF821E
Tints of Pumpkin #FF821E
RGB
CMYK
RGB Variations
Color information
#FF821E (or 0xFF821E) is known color: Pumpkin. HEX triplet: FF, 82 and 1E. RGB value is (255,130,30). Sum of RGB (Red+Green+Blue) = 255+130+30=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 30 (12.11% from 255 or 7.23% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF821E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF821E is #007DE1. Grayscale: #9C9C9C. Windows color (decimal): -32226 or 1999615. OLE color: 1999615.
HSL color Cylindrical-coordinate representation of color #FF821E: hue angle of 26.67º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF821E is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 30 | - |
| CMYK | 0 | 0.49 | 0.88 | 0 |
| HSL | 26.67º | 1% | 0.56% | - |
| HSV(B) | 26.67º | 0.88% | 1% | - |
| XYZ | 49.46 | 37.32 | 5.82 | - |
| YUV | 155.98 | 56.91 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 30 | 0 | 0.49 | 0.88 | 0 | 26.67 | 1 | 0.56 |
| Hex | FF | 82 | 1E | 0 | 31 | 58 | 0 | 1B | 64 | 38 |
| Octal | 377 | 202 | 36 | 0 | 61 | 130 | 0 | 33 | 144 | 70 |
| Binary | 11111111 | 10000010 | 11110 | 0 | 110001 | 1011000 | 0 | 11011 | 1100100 | 111000 |
Color Harmonies of #FF821E
Complementary color
Monochromatic Colors of #FF821E
Black with #FF821E
Text Example
Text Example
White with #FF821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF821E; }
p { color: rgb(255,130,30); }
H1.HeaderClassName
{
color: #FF821E;
}
.AnyTagClassName
{
color: #FF821E;
}
</style>
background-color css
<style>
a { background-color: #FF821E; }
a { background-color: rgb(255,130,30); }
div.DivClassName
{
background-color: #FF821E;
}
.BgClassName
{
background-color: #FF821E;
}
</style>
border-color css
<style>
span { border-color: #FF821E; }
span { border-color: rgb(255,130,30); }
td.TdClassName
{
border-color: #FF821E;
}
.TagClassName
{
border-color: #FF821E;
}
</style>