Shades of Mango Tango #F27505
Tints of Mango Tango #F27505
RGB
CMYK
RGB Variations
Color information
#F27505 (or 0xF27505) is known color: Mango Tango. HEX triplet: F2, 75 and 05. RGB value is (242,117,5). Sum of RGB (Red+Green+Blue) = 242+117+5=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F27505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27505 is #0D8AFA. Grayscale: #8E8E8E. Windows color (decimal): -887547 or 357874. OLE color: 357874.
HSL color Cylindrical-coordinate representation of color #F27505: hue angle of 28.35º 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 #F27505 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 5 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.05 |
| HSL | 28.35º | 0.96% | 0.48% | - |
| HSV(B) | 28.35º | 0.98% | 0.95% | - |
| XYZ | 43.01 | 31.61 | 3.98 | - |
| YUV | 141.61 | 50.91 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 5 | 0 | 0.52 | 0.98 | 0.05 | 28.35 | 0.96 | 0.48 |
| Hex | F2 | 75 | 5 | 0 | 34 | 62 | 5 | 1C | 60 | 30 |
| Octal | 362 | 165 | 5 | 0 | 64 | 142 | 5 | 34 | 140 | 60 |
| Binary | 11110010 | 1110101 | 101 | 0 | 110100 | 1100010 | 101 | 11100 | 1100000 | 110000 |
Color Harmonies of #F27505
Complementary color
Monochromatic Colors of #F27505
Black with #F27505
Text Example
Text Example
White with #F27505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27505; }
p { color: rgb(242,117,5); }
H1.HeaderClassName
{
color: #F27505;
}
.AnyTagClassName
{
color: #F27505;
}
</style>
background-color css
<style>
a { background-color: #F27505; }
a { background-color: rgb(242,117,5); }
div.DivClassName
{
background-color: #F27505;
}
.BgClassName
{
background-color: #F27505;
}
</style>
border-color css
<style>
span { border-color: #F27505; }
span { border-color: rgb(242,117,5); }
td.TdClassName
{
border-color: #F27505;
}
.TagClassName
{
border-color: #F27505;
}
</style>