Shades of Pumpkin #FF8110
Tints of Pumpkin #FF8110
RGB
CMYK
RGB Variations
Color information
#FF8110 (or 0xFF8110) is known color: Pumpkin. HEX triplet: FF, 81 and 10. RGB value is (255,129,16). Sum of RGB (Red+Green+Blue) = 255+129+16=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8110 is #007EEF. Grayscale: #9A9A9A. Windows color (decimal): -32496 or 1081855. OLE color: 1081855.
HSL color Cylindrical-coordinate representation of color #FF8110: hue angle of 28.37º 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 #FF8110 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 16 | - |
| CMYK | 0 | 0.49 | 0.94 | 0 |
| HSL | 28.37º | 1% | 0.53% | - |
| HSV(B) | 28.37º | 0.94% | 1% | - |
| XYZ | 49.18 | 37 | 5.04 | - |
| YUV | 153.79 | 50.24 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 16 | 0 | 0.49 | 0.94 | 0 | 28.37 | 1 | 0.53 |
| Hex | FF | 81 | 10 | 0 | 31 | 5E | 0 | 1C | 64 | 35 |
| Octal | 377 | 201 | 20 | 0 | 61 | 136 | 0 | 34 | 144 | 65 |
| Binary | 11111111 | 10000001 | 10000 | 0 | 110001 | 1011110 | 0 | 11100 | 1100100 | 110101 |
Color Harmonies of #FF8110
Complementary color
Monochromatic Colors of #FF8110
Black with #FF8110
Text Example
Text Example
White with #FF8110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8110; }
p { color: rgb(255,129,16); }
H1.HeaderClassName
{
color: #FF8110;
}
.AnyTagClassName
{
color: #FF8110;
}
</style>
background-color css
<style>
a { background-color: #FF8110; }
a { background-color: rgb(255,129,16); }
div.DivClassName
{
background-color: #FF8110;
}
.BgClassName
{
background-color: #FF8110;
}
</style>
border-color css
<style>
span { border-color: #FF8110; }
span { border-color: rgb(255,129,16); }
td.TdClassName
{
border-color: #FF8110;
}
.TagClassName
{
border-color: #FF8110;
}
</style>