Shades of Pumpkin #FF8416
Tints of Pumpkin #FF8416
RGB
CMYK
RGB Variations
Color information
#FF8416 (or 0xFF8416) is known color: Pumpkin. HEX triplet: FF, 84 and 16. RGB value is (255,132,22). Sum of RGB (Red+Green+Blue) = 255+132+22=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8416 is #007BE9. Grayscale: #9C9C9C. Windows color (decimal): -31722 or 1475839. OLE color: 1475839.
HSL color Cylindrical-coordinate representation of color #FF8416: hue angle of 28.33º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF8416 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 22 | - |
| CMYK | 0 | 0.48 | 0.91 | 0 |
| HSL | 28.33º | 1% | 0.54% | - |
| HSV(B) | 28.33º | 0.91% | 1% | - |
| XYZ | 49.64 | 37.82 | 5.44 | - |
| YUV | 156.24 | 52.25 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 22 | 0 | 0.48 | 0.91 | 0 | 28.33 | 1 | 0.54 |
| Hex | FF | 84 | 16 | 0 | 30 | 5B | 0 | 1C | 64 | 36 |
| Octal | 377 | 204 | 26 | 0 | 60 | 133 | 0 | 34 | 144 | 66 |
| Binary | 11111111 | 10000100 | 10110 | 0 | 110000 | 1011011 | 0 | 11100 | 1100100 | 110110 |
Color Harmonies of #FF8416
Complementary color
Monochromatic Colors of #FF8416
Black with #FF8416
Text Example
Text Example
White with #FF8416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8416; }
p { color: rgb(255,132,22); }
H1.HeaderClassName
{
color: #FF8416;
}
.AnyTagClassName
{
color: #FF8416;
}
</style>
background-color css
<style>
a { background-color: #FF8416; }
a { background-color: rgb(255,132,22); }
div.DivClassName
{
background-color: #FF8416;
}
.BgClassName
{
background-color: #FF8416;
}
</style>
border-color css
<style>
span { border-color: #FF8416; }
span { border-color: rgb(255,132,22); }
td.TdClassName
{
border-color: #FF8416;
}
.TagClassName
{
border-color: #FF8416;
}
</style>