Shades of Mango Tango #F06A0A
Tints of Mango Tango #F06A0A
RGB
CMYK
RGB Variations
Color information
#F06A0A (or 0xF06A0A) is known color: Mango Tango. HEX triplet: F0, 6A and 0A. RGB value is (240,106,10). Sum of RGB (Red+Green+Blue) = 240+106+10=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06A0A is #0F95F5. Grayscale: #878787. Windows color (decimal): -1021430 or 682736. OLE color: 682736.
HSL color Cylindrical-coordinate representation of color #F06A0A: hue angle of 25.04º 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 #F06A0A is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 10 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.06 |
| HSL | 25.04º | 0.92% | 0.49% | - |
| HSV(B) | 25.04º | 0.96% | 0.94% | - |
| XYZ | 41.14 | 28.86 | 3.69 | - |
| YUV | 135.12 | 57.39 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 10 | 0 | 0.56 | 0.96 | 0.06 | 25.04 | 0.92 | 0.49 |
| Hex | F0 | 6A | A | 0 | 38 | 60 | 6 | 19 | 5C | 31 |
| Octal | 360 | 152 | 12 | 0 | 70 | 140 | 6 | 31 | 134 | 61 |
| Binary | 11110000 | 1101010 | 1010 | 0 | 111000 | 1100000 | 110 | 11001 | 1011100 | 110001 |
Color Harmonies of #F06A0A
Complementary color
Monochromatic Colors of #F06A0A
Black with #F06A0A
Text Example
Text Example
White with #F06A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06A0A; }
p { color: rgb(240,106,10); }
H1.HeaderClassName
{
color: #F06A0A;
}
.AnyTagClassName
{
color: #F06A0A;
}
</style>
background-color css
<style>
a { background-color: #F06A0A; }
a { background-color: rgb(240,106,10); }
div.DivClassName
{
background-color: #F06A0A;
}
.BgClassName
{
background-color: #F06A0A;
}
</style>
border-color css
<style>
span { border-color: #F06A0A; }
span { border-color: rgb(240,106,10); }
td.TdClassName
{
border-color: #F06A0A;
}
.TagClassName
{
border-color: #F06A0A;
}
</style>