Shades of Mango Tango #F16D06
Tints of Mango Tango #F16D06
RGB
CMYK
RGB Variations
Color information
#F16D06 (or 0xF16D06) is known color: Mango Tango. HEX triplet: F1, 6D and 06. RGB value is (241,109,6). Sum of RGB (Red+Green+Blue) = 241+109+6=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16D06 is #0E92F9. Grayscale: #898989. Windows color (decimal): -955130 or 421361. OLE color: 421361.
HSL color Cylindrical-coordinate representation of color #F16D06: hue angle of 26.3º degrees, saturation: 0.95, 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 #F16D06 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 6 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.05 |
| HSL | 26.3º | 0.95% | 0.48% | - |
| HSV(B) | 26.3º | 0.98% | 0.95% | - |
| XYZ | 41.78 | 29.65 | 3.69 | - |
| YUV | 136.73 | 54.23 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 6 | 0 | 0.55 | 0.98 | 0.05 | 26.3 | 0.95 | 0.48 |
| Hex | F1 | 6D | 6 | 0 | 37 | 62 | 5 | 1A | 5F | 30 |
| Octal | 361 | 155 | 6 | 0 | 67 | 142 | 5 | 32 | 137 | 60 |
| Binary | 11110001 | 1101101 | 110 | 0 | 110111 | 1100010 | 101 | 11010 | 1011111 | 110000 |
Color Harmonies of #F16D06
Complementary color
Monochromatic Colors of #F16D06
Black with #F16D06
Text Example
Text Example
White with #F16D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D06; }
p { color: rgb(241,109,6); }
H1.HeaderClassName
{
color: #F16D06;
}
.AnyTagClassName
{
color: #F16D06;
}
</style>
background-color css
<style>
a { background-color: #F16D06; }
a { background-color: rgb(241,109,6); }
div.DivClassName
{
background-color: #F16D06;
}
.BgClassName
{
background-color: #F16D06;
}
</style>
border-color css
<style>
span { border-color: #F16D06; }
span { border-color: rgb(241,109,6); }
td.TdClassName
{
border-color: #F16D06;
}
.TagClassName
{
border-color: #F16D06;
}
</style>