Shades of Pumpkin #F06D10
Tints of Pumpkin #F06D10
RGB
CMYK
RGB Variations
Color information
#F06D10 (or 0xF06D10) is known color: Pumpkin. HEX triplet: F0, 6D and 10. RGB value is (240,109,16). Sum of RGB (Red+Green+Blue) = 240+109+16=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06D10 is #0F92EF. Grayscale: #8A8A8A. Windows color (decimal): -1020656 or 1076720. OLE color: 1076720.
HSL color Cylindrical-coordinate representation of color #F06D10: hue angle of 24.91º 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 #F06D10 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 16 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.06 |
| HSL | 24.91º | 0.88% | 0.5% | - |
| HSV(B) | 24.91º | 0.93% | 0.94% | - |
| XYZ | 41.5 | 29.5 | 4 | - |
| YUV | 137.57 | 59.4 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 16 | 0 | 0.55 | 0.93 | 0.06 | 24.91 | 0.88 | 0.5 |
| Hex | F0 | 6D | 10 | 0 | 37 | 5D | 6 | 19 | 58 | 32 |
| Octal | 360 | 155 | 20 | 0 | 67 | 135 | 6 | 31 | 130 | 62 |
| Binary | 11110000 | 1101101 | 10000 | 0 | 110111 | 1011101 | 110 | 11001 | 1011000 | 110010 |
Color Harmonies of #F06D10
Complementary color
Monochromatic Colors of #F06D10
Black with #F06D10
Text Example
Text Example
White with #F06D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D10; }
p { color: rgb(240,109,16); }
H1.HeaderClassName
{
color: #F06D10;
}
.AnyTagClassName
{
color: #F06D10;
}
</style>
background-color css
<style>
a { background-color: #F06D10; }
a { background-color: rgb(240,109,16); }
div.DivClassName
{
background-color: #F06D10;
}
.BgClassName
{
background-color: #F06D10;
}
</style>
border-color css
<style>
span { border-color: #F06D10; }
span { border-color: rgb(240,109,16); }
td.TdClassName
{
border-color: #F06D10;
}
.TagClassName
{
border-color: #F06D10;
}
</style>