Shades of Pumpkin #FF8616
Tints of Pumpkin #FF8616
RGB
CMYK
RGB Variations
Color information
#FF8616 (or 0xFF8616) is known color: Pumpkin. HEX triplet: FF, 86 and 16. RGB value is (255,134,22). Sum of RGB (Red+Green+Blue) = 255+134+22=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8616 is #0079E9. Grayscale: #9D9D9D. Windows color (decimal): -31210 or 1476351. OLE color: 1476351.
HSL color Cylindrical-coordinate representation of color #FF8616: hue angle of 28.84º 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 #FF8616 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 22 | - |
| CMYK | 0 | 0.47 | 0.91 | 0 |
| HSL | 28.84º | 1% | 0.54% | - |
| HSV(B) | 28.84º | 0.91% | 1% | - |
| XYZ | 49.91 | 38.37 | 5.53 | - |
| YUV | 157.41 | 51.59 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 22 | 0 | 0.47 | 0.91 | 0 | 28.84 | 1 | 0.54 |
| Hex | FF | 86 | 16 | 0 | 2F | 5B | 0 | 1D | 64 | 36 |
| Octal | 377 | 206 | 26 | 0 | 57 | 133 | 0 | 35 | 144 | 66 |
| Binary | 11111111 | 10000110 | 10110 | 0 | 101111 | 1011011 | 0 | 11101 | 1100100 | 110110 |
Color Harmonies of #FF8616
Complementary color
Monochromatic Colors of #FF8616
Black with #FF8616
Text Example
Text Example
White with #FF8616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8616; }
p { color: rgb(255,134,22); }
H1.HeaderClassName
{
color: #FF8616;
}
.AnyTagClassName
{
color: #FF8616;
}
</style>
background-color css
<style>
a { background-color: #FF8616; }
a { background-color: rgb(255,134,22); }
div.DivClassName
{
background-color: #FF8616;
}
.BgClassName
{
background-color: #FF8616;
}
</style>
border-color css
<style>
span { border-color: #FF8616; }
span { border-color: rgb(255,134,22); }
td.TdClassName
{
border-color: #FF8616;
}
.TagClassName
{
border-color: #FF8616;
}
</style>