Shades of Pumpkin #F07C11
Tints of Pumpkin #F07C11
RGB
CMYK
RGB Variations
Color information
#F07C11 (or 0xF07C11) is known color: Pumpkin. HEX triplet: F0, 7C and 11. RGB value is (240,124,17). Sum of RGB (Red+Green+Blue) = 240+124+17=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07C11 is #0F83EE. Grayscale: #939393. Windows color (decimal): -1016815 or 1146096. OLE color: 1146096.
HSL color Cylindrical-coordinate representation of color #F07C11: hue angle of 28.79º 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 #F07C11 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 17 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.06 |
| HSL | 28.79º | 0.88% | 0.5% | - |
| HSV(B) | 28.79º | 0.93% | 0.94% | - |
| XYZ | 43.24 | 32.98 | 4.62 | - |
| YUV | 146.49 | 54.93 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 17 | 0 | 0.48 | 0.93 | 0.06 | 28.79 | 0.88 | 0.5 |
| Hex | F0 | 7C | 11 | 0 | 30 | 5D | 6 | 1D | 58 | 32 |
| Octal | 360 | 174 | 21 | 0 | 60 | 135 | 6 | 35 | 130 | 62 |
| Binary | 11110000 | 1111100 | 10001 | 0 | 110000 | 1011101 | 110 | 11101 | 1011000 | 110010 |
Color Harmonies of #F07C11
Complementary color
Monochromatic Colors of #F07C11
Black with #F07C11
Text Example
Text Example
White with #F07C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C11; }
p { color: rgb(240,124,17); }
H1.HeaderClassName
{
color: #F07C11;
}
.AnyTagClassName
{
color: #F07C11;
}
</style>
background-color css
<style>
a { background-color: #F07C11; }
a { background-color: rgb(240,124,17); }
div.DivClassName
{
background-color: #F07C11;
}
.BgClassName
{
background-color: #F07C11;
}
</style>
border-color css
<style>
span { border-color: #F07C11; }
span { border-color: rgb(240,124,17); }
td.TdClassName
{
border-color: #F07C11;
}
.TagClassName
{
border-color: #F07C11;
}
</style>