Shades of Pumpkin #FF7016
Tints of Pumpkin #FF7016
RGB
CMYK
RGB Variations
Color information
#FF7016 (or 0xFF7016) is known color: Pumpkin. HEX triplet: FF, 70 and 16. RGB value is (255,112,22). Sum of RGB (Red+Green+Blue) = 255+112+22=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7016 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7016 is #008FE9. Grayscale: #909090. Windows color (decimal): -36842 or 1470719. OLE color: 1470719.
HSL color Cylindrical-coordinate representation of color #FF7016: hue angle of 23.18º 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 #FF7016 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 22 | - |
| CMYK | 0 | 0.56 | 0.91 | 0 |
| HSL | 23.18º | 1% | 0.54% | - |
| HSV(B) | 23.18º | 0.91% | 1% | - |
| XYZ | 47.18 | 32.91 | 4.62 | - |
| YUV | 144.5 | 58.88 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 22 | 0 | 0.56 | 0.91 | 0 | 23.18 | 1 | 0.54 |
| Hex | FF | 70 | 16 | 0 | 38 | 5B | 0 | 17 | 64 | 36 |
| Octal | 377 | 160 | 26 | 0 | 70 | 133 | 0 | 27 | 144 | 66 |
| Binary | 11111111 | 1110000 | 10110 | 0 | 111000 | 1011011 | 0 | 10111 | 1100100 | 110110 |
Color Harmonies of #FF7016
Complementary color
Monochromatic Colors of #FF7016
Black with #FF7016
Text Example
Text Example
White with #FF7016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7016; }
p { color: rgb(255,112,22); }
H1.HeaderClassName
{
color: #FF7016;
}
.AnyTagClassName
{
color: #FF7016;
}
</style>
background-color css
<style>
a { background-color: #FF7016; }
a { background-color: rgb(255,112,22); }
div.DivClassName
{
background-color: #FF7016;
}
.BgClassName
{
background-color: #FF7016;
}
</style>
border-color css
<style>
span { border-color: #FF7016; }
span { border-color: rgb(255,112,22); }
td.TdClassName
{
border-color: #FF7016;
}
.TagClassName
{
border-color: #FF7016;
}
</style>