Shades of Pumpkin #FF820E
Tints of Pumpkin #FF820E
RGB
CMYK
RGB Variations
Color information
#FF820E (or 0xFF820E) is known color: Pumpkin. HEX triplet: FF, 82 and 0E. RGB value is (255,130,14). Sum of RGB (Red+Green+Blue) = 255+130+14=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF820E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF820E is #007DF1. Grayscale: #9A9A9A. Windows color (decimal): -32242 or 951039. OLE color: 951039.
HSL color Cylindrical-coordinate representation of color #FF820E: hue angle of 28.88º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF820E is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 14 | - |
| CMYK | 0 | 0.49 | 0.95 | 0 |
| HSL | 28.88º | 1% | 0.53% | - |
| HSV(B) | 28.88º | 0.95% | 1% | - |
| XYZ | 49.3 | 37.26 | 5.01 | - |
| YUV | 154.15 | 48.91 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 14 | 0 | 0.49 | 0.95 | 0 | 28.88 | 1 | 0.53 |
| Hex | FF | 82 | E | 0 | 31 | 5F | 0 | 1D | 64 | 35 |
| Octal | 377 | 202 | 16 | 0 | 61 | 137 | 0 | 35 | 144 | 65 |
| Binary | 11111111 | 10000010 | 1110 | 0 | 110001 | 1011111 | 0 | 11101 | 1100100 | 110101 |
Color Harmonies of #FF820E
Complementary color
Monochromatic Colors of #FF820E
Black with #FF820E
Text Example
Text Example
White with #FF820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF820E; }
p { color: rgb(255,130,14); }
H1.HeaderClassName
{
color: #FF820E;
}
.AnyTagClassName
{
color: #FF820E;
}
</style>
background-color css
<style>
a { background-color: #FF820E; }
a { background-color: rgb(255,130,14); }
div.DivClassName
{
background-color: #FF820E;
}
.BgClassName
{
background-color: #FF820E;
}
</style>
border-color css
<style>
span { border-color: #FF820E; }
span { border-color: rgb(255,130,14); }
td.TdClassName
{
border-color: #FF820E;
}
.TagClassName
{
border-color: #FF820E;
}
</style>