Shades of Pumpkin #FF822A
Tints of Pumpkin #FF822A
RGB
CMYK
RGB Variations
Color information
#FF822A (or 0xFF822A) is known color: Pumpkin. HEX triplet: FF, 82 and 2A. RGB value is (255,130,42). Sum of RGB (Red+Green+Blue) = 255+130+42=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF822A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF822A is #007DD5. Grayscale: #9D9D9D. Windows color (decimal): -32214 or 2786047. OLE color: 2786047.
HSL color Cylindrical-coordinate representation of color #FF822A: hue angle of 24.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF822A is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 42 | - |
| CMYK | 0 | 0.49 | 0.84 | 0 |
| HSL | 24.79º | 1% | 0.58% | - |
| HSV(B) | 24.79º | 0.84% | 1% | - |
| XYZ | 49.64 | 37.39 | 6.79 | - |
| YUV | 157.34 | 62.91 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 42 | 0 | 0.49 | 0.84 | 0 | 24.79 | 1 | 0.58 |
| Hex | FF | 82 | 2A | 0 | 31 | 54 | 0 | 19 | 64 | 3A |
| Octal | 377 | 202 | 52 | 0 | 61 | 124 | 0 | 31 | 144 | 72 |
| Binary | 11111111 | 10000010 | 101010 | 0 | 110001 | 1010100 | 0 | 11001 | 1100100 | 111010 |
Color Harmonies of #FF822A
Complementary color
Monochromatic Colors of #FF822A
Black with #FF822A
Text Example
Text Example
White with #FF822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF822A; }
p { color: rgb(255,130,42); }
H1.HeaderClassName
{
color: #FF822A;
}
.AnyTagClassName
{
color: #FF822A;
}
</style>
background-color css
<style>
a { background-color: #FF822A; }
a { background-color: rgb(255,130,42); }
div.DivClassName
{
background-color: #FF822A;
}
.BgClassName
{
background-color: #FF822A;
}
</style>
border-color css
<style>
span { border-color: #FF822A; }
span { border-color: rgb(255,130,42); }
td.TdClassName
{
border-color: #FF822A;
}
.TagClassName
{
border-color: #FF822A;
}
</style>