Shades of Pumpkin #F07411
Tints of Pumpkin #F07411
RGB
CMYK
RGB Variations
Color information
#F07411 (or 0xF07411) is known color: Pumpkin. HEX triplet: F0, 74 and 11. RGB value is (240,116,17). Sum of RGB (Red+Green+Blue) = 240+116+17=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F07411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07411 is #0F8BEE. Grayscale: #8E8E8E. Windows color (decimal): -1018863 or 1144048. OLE color: 1144048.
HSL color Cylindrical-coordinate representation of color #F07411: hue angle of 26.64º 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 #F07411 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 17 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.06 |
| HSL | 26.64º | 0.88% | 0.5% | - |
| HSV(B) | 26.64º | 0.93% | 0.94% | - |
| XYZ | 42.28 | 31.06 | 4.3 | - |
| YUV | 141.79 | 57.58 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 17 | 0 | 0.52 | 0.93 | 0.06 | 26.64 | 0.88 | 0.5 |
| Hex | F0 | 74 | 11 | 0 | 34 | 5D | 6 | 1B | 58 | 32 |
| Octal | 360 | 164 | 21 | 0 | 64 | 135 | 6 | 33 | 130 | 62 |
| Binary | 11110000 | 1110100 | 10001 | 0 | 110100 | 1011101 | 110 | 11011 | 1011000 | 110010 |
Color Harmonies of #F07411
Complementary color
Monochromatic Colors of #F07411
Black with #F07411
Text Example
Text Example
White with #F07411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07411; }
p { color: rgb(240,116,17); }
H1.HeaderClassName
{
color: #F07411;
}
.AnyTagClassName
{
color: #F07411;
}
</style>
background-color css
<style>
a { background-color: #F07411; }
a { background-color: rgb(240,116,17); }
div.DivClassName
{
background-color: #F07411;
}
.BgClassName
{
background-color: #F07411;
}
</style>
border-color css
<style>
span { border-color: #F07411; }
span { border-color: rgb(240,116,17); }
td.TdClassName
{
border-color: #F07411;
}
.TagClassName
{
border-color: #F07411;
}
</style>