Shades of Pumpkin #F06C11
Tints of Pumpkin #F06C11
RGB
CMYK
RGB Variations
Color information
#F06C11 (or 0xF06C11) is known color: Pumpkin. HEX triplet: F0, 6C and 11. RGB value is (240,108,17). Sum of RGB (Red+Green+Blue) = 240+108+17=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06C11 is #0F93EE. Grayscale: #898989. Windows color (decimal): -1020911 or 1142000. OLE color: 1142000.
HSL color Cylindrical-coordinate representation of color #F06C11: hue angle of 24.48º 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 #F06C11 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 17 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.06 |
| HSL | 24.48º | 0.88% | 0.5% | - |
| HSV(B) | 24.48º | 0.93% | 0.94% | - |
| XYZ | 41.4 | 29.29 | 4 | - |
| YUV | 137.09 | 60.23 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 17 | 0 | 0.55 | 0.93 | 0.06 | 24.48 | 0.88 | 0.5 |
| Hex | F0 | 6C | 11 | 0 | 37 | 5D | 6 | 18 | 58 | 32 |
| Octal | 360 | 154 | 21 | 0 | 67 | 135 | 6 | 30 | 130 | 62 |
| Binary | 11110000 | 1101100 | 10001 | 0 | 110111 | 1011101 | 110 | 11000 | 1011000 | 110010 |
Color Harmonies of #F06C11
Complementary color
Monochromatic Colors of #F06C11
Black with #F06C11
Text Example
Text Example
White with #F06C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C11; }
p { color: rgb(240,108,17); }
H1.HeaderClassName
{
color: #F06C11;
}
.AnyTagClassName
{
color: #F06C11;
}
</style>
background-color css
<style>
a { background-color: #F06C11; }
a { background-color: rgb(240,108,17); }
div.DivClassName
{
background-color: #F06C11;
}
.BgClassName
{
background-color: #F06C11;
}
</style>
border-color css
<style>
span { border-color: #F06C11; }
span { border-color: rgb(240,108,17); }
td.TdClassName
{
border-color: #F06C11;
}
.TagClassName
{
border-color: #F06C11;
}
</style>