Shades of Mango Tango #F16F05
Tints of Mango Tango #F16F05
RGB
CMYK
RGB Variations
Color information
#F16F05 (or 0xF16F05) is known color: Mango Tango. HEX triplet: F1, 6F and 05. RGB value is (241,111,5). Sum of RGB (Red+Green+Blue) = 241+111+5=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16F05 is #0E90FA. Grayscale: #8A8A8A. Windows color (decimal): -954619 or 356337. OLE color: 356337.
HSL color Cylindrical-coordinate representation of color #F16F05: hue angle of 26.95º 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 #F16F05 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 5 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.05 |
| HSL | 26.95º | 0.96% | 0.48% | - |
| HSV(B) | 26.95º | 0.98% | 0.95% | - |
| XYZ | 41.99 | 30.08 | 3.74 | - |
| YUV | 137.79 | 53.07 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 5 | 0 | 0.54 | 0.98 | 0.05 | 26.95 | 0.96 | 0.48 |
| Hex | F1 | 6F | 5 | 0 | 36 | 62 | 5 | 1B | 60 | 30 |
| Octal | 361 | 157 | 5 | 0 | 66 | 142 | 5 | 33 | 140 | 60 |
| Binary | 11110001 | 1101111 | 101 | 0 | 110110 | 1100010 | 101 | 11011 | 1100000 | 110000 |
Color Harmonies of #F16F05
Complementary color
Monochromatic Colors of #F16F05
Black with #F16F05
Text Example
Text Example
White with #F16F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F05; }
p { color: rgb(241,111,5); }
H1.HeaderClassName
{
color: #F16F05;
}
.AnyTagClassName
{
color: #F16F05;
}
</style>
background-color css
<style>
a { background-color: #F16F05; }
a { background-color: rgb(241,111,5); }
div.DivClassName
{
background-color: #F16F05;
}
.BgClassName
{
background-color: #F16F05;
}
</style>
border-color css
<style>
span { border-color: #F16F05; }
span { border-color: rgb(241,111,5); }
td.TdClassName
{
border-color: #F16F05;
}
.TagClassName
{
border-color: #F16F05;
}
</style>