Shades of Pumpkin #FF8310
Tints of Pumpkin #FF8310
RGB
CMYK
RGB Variations
Color information
#FF8310 (or 0xFF8310) is known color: Pumpkin. HEX triplet: FF, 83 and 10. RGB value is (255,131,16). Sum of RGB (Red+Green+Blue) = 255+131+16=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8310 is #007CEF. Grayscale: #9B9B9B. Windows color (decimal): -31984 or 1082367. OLE color: 1082367.
HSL color Cylindrical-coordinate representation of color #FF8310: hue angle of 28.87º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF8310 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 16 | - |
| CMYK | 0 | 0.49 | 0.94 | 0 |
| HSL | 28.87º | 1% | 0.53% | - |
| HSV(B) | 28.87º | 0.94% | 1% | - |
| XYZ | 49.45 | 37.53 | 5.13 | - |
| YUV | 154.97 | 49.58 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 16 | 0 | 0.49 | 0.94 | 0 | 28.87 | 1 | 0.53 |
| Hex | FF | 83 | 10 | 0 | 31 | 5E | 0 | 1D | 64 | 35 |
| Octal | 377 | 203 | 20 | 0 | 61 | 136 | 0 | 35 | 144 | 65 |
| Binary | 11111111 | 10000011 | 10000 | 0 | 110001 | 1011110 | 0 | 11101 | 1100100 | 110101 |
Color Harmonies of #FF8310
Complementary color
Monochromatic Colors of #FF8310
Black with #FF8310
Text Example
Text Example
White with #FF8310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8310; }
p { color: rgb(255,131,16); }
H1.HeaderClassName
{
color: #FF8310;
}
.AnyTagClassName
{
color: #FF8310;
}
</style>
background-color css
<style>
a { background-color: #FF8310; }
a { background-color: rgb(255,131,16); }
div.DivClassName
{
background-color: #FF8310;
}
.BgClassName
{
background-color: #FF8310;
}
</style>
border-color css
<style>
span { border-color: #FF8310; }
span { border-color: rgb(255,131,16); }
td.TdClassName
{
border-color: #FF8310;
}
.TagClassName
{
border-color: #FF8310;
}
</style>