Shades of Pumpkin #FF8211
Tints of Pumpkin #FF8211
RGB
CMYK
RGB Variations
Color information
#FF8211 (or 0xFF8211) is known color: Pumpkin. HEX triplet: FF, 82 and 11. RGB value is (255,130,17). Sum of RGB (Red+Green+Blue) = 255+130+17=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8211 is #007DEE. Grayscale: #9B9B9B. Windows color (decimal): -32239 or 1147647. OLE color: 1147647.
HSL color Cylindrical-coordinate representation of color #FF8211: hue angle of 28.49º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF8211 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 17 | - |
| CMYK | 0 | 0.49 | 0.93 | 0 |
| HSL | 28.49º | 1% | 0.53% | - |
| HSV(B) | 28.49º | 0.93% | 1% | - |
| XYZ | 49.32 | 37.27 | 5.12 | - |
| YUV | 154.49 | 50.41 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 17 | 0 | 0.49 | 0.93 | 0 | 28.49 | 1 | 0.53 |
| Hex | FF | 82 | 11 | 0 | 31 | 5D | 0 | 1C | 64 | 35 |
| Octal | 377 | 202 | 21 | 0 | 61 | 135 | 0 | 34 | 144 | 65 |
| Binary | 11111111 | 10000010 | 10001 | 0 | 110001 | 1011101 | 0 | 11100 | 1100100 | 110101 |
Color Harmonies of #FF8211
Complementary color
Monochromatic Colors of #FF8211
Black with #FF8211
Text Example
Text Example
White with #FF8211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8211; }
p { color: rgb(255,130,17); }
H1.HeaderClassName
{
color: #FF8211;
}
.AnyTagClassName
{
color: #FF8211;
}
</style>
background-color css
<style>
a { background-color: #FF8211; }
a { background-color: rgb(255,130,17); }
div.DivClassName
{
background-color: #FF8211;
}
.BgClassName
{
background-color: #FF8211;
}
</style>
border-color css
<style>
span { border-color: #FF8211; }
span { border-color: rgb(255,130,17); }
td.TdClassName
{
border-color: #FF8211;
}
.TagClassName
{
border-color: #FF8211;
}
</style>