Shades of Pumpkin #FF8716
Tints of Pumpkin #FF8716
RGB
CMYK
RGB Variations
Color information
#FF8716 (or 0xFF8716) is known color: Pumpkin. HEX triplet: FF, 87 and 16. RGB value is (255,135,22). Sum of RGB (Red+Green+Blue) = 255+135+22=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8716 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8716 is #0078E9. Grayscale: #9E9E9E. Windows color (decimal): -30954 or 1476607. OLE color: 1476607.
HSL color Cylindrical-coordinate representation of color #FF8716: hue angle of 29.1º 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 #FF8716 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 22 | - |
| CMYK | 0 | 0.47 | 0.91 | 0 |
| HSL | 29.1º | 1% | 0.54% | - |
| HSV(B) | 29.1º | 0.91% | 1% | - |
| XYZ | 50.05 | 38.65 | 5.58 | - |
| YUV | 158 | 51.26 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 22 | 0 | 0.47 | 0.91 | 0 | 29.1 | 1 | 0.54 |
| Hex | FF | 87 | 16 | 0 | 2F | 5B | 0 | 1D | 64 | 36 |
| Octal | 377 | 207 | 26 | 0 | 57 | 133 | 0 | 35 | 144 | 66 |
| Binary | 11111111 | 10000111 | 10110 | 0 | 101111 | 1011011 | 0 | 11101 | 1100100 | 110110 |
Color Harmonies of #FF8716
Complementary color
Monochromatic Colors of #FF8716
Black with #FF8716
Text Example
Text Example
White with #FF8716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8716; }
p { color: rgb(255,135,22); }
H1.HeaderClassName
{
color: #FF8716;
}
.AnyTagClassName
{
color: #FF8716;
}
</style>
background-color css
<style>
a { background-color: #FF8716; }
a { background-color: rgb(255,135,22); }
div.DivClassName
{
background-color: #FF8716;
}
.BgClassName
{
background-color: #FF8716;
}
</style>
border-color css
<style>
span { border-color: #FF8716; }
span { border-color: rgb(255,135,22); }
td.TdClassName
{
border-color: #FF8716;
}
.TagClassName
{
border-color: #FF8716;
}
</style>