Shades of Mango Tango #F16F08
Tints of Mango Tango #F16F08
RGB
CMYK
RGB Variations
Color information
#F16F08 (or 0xF16F08) is known color: Mango Tango. HEX triplet: F1, 6F and 08. RGB value is (241,111,8). Sum of RGB (Red+Green+Blue) = 241+111+8=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16F08 is #0E90F7. Grayscale: #8A8A8A. Windows color (decimal): -954616 or 552945. OLE color: 552945.
HSL color Cylindrical-coordinate representation of color #F16F08: hue angle of 26.52º 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 #F16F08 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 8 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.05 |
| HSL | 26.52º | 0.94% | 0.49% | - |
| HSV(B) | 26.52º | 0.97% | 0.95% | - |
| XYZ | 42 | 30.09 | 3.82 | - |
| YUV | 138.13 | 54.57 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 8 | 0 | 0.54 | 0.97 | 0.05 | 26.52 | 0.94 | 0.49 |
| Hex | F1 | 6F | 8 | 0 | 36 | 61 | 5 | 1B | 5E | 31 |
| Octal | 361 | 157 | 10 | 0 | 66 | 141 | 5 | 33 | 136 | 61 |
| Binary | 11110001 | 1101111 | 1000 | 0 | 110110 | 1100001 | 101 | 11011 | 1011110 | 110001 |
Color Harmonies of #F16F08
Complementary color
Monochromatic Colors of #F16F08
Black with #F16F08
Text Example
Text Example
White with #F16F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F08; }
p { color: rgb(241,111,8); }
H1.HeaderClassName
{
color: #F16F08;
}
.AnyTagClassName
{
color: #F16F08;
}
</style>
background-color css
<style>
a { background-color: #F16F08; }
a { background-color: rgb(241,111,8); }
div.DivClassName
{
background-color: #F16F08;
}
.BgClassName
{
background-color: #F16F08;
}
</style>
border-color css
<style>
span { border-color: #F16F08; }
span { border-color: rgb(241,111,8); }
td.TdClassName
{
border-color: #F16F08;
}
.TagClassName
{
border-color: #F16F08;
}
</style>