Shades of Pumpkin #F06A14
Tints of Pumpkin #F06A14
RGB
CMYK
RGB Variations
Color information
#F06A14 (or 0xF06A14) is known color: Pumpkin. HEX triplet: F0, 6A and 14. RGB value is (240,106,20). Sum of RGB (Red+Green+Blue) = 240+106+20=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06A14 is #0F95EB. Grayscale: #888888. Windows color (decimal): -1021420 or 1338096. OLE color: 1338096.
HSL color Cylindrical-coordinate representation of color #F06A14: hue angle of 23.45º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F06A14 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 20 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.06 |
| HSL | 23.45º | 0.88% | 0.51% | - |
| HSV(B) | 23.45º | 0.92% | 0.94% | - |
| XYZ | 41.22 | 28.88 | 4.06 | - |
| YUV | 136.26 | 62.39 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 20 | 0 | 0.56 | 0.92 | 0.06 | 23.45 | 0.88 | 0.51 |
| Hex | F0 | 6A | 14 | 0 | 38 | 5C | 6 | 17 | 58 | 33 |
| Octal | 360 | 152 | 24 | 0 | 70 | 134 | 6 | 27 | 130 | 63 |
| Binary | 11110000 | 1101010 | 10100 | 0 | 111000 | 1011100 | 110 | 10111 | 1011000 | 110011 |
Color Harmonies of #F06A14
Complementary color
Monochromatic Colors of #F06A14
Black with #F06A14
Text Example
Text Example
White with #F06A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06A14; }
p { color: rgb(240,106,20); }
H1.HeaderClassName
{
color: #F06A14;
}
.AnyTagClassName
{
color: #F06A14;
}
</style>
background-color css
<style>
a { background-color: #F06A14; }
a { background-color: rgb(240,106,20); }
div.DivClassName
{
background-color: #F06A14;
}
.BgClassName
{
background-color: #F06A14;
}
</style>
border-color css
<style>
span { border-color: #F06A14; }
span { border-color: rgb(240,106,20); }
td.TdClassName
{
border-color: #F06A14;
}
.TagClassName
{
border-color: #F06A14;
}
</style>