Shades of Pumpkin #F07116
Tints of Pumpkin #F07116
RGB
CMYK
RGB Variations
Color information
#F07116 (or 0xF07116) is known color: Pumpkin. HEX triplet: F0, 71 and 16. RGB value is (240,113,22). Sum of RGB (Red+Green+Blue) = 240+113+22=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F07116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07116 is #0F8EE9. Grayscale: #8D8D8D. Windows color (decimal): -1019626 or 1470960. OLE color: 1470960.
HSL color Cylindrical-coordinate representation of color #F07116: hue angle of 25.05º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F07116 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 22 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.06 |
| HSL | 25.05º | 0.88% | 0.51% | - |
| HSV(B) | 25.05º | 0.91% | 0.94% | - |
| XYZ | 41.99 | 30.39 | 4.41 | - |
| YUV | 140.6 | 61.08 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 22 | 0 | 0.53 | 0.91 | 0.06 | 25.05 | 0.88 | 0.51 |
| Hex | F0 | 71 | 16 | 0 | 35 | 5B | 6 | 19 | 58 | 33 |
| Octal | 360 | 161 | 26 | 0 | 65 | 133 | 6 | 31 | 130 | 63 |
| Binary | 11110000 | 1110001 | 10110 | 0 | 110101 | 1011011 | 110 | 11001 | 1011000 | 110011 |
Color Harmonies of #F07116
Complementary color
Monochromatic Colors of #F07116
Black with #F07116
Text Example
Text Example
White with #F07116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07116; }
p { color: rgb(240,113,22); }
H1.HeaderClassName
{
color: #F07116;
}
.AnyTagClassName
{
color: #F07116;
}
</style>
background-color css
<style>
a { background-color: #F07116; }
a { background-color: rgb(240,113,22); }
div.DivClassName
{
background-color: #F07116;
}
.BgClassName
{
background-color: #F07116;
}
</style>
border-color css
<style>
span { border-color: #F07116; }
span { border-color: rgb(240,113,22); }
td.TdClassName
{
border-color: #F07116;
}
.TagClassName
{
border-color: #F07116;
}
</style>