Shades of Mango Tango #F16E0B
Tints of Mango Tango #F16E0B
RGB
CMYK
RGB Variations
Color information
#F16E0B (or 0xF16E0B) is known color: Mango Tango. HEX triplet: F1, 6E and 0B. RGB value is (241,110,11). Sum of RGB (Red+Green+Blue) = 241+110+11=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16E0B is #0E91F4. Grayscale: #8A8A8A. Windows color (decimal): -954869 or 749297. OLE color: 749297.
HSL color Cylindrical-coordinate representation of color #F16E0B: hue angle of 25.83º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F16E0B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 11 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.05 |
| HSL | 25.83º | 0.91% | 0.49% | - |
| HSV(B) | 25.83º | 0.95% | 0.95% | - |
| XYZ | 41.91 | 29.88 | 3.87 | - |
| YUV | 137.88 | 56.4 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 11 | 0 | 0.54 | 0.95 | 0.05 | 25.83 | 0.91 | 0.49 |
| Hex | F1 | 6E | B | 0 | 36 | 5F | 5 | 1A | 5B | 31 |
| Octal | 361 | 156 | 13 | 0 | 66 | 137 | 5 | 32 | 133 | 61 |
| Binary | 11110001 | 1101110 | 1011 | 0 | 110110 | 1011111 | 101 | 11010 | 1011011 | 110001 |
Color Harmonies of #F16E0B
Complementary color
Monochromatic Colors of #F16E0B
Black with #F16E0B
Text Example
Text Example
White with #F16E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16E0B; }
p { color: rgb(241,110,11); }
H1.HeaderClassName
{
color: #F16E0B;
}
.AnyTagClassName
{
color: #F16E0B;
}
</style>
background-color css
<style>
a { background-color: #F16E0B; }
a { background-color: rgb(241,110,11); }
div.DivClassName
{
background-color: #F16E0B;
}
.BgClassName
{
background-color: #F16E0B;
}
</style>
border-color css
<style>
span { border-color: #F16E0B; }
span { border-color: rgb(241,110,11); }
td.TdClassName
{
border-color: #F16E0B;
}
.TagClassName
{
border-color: #F16E0B;
}
</style>