Shades of Pumpkin #F06D14
Tints of Pumpkin #F06D14
RGB
CMYK
RGB Variations
Color information
#F06D14 (or 0xF06D14) is known color: Pumpkin. HEX triplet: F0, 6D and 14. RGB value is (240,109,20). Sum of RGB (Red+Green+Blue) = 240+109+20=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06D14 is #0F92EB. Grayscale: #8A8A8A. Windows color (decimal): -1020652 or 1338864. OLE color: 1338864.
HSL color Cylindrical-coordinate representation of color #F06D14: hue angle of 24.27º 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 #F06D14 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 20 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.06 |
| HSL | 24.27º | 0.88% | 0.51% | - |
| HSV(B) | 24.27º | 0.92% | 0.94% | - |
| XYZ | 41.53 | 29.51 | 4.17 | - |
| YUV | 138.02 | 61.4 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 20 | 0 | 0.55 | 0.92 | 0.06 | 24.27 | 0.88 | 0.51 |
| Hex | F0 | 6D | 14 | 0 | 37 | 5C | 6 | 18 | 58 | 33 |
| Octal | 360 | 155 | 24 | 0 | 67 | 134 | 6 | 30 | 130 | 63 |
| Binary | 11110000 | 1101101 | 10100 | 0 | 110111 | 1011100 | 110 | 11000 | 1011000 | 110011 |
Color Harmonies of #F06D14
Complementary color
Monochromatic Colors of #F06D14
Black with #F06D14
Text Example
Text Example
White with #F06D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D14; }
p { color: rgb(240,109,20); }
H1.HeaderClassName
{
color: #F06D14;
}
.AnyTagClassName
{
color: #F06D14;
}
</style>
background-color css
<style>
a { background-color: #F06D14; }
a { background-color: rgb(240,109,20); }
div.DivClassName
{
background-color: #F06D14;
}
.BgClassName
{
background-color: #F06D14;
}
</style>
border-color css
<style>
span { border-color: #F06D14; }
span { border-color: rgb(240,109,20); }
td.TdClassName
{
border-color: #F06D14;
}
.TagClassName
{
border-color: #F06D14;
}
</style>