Shades of Mango Tango #F27006
Tints of Mango Tango #F27006
RGB
CMYK
RGB Variations
Color information
#F27006 (or 0xF27006) is known color: Mango Tango. HEX triplet: F2, 70 and 06. RGB value is (242,112,6). Sum of RGB (Red+Green+Blue) = 242+112+6=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F27006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27006 is #0D8FF9. Grayscale: #8B8B8B. Windows color (decimal): -888826 or 422130. OLE color: 422130.
HSL color Cylindrical-coordinate representation of color #F27006: hue angle of 26.95º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F27006 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 6 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.05 |
| HSL | 26.95º | 0.95% | 0.49% | - |
| HSV(B) | 26.95º | 0.98% | 0.95% | - |
| XYZ | 42.44 | 30.48 | 3.82 | - |
| YUV | 138.79 | 53.07 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 6 | 0 | 0.54 | 0.98 | 0.05 | 26.95 | 0.95 | 0.49 |
| Hex | F2 | 70 | 6 | 0 | 36 | 62 | 5 | 1B | 5F | 31 |
| Octal | 362 | 160 | 6 | 0 | 66 | 142 | 5 | 33 | 137 | 61 |
| Binary | 11110010 | 1110000 | 110 | 0 | 110110 | 1100010 | 101 | 11011 | 1011111 | 110001 |
Color Harmonies of #F27006
Complementary color
Monochromatic Colors of #F27006
Black with #F27006
Text Example
Text Example
White with #F27006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27006; }
p { color: rgb(242,112,6); }
H1.HeaderClassName
{
color: #F27006;
}
.AnyTagClassName
{
color: #F27006;
}
</style>
background-color css
<style>
a { background-color: #F27006; }
a { background-color: rgb(242,112,6); }
div.DivClassName
{
background-color: #F27006;
}
.BgClassName
{
background-color: #F27006;
}
</style>
border-color css
<style>
span { border-color: #F27006; }
span { border-color: rgb(242,112,6); }
td.TdClassName
{
border-color: #F27006;
}
.TagClassName
{
border-color: #F27006;
}
</style>