Shades of Pumpkin #F07711
Tints of Pumpkin #F07711
RGB
CMYK
RGB Variations
Color information
#F07711 (or 0xF07711) is known color: Pumpkin. HEX triplet: F0, 77 and 11. RGB value is (240,119,17). Sum of RGB (Red+Green+Blue) = 240+119+17=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F07711 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07711 is #0F88EE. Grayscale: #909090. Windows color (decimal): -1018095 or 1144816. OLE color: 1144816.
HSL color Cylindrical-coordinate representation of color #F07711: hue angle of 27.44º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F07711 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 17 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.06 |
| HSL | 27.44º | 0.88% | 0.5% | - |
| HSV(B) | 27.44º | 0.93% | 0.94% | - |
| XYZ | 42.63 | 31.76 | 4.41 | - |
| YUV | 143.55 | 56.59 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 17 | 0 | 0.50 | 0.93 | 0.06 | 27.44 | 0.88 | 0.5 |
| Hex | F0 | 77 | 11 | 0 | 32 | 5D | 6 | 1B | 58 | 32 |
| Octal | 360 | 167 | 21 | 0 | 62 | 135 | 6 | 33 | 130 | 62 |
| Binary | 11110000 | 1110111 | 10001 | 0 | 110010 | 1011101 | 110 | 11011 | 1011000 | 110010 |
Color Harmonies of #F07711
Complementary color
Monochromatic Colors of #F07711
Black with #F07711
Text Example
Text Example
White with #F07711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07711; }
p { color: rgb(240,119,17); }
H1.HeaderClassName
{
color: #F07711;
}
.AnyTagClassName
{
color: #F07711;
}
</style>
background-color css
<style>
a { background-color: #F07711; }
a { background-color: rgb(240,119,17); }
div.DivClassName
{
background-color: #F07711;
}
.BgClassName
{
background-color: #F07711;
}
</style>
border-color css
<style>
span { border-color: #F07711; }
span { border-color: rgb(240,119,17); }
td.TdClassName
{
border-color: #F07711;
}
.TagClassName
{
border-color: #F07711;
}
</style>