Shades of Pumpkin #FF8410
Tints of Pumpkin #FF8410
RGB
CMYK
RGB Variations
Color information
#FF8410 (or 0xFF8410) is known color: Pumpkin. HEX triplet: FF, 84 and 10. RGB value is (255,132,16). Sum of RGB (Red+Green+Blue) = 255+132+16=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8410 is #007BEF. Grayscale: #9C9C9C. Windows color (decimal): -31728 or 1082623. OLE color: 1082623.
HSL color Cylindrical-coordinate representation of color #FF8410: hue angle of 29.12º 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 #FF8410 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 16 | - |
| CMYK | 0 | 0.48 | 0.94 | 0 |
| HSL | 29.12º | 1% | 0.53% | - |
| HSV(B) | 29.12º | 0.94% | 1% | - |
| XYZ | 49.58 | 37.8 | 5.17 | - |
| YUV | 155.55 | 49.25 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 16 | 0 | 0.48 | 0.94 | 0 | 29.12 | 1 | 0.53 |
| Hex | FF | 84 | 10 | 0 | 30 | 5E | 0 | 1D | 64 | 35 |
| Octal | 377 | 204 | 20 | 0 | 60 | 136 | 0 | 35 | 144 | 65 |
| Binary | 11111111 | 10000100 | 10000 | 0 | 110000 | 1011110 | 0 | 11101 | 1100100 | 110101 |
Color Harmonies of #FF8410
Complementary color
Monochromatic Colors of #FF8410
Black with #FF8410
Text Example
Text Example
White with #FF8410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8410; }
p { color: rgb(255,132,16); }
H1.HeaderClassName
{
color: #FF8410;
}
.AnyTagClassName
{
color: #FF8410;
}
</style>
background-color css
<style>
a { background-color: #FF8410; }
a { background-color: rgb(255,132,16); }
div.DivClassName
{
background-color: #FF8410;
}
.BgClassName
{
background-color: #FF8410;
}
</style>
border-color css
<style>
span { border-color: #FF8410; }
span { border-color: rgb(255,132,16); }
td.TdClassName
{
border-color: #FF8410;
}
.TagClassName
{
border-color: #FF8410;
}
</style>