Shades of Pumpkin #F06711
Tints of Pumpkin #F06711
RGB
CMYK
RGB Variations
Color information
#F06711 (or 0xF06711) is known color: Pumpkin. HEX triplet: F0, 67 and 11. RGB value is (240,103,17). Sum of RGB (Red+Green+Blue) = 240+103+17=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F06711 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06711 is #0F98EE. Grayscale: #868686. Windows color (decimal): -1022191 or 1140720. OLE color: 1140720.
HSL color Cylindrical-coordinate representation of color #F06711: hue angle of 23.14º 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 #F06711 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 17 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.06 |
| HSL | 23.14º | 0.88% | 0.5% | - |
| HSV(B) | 23.14º | 0.93% | 0.94% | - |
| XYZ | 40.89 | 28.27 | 3.83 | - |
| YUV | 134.16 | 61.89 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 17 | 0 | 0.57 | 0.93 | 0.06 | 23.14 | 0.88 | 0.5 |
| Hex | F0 | 67 | 11 | 0 | 39 | 5D | 6 | 17 | 58 | 32 |
| Octal | 360 | 147 | 21 | 0 | 71 | 135 | 6 | 27 | 130 | 62 |
| Binary | 11110000 | 1100111 | 10001 | 0 | 111001 | 1011101 | 110 | 10111 | 1011000 | 110010 |
Color Harmonies of #F06711
Complementary color
Monochromatic Colors of #F06711
Black with #F06711
Text Example
Text Example
White with #F06711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06711; }
p { color: rgb(240,103,17); }
H1.HeaderClassName
{
color: #F06711;
}
.AnyTagClassName
{
color: #F06711;
}
</style>
background-color css
<style>
a { background-color: #F06711; }
a { background-color: rgb(240,103,17); }
div.DivClassName
{
background-color: #F06711;
}
.BgClassName
{
background-color: #F06711;
}
</style>
border-color css
<style>
span { border-color: #F06711; }
span { border-color: rgb(240,103,17); }
td.TdClassName
{
border-color: #F06711;
}
.TagClassName
{
border-color: #F06711;
}
</style>