Shades of Pumpkin #F06F12
Tints of Pumpkin #F06F12
RGB
CMYK
RGB Variations
Color information
#F06F12 (or 0xF06F12) is known color: Pumpkin. HEX triplet: F0, 6F and 12. RGB value is (240,111,18). Sum of RGB (Red+Green+Blue) = 240+111+18=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06F12 is #0F90ED. Grayscale: #8B8B8B. Windows color (decimal): -1020142 or 1208304. OLE color: 1208304.
HSL color Cylindrical-coordinate representation of color #F06F12: hue angle of 25.14º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F06F12 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 18 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.06 |
| HSL | 25.14º | 0.88% | 0.51% | - |
| HSV(B) | 25.14º | 0.93% | 0.94% | - |
| XYZ | 41.73 | 29.94 | 4.15 | - |
| YUV | 138.97 | 59.74 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 18 | 0 | 0.54 | 0.92 | 0.06 | 25.14 | 0.88 | 0.51 |
| Hex | F0 | 6F | 12 | 0 | 36 | 5C | 6 | 19 | 58 | 33 |
| Octal | 360 | 157 | 22 | 0 | 66 | 134 | 6 | 31 | 130 | 63 |
| Binary | 11110000 | 1101111 | 10010 | 0 | 110110 | 1011100 | 110 | 11001 | 1011000 | 110011 |
Color Harmonies of #F06F12
Complementary color
Monochromatic Colors of #F06F12
Black with #F06F12
Text Example
Text Example
White with #F06F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F12; }
p { color: rgb(240,111,18); }
H1.HeaderClassName
{
color: #F06F12;
}
.AnyTagClassName
{
color: #F06F12;
}
</style>
background-color css
<style>
a { background-color: #F06F12; }
a { background-color: rgb(240,111,18); }
div.DivClassName
{
background-color: #F06F12;
}
.BgClassName
{
background-color: #F06F12;
}
</style>
border-color css
<style>
span { border-color: #F06F12; }
span { border-color: rgb(240,111,18); }
td.TdClassName
{
border-color: #F06F12;
}
.TagClassName
{
border-color: #F06F12;
}
</style>