Shades of Mango Tango #F27707
Tints of Mango Tango #F27707
RGB
CMYK
RGB Variations
Color information
#F27707 (or 0xF27707) is known color: Mango Tango. HEX triplet: F2, 77 and 07. RGB value is (242,119,7). Sum of RGB (Red+Green+Blue) = 242+119+7=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 7 (3.12% from 255 or 1.90% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F27707 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27707 is #0D88F8. Grayscale: #8F8F8F. Windows color (decimal): -887033 or 489458. OLE color: 489458.
HSL color Cylindrical-coordinate representation of color #F27707: hue angle of 28.6º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F27707 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 7 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.05 |
| HSL | 28.6º | 0.94% | 0.49% | - |
| HSV(B) | 28.6º | 0.97% | 0.95% | - |
| XYZ | 43.25 | 32.09 | 4.11 | - |
| YUV | 143.01 | 51.25 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 7 | 0 | 0.51 | 0.97 | 0.05 | 28.6 | 0.94 | 0.49 |
| Hex | F2 | 77 | 7 | 0 | 33 | 61 | 5 | 1D | 5E | 31 |
| Octal | 362 | 167 | 7 | 0 | 63 | 141 | 5 | 35 | 136 | 61 |
| Binary | 11110010 | 1110111 | 111 | 0 | 110011 | 1100001 | 101 | 11101 | 1011110 | 110001 |
Color Harmonies of #F27707
Complementary color
Monochromatic Colors of #F27707
Black with #F27707
Text Example
Text Example
White with #F27707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27707; }
p { color: rgb(242,119,7); }
H1.HeaderClassName
{
color: #F27707;
}
.AnyTagClassName
{
color: #F27707;
}
</style>
background-color css
<style>
a { background-color: #F27707; }
a { background-color: rgb(242,119,7); }
div.DivClassName
{
background-color: #F27707;
}
.BgClassName
{
background-color: #F27707;
}
</style>
border-color css
<style>
span { border-color: #F27707; }
span { border-color: rgb(242,119,7); }
td.TdClassName
{
border-color: #F27707;
}
.TagClassName
{
border-color: #F27707;
}
</style>