Shades of Pumpkin #F07211
Tints of Pumpkin #F07211
RGB
CMYK
RGB Variations
Color information
#F07211 (or 0xF07211) is known color: Pumpkin. HEX triplet: F0, 72 and 11. RGB value is (240,114,17). Sum of RGB (Red+Green+Blue) = 240+114+17=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F07211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07211 is #0F8DEE. Grayscale: #8D8D8D. Windows color (decimal): -1019375 or 1143536. OLE color: 1143536.
HSL color Cylindrical-coordinate representation of color #F07211: hue angle of 26.1º 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 #F07211 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 17 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.06 |
| HSL | 26.1º | 0.88% | 0.5% | - |
| HSV(B) | 26.1º | 0.93% | 0.94% | - |
| XYZ | 42.05 | 30.6 | 4.22 | - |
| YUV | 140.62 | 58.24 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 17 | 0 | 0.52 | 0.93 | 0.06 | 26.1 | 0.88 | 0.5 |
| Hex | F0 | 72 | 11 | 0 | 34 | 5D | 6 | 1A | 58 | 32 |
| Octal | 360 | 162 | 21 | 0 | 64 | 135 | 6 | 32 | 130 | 62 |
| Binary | 11110000 | 1110010 | 10001 | 0 | 110100 | 1011101 | 110 | 11010 | 1011000 | 110010 |
Color Harmonies of #F07211
Complementary color
Monochromatic Colors of #F07211
Black with #F07211
Text Example
Text Example
White with #F07211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07211; }
p { color: rgb(240,114,17); }
H1.HeaderClassName
{
color: #F07211;
}
.AnyTagClassName
{
color: #F07211;
}
</style>
background-color css
<style>
a { background-color: #F07211; }
a { background-color: rgb(240,114,17); }
div.DivClassName
{
background-color: #F07211;
}
.BgClassName
{
background-color: #F07211;
}
</style>
border-color css
<style>
span { border-color: #F07211; }
span { border-color: rgb(240,114,17); }
td.TdClassName
{
border-color: #F07211;
}
.TagClassName
{
border-color: #F07211;
}
</style>