Shades of Mango Tango #F06F0A
Tints of Mango Tango #F06F0A
RGB
CMYK
RGB Variations
Color information
#F06F0A (or 0xF06F0A) is known color: Mango Tango. HEX triplet: F0, 6F and 0A. RGB value is (240,111,10). Sum of RGB (Red+Green+Blue) = 240+111+10=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06F0A is #0F90F5. Grayscale: #8A8A8A. Windows color (decimal): -1020150 or 684016. OLE color: 684016.
HSL color Cylindrical-coordinate representation of color #F06F0A: hue angle of 26.35º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F06F0A is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 10 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.06 |
| HSL | 26.35º | 0.92% | 0.49% | - |
| HSV(B) | 26.35º | 0.96% | 0.94% | - |
| XYZ | 41.67 | 29.92 | 3.87 | - |
| YUV | 138.06 | 55.74 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 10 | 0 | 0.54 | 0.96 | 0.06 | 26.35 | 0.92 | 0.49 |
| Hex | F0 | 6F | A | 0 | 36 | 60 | 6 | 1A | 5C | 31 |
| Octal | 360 | 157 | 12 | 0 | 66 | 140 | 6 | 32 | 134 | 61 |
| Binary | 11110000 | 1101111 | 1010 | 0 | 110110 | 1100000 | 110 | 11010 | 1011100 | 110001 |
Color Harmonies of #F06F0A
Complementary color
Monochromatic Colors of #F06F0A
Black with #F06F0A
Text Example
Text Example
White with #F06F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F0A; }
p { color: rgb(240,111,10); }
H1.HeaderClassName
{
color: #F06F0A;
}
.AnyTagClassName
{
color: #F06F0A;
}
</style>
background-color css
<style>
a { background-color: #F06F0A; }
a { background-color: rgb(240,111,10); }
div.DivClassName
{
background-color: #F06F0A;
}
.BgClassName
{
background-color: #F06F0A;
}
</style>
border-color css
<style>
span { border-color: #F06F0A; }
span { border-color: rgb(240,111,10); }
td.TdClassName
{
border-color: #F06F0A;
}
.TagClassName
{
border-color: #F06F0A;
}
</style>