Shades of Mango Tango #F27005
Tints of Mango Tango #F27005
RGB
CMYK
RGB Variations
Color information
#F27005 (or 0xF27005) is known color: Mango Tango. HEX triplet: F2, 70 and 05. RGB value is (242,112,5). Sum of RGB (Red+Green+Blue) = 242+112+5=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F27005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27005 is #0D8FFA. Grayscale: #8B8B8B. Windows color (decimal): -888827 or 356594. OLE color: 356594.
HSL color Cylindrical-coordinate representation of color #F27005: hue angle of 27.09º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F27005 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 5 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.05 |
| HSL | 27.09º | 0.96% | 0.48% | - |
| HSV(B) | 27.09º | 0.98% | 0.95% | - |
| XYZ | 42.44 | 30.48 | 3.79 | - |
| YUV | 138.67 | 52.57 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 5 | 0 | 0.54 | 0.98 | 0.05 | 27.09 | 0.96 | 0.48 |
| Hex | F2 | 70 | 5 | 0 | 36 | 62 | 5 | 1B | 60 | 30 |
| Octal | 362 | 160 | 5 | 0 | 66 | 142 | 5 | 33 | 140 | 60 |
| Binary | 11110010 | 1110000 | 101 | 0 | 110110 | 1100010 | 101 | 11011 | 1100000 | 110000 |
Color Harmonies of #F27005
Complementary color
Monochromatic Colors of #F27005
Black with #F27005
Text Example
Text Example
White with #F27005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27005; }
p { color: rgb(242,112,5); }
H1.HeaderClassName
{
color: #F27005;
}
.AnyTagClassName
{
color: #F27005;
}
</style>
background-color css
<style>
a { background-color: #F27005; }
a { background-color: rgb(242,112,5); }
div.DivClassName
{
background-color: #F27005;
}
.BgClassName
{
background-color: #F27005;
}
</style>
border-color css
<style>
span { border-color: #F27005; }
span { border-color: rgb(242,112,5); }
td.TdClassName
{
border-color: #F27005;
}
.TagClassName
{
border-color: #F27005;
}
</style>