Shades of Pumpkin #F07A16
Tints of Pumpkin #F07A16
RGB
CMYK
RGB Variations
Color information
#F07A16 (or 0xF07A16) is known color: Pumpkin. HEX triplet: F0, 7A and 16. RGB value is (240,122,22). Sum of RGB (Red+Green+Blue) = 240+122+22=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07A16 is #0F85E9. Grayscale: #929292. Windows color (decimal): -1017322 or 1473264. OLE color: 1473264.
HSL color Cylindrical-coordinate representation of color #F07A16: hue angle of 27.52º 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 #F07A16 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 22 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.06 |
| HSL | 27.52º | 0.88% | 0.51% | - |
| HSV(B) | 27.52º | 0.91% | 0.94% | - |
| XYZ | 43.04 | 32.5 | 4.76 | - |
| YUV | 145.88 | 58.09 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 22 | 0 | 0.49 | 0.91 | 0.06 | 27.52 | 0.88 | 0.51 |
| Hex | F0 | 7A | 16 | 0 | 31 | 5B | 6 | 1C | 58 | 33 |
| Octal | 360 | 172 | 26 | 0 | 61 | 133 | 6 | 34 | 130 | 63 |
| Binary | 11110000 | 1111010 | 10110 | 0 | 110001 | 1011011 | 110 | 11100 | 1011000 | 110011 |
Color Harmonies of #F07A16
Complementary color
Monochromatic Colors of #F07A16
Black with #F07A16
Text Example
Text Example
White with #F07A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07A16; }
p { color: rgb(240,122,22); }
H1.HeaderClassName
{
color: #F07A16;
}
.AnyTagClassName
{
color: #F07A16;
}
</style>
background-color css
<style>
a { background-color: #F07A16; }
a { background-color: rgb(240,122,22); }
div.DivClassName
{
background-color: #F07A16;
}
.BgClassName
{
background-color: #F07A16;
}
</style>
border-color css
<style>
span { border-color: #F07A16; }
span { border-color: rgb(240,122,22); }
td.TdClassName
{
border-color: #F07A16;
}
.TagClassName
{
border-color: #F07A16;
}
</style>