Shades of Pumpkin #F06A12
Tints of Pumpkin #F06A12
RGB
CMYK
RGB Variations
Color information
#F06A12 (or 0xF06A12) is known color: Pumpkin. HEX triplet: F0, 6A and 12. RGB value is (240,106,18). Sum of RGB (Red+Green+Blue) = 240+106+18=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06A12 is #0F95ED. Grayscale: #888888. Windows color (decimal): -1021422 or 1207024. OLE color: 1207024.
HSL color Cylindrical-coordinate representation of color #F06A12: hue angle of 23.78º 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 #F06A12 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 18 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.06 |
| HSL | 23.78º | 0.88% | 0.51% | - |
| HSV(B) | 23.78º | 0.93% | 0.94% | - |
| XYZ | 41.2 | 28.88 | 3.97 | - |
| YUV | 136.03 | 61.39 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 18 | 0 | 0.56 | 0.92 | 0.06 | 23.78 | 0.88 | 0.51 |
| Hex | F0 | 6A | 12 | 0 | 38 | 5C | 6 | 18 | 58 | 33 |
| Octal | 360 | 152 | 22 | 0 | 70 | 134 | 6 | 30 | 130 | 63 |
| Binary | 11110000 | 1101010 | 10010 | 0 | 111000 | 1011100 | 110 | 11000 | 1011000 | 110011 |
Color Harmonies of #F06A12
Complementary color
Monochromatic Colors of #F06A12
Black with #F06A12
Text Example
Text Example
White with #F06A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06A12; }
p { color: rgb(240,106,18); }
H1.HeaderClassName
{
color: #F06A12;
}
.AnyTagClassName
{
color: #F06A12;
}
</style>
background-color css
<style>
a { background-color: #F06A12; }
a { background-color: rgb(240,106,18); }
div.DivClassName
{
background-color: #F06A12;
}
.BgClassName
{
background-color: #F06A12;
}
</style>
border-color css
<style>
span { border-color: #F06A12; }
span { border-color: rgb(240,106,18); }
td.TdClassName
{
border-color: #F06A12;
}
.TagClassName
{
border-color: #F06A12;
}
</style>