Shades of Mango Tango #F06B0A
Tints of Mango Tango #F06B0A
RGB
CMYK
RGB Variations
Color information
#F06B0A (or 0xF06B0A) is known color: Mango Tango. HEX triplet: F0, 6B and 0A. RGB value is (240,107,10). Sum of RGB (Red+Green+Blue) = 240+107+10=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06B0A is #0F94F5. Grayscale: #888888. Windows color (decimal): -1021174 or 682992. OLE color: 682992.
HSL color Cylindrical-coordinate representation of color #F06B0A: hue angle of 25.3º 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 #F06B0A is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 10 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.06 |
| HSL | 25.3º | 0.92% | 0.49% | - |
| HSV(B) | 25.3º | 0.96% | 0.94% | - |
| XYZ | 41.25 | 29.06 | 3.72 | - |
| YUV | 135.71 | 57.06 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 10 | 0 | 0.55 | 0.96 | 0.06 | 25.3 | 0.92 | 0.49 |
| Hex | F0 | 6B | A | 0 | 37 | 60 | 6 | 19 | 5C | 31 |
| Octal | 360 | 153 | 12 | 0 | 67 | 140 | 6 | 31 | 134 | 61 |
| Binary | 11110000 | 1101011 | 1010 | 0 | 110111 | 1100000 | 110 | 11001 | 1011100 | 110001 |
Color Harmonies of #F06B0A
Complementary color
Monochromatic Colors of #F06B0A
Black with #F06B0A
Text Example
Text Example
White with #F06B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06B0A; }
p { color: rgb(240,107,10); }
H1.HeaderClassName
{
color: #F06B0A;
}
.AnyTagClassName
{
color: #F06B0A;
}
</style>
background-color css
<style>
a { background-color: #F06B0A; }
a { background-color: rgb(240,107,10); }
div.DivClassName
{
background-color: #F06B0A;
}
.BgClassName
{
background-color: #F06B0A;
}
</style>
border-color css
<style>
span { border-color: #F06B0A; }
span { border-color: rgb(240,107,10); }
td.TdClassName
{
border-color: #F06B0A;
}
.TagClassName
{
border-color: #F06B0A;
}
</style>