Shades of Mango Tango #F06F07
Tints of Mango Tango #F06F07
RGB
CMYK
RGB Variations
Color information
#F06F07 (or 0xF06F07) is known color: Mango Tango. HEX triplet: F0, 6F and 07. RGB value is (240,111,7). Sum of RGB (Red+Green+Blue) = 240+111+7=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 7 (3.12% from 255 or 1.96% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06F07 is #0F90F8. Grayscale: #8A8A8A. Windows color (decimal): -1020153 or 487408. OLE color: 487408.
HSL color Cylindrical-coordinate representation of color #F06F07: hue angle of 26.78º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F06F07 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 7 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.06 |
| HSL | 26.78º | 0.94% | 0.48% | - |
| HSV(B) | 26.78º | 0.97% | 0.94% | - |
| XYZ | 41.66 | 29.91 | 3.78 | - |
| YUV | 137.72 | 54.24 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 7 | 0 | 0.54 | 0.97 | 0.06 | 26.78 | 0.94 | 0.48 |
| Hex | F0 | 6F | 7 | 0 | 36 | 61 | 6 | 1B | 5E | 30 |
| Octal | 360 | 157 | 7 | 0 | 66 | 141 | 6 | 33 | 136 | 60 |
| Binary | 11110000 | 1101111 | 111 | 0 | 110110 | 1100001 | 110 | 11011 | 1011110 | 110000 |
Color Harmonies of #F06F07
Complementary color
Monochromatic Colors of #F06F07
Black with #F06F07
Text Example
Text Example
White with #F06F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F07; }
p { color: rgb(240,111,7); }
H1.HeaderClassName
{
color: #F06F07;
}
.AnyTagClassName
{
color: #F06F07;
}
</style>
background-color css
<style>
a { background-color: #F06F07; }
a { background-color: rgb(240,111,7); }
div.DivClassName
{
background-color: #F06F07;
}
.BgClassName
{
background-color: #F06F07;
}
</style>
border-color css
<style>
span { border-color: #F06F07; }
span { border-color: rgb(240,111,7); }
td.TdClassName
{
border-color: #F06F07;
}
.TagClassName
{
border-color: #F06F07;
}
</style>