Shades of Pumpkin #F06F10
Tints of Pumpkin #F06F10
RGB
CMYK
RGB Variations
Color information
#F06F10 (or 0xF06F10) is known color: Pumpkin. HEX triplet: F0, 6F and 10. RGB value is (240,111,16). Sum of RGB (Red+Green+Blue) = 240+111+16=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06F10 is #0F90EF. Grayscale: #8B8B8B. Windows color (decimal): -1020144 or 1077232. OLE color: 1077232.
HSL color Cylindrical-coordinate representation of color #F06F10: hue angle of 25.45º 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 #F06F10 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 16 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.06 |
| HSL | 25.45º | 0.88% | 0.5% | - |
| HSV(B) | 25.45º | 0.93% | 0.94% | - |
| XYZ | 41.71 | 29.93 | 4.07 | - |
| YUV | 138.74 | 58.74 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 16 | 0 | 0.54 | 0.93 | 0.06 | 25.45 | 0.88 | 0.5 |
| Hex | F0 | 6F | 10 | 0 | 36 | 5D | 6 | 19 | 58 | 32 |
| Octal | 360 | 157 | 20 | 0 | 66 | 135 | 6 | 31 | 130 | 62 |
| Binary | 11110000 | 1101111 | 10000 | 0 | 110110 | 1011101 | 110 | 11001 | 1011000 | 110010 |
Color Harmonies of #F06F10
Complementary color
Monochromatic Colors of #F06F10
Black with #F06F10
Text Example
Text Example
White with #F06F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F10; }
p { color: rgb(240,111,16); }
H1.HeaderClassName
{
color: #F06F10;
}
.AnyTagClassName
{
color: #F06F10;
}
</style>
background-color css
<style>
a { background-color: #F06F10; }
a { background-color: rgb(240,111,16); }
div.DivClassName
{
background-color: #F06F10;
}
.BgClassName
{
background-color: #F06F10;
}
</style>
border-color css
<style>
span { border-color: #F06F10; }
span { border-color: rgb(240,111,16); }
td.TdClassName
{
border-color: #F06F10;
}
.TagClassName
{
border-color: #F06F10;
}
</style>