Shades of Pumpkin #F07111
Tints of Pumpkin #F07111
RGB
CMYK
RGB Variations
Color information
#F07111 (or 0xF07111) is known color: Pumpkin. HEX triplet: F0, 71 and 11. RGB value is (240,113,17). Sum of RGB (Red+Green+Blue) = 240+113+17=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F07111 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07111 is #0F8EEE. Grayscale: #8C8C8C. Windows color (decimal): -1019631 or 1143280. OLE color: 1143280.
HSL color Cylindrical-coordinate representation of color #F07111: hue angle of 25.83º 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 #F07111 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 17 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.06 |
| HSL | 25.83º | 0.88% | 0.5% | - |
| HSV(B) | 25.83º | 0.93% | 0.94% | - |
| XYZ | 41.94 | 30.38 | 4.18 | - |
| YUV | 140.03 | 58.58 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 17 | 0 | 0.53 | 0.93 | 0.06 | 25.83 | 0.88 | 0.5 |
| Hex | F0 | 71 | 11 | 0 | 35 | 5D | 6 | 1A | 58 | 32 |
| Octal | 360 | 161 | 21 | 0 | 65 | 135 | 6 | 32 | 130 | 62 |
| Binary | 11110000 | 1110001 | 10001 | 0 | 110101 | 1011101 | 110 | 11010 | 1011000 | 110010 |
Color Harmonies of #F07111
Complementary color
Monochromatic Colors of #F07111
Black with #F07111
Text Example
Text Example
White with #F07111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07111; }
p { color: rgb(240,113,17); }
H1.HeaderClassName
{
color: #F07111;
}
.AnyTagClassName
{
color: #F07111;
}
</style>
background-color css
<style>
a { background-color: #F07111; }
a { background-color: rgb(240,113,17); }
div.DivClassName
{
background-color: #F07111;
}
.BgClassName
{
background-color: #F07111;
}
</style>
border-color css
<style>
span { border-color: #F07111; }
span { border-color: rgb(240,113,17); }
td.TdClassName
{
border-color: #F07111;
}
.TagClassName
{
border-color: #F07111;
}
</style>