Shades of Mango Tango #F16A0B
Tints of Mango Tango #F16A0B
RGB
CMYK
RGB Variations
Color information
#F16A0B (or 0xF16A0B) is known color: Mango Tango. HEX triplet: F1, 6A and 0B. RGB value is (241,106,11). Sum of RGB (Red+Green+Blue) = 241+106+11=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16A0B is #0E95F4. Grayscale: #888888. Windows color (decimal): -955893 or 748273. OLE color: 748273.
HSL color Cylindrical-coordinate representation of color #F16A0B: hue angle of 24.78º 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 #F16A0B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 11 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.05 |
| HSL | 24.78º | 0.91% | 0.49% | - |
| HSV(B) | 24.78º | 0.95% | 0.95% | - |
| XYZ | 41.49 | 29.03 | 3.73 | - |
| YUV | 135.54 | 57.73 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 11 | 0 | 0.56 | 0.95 | 0.05 | 24.78 | 0.91 | 0.49 |
| Hex | F1 | 6A | B | 0 | 38 | 5F | 5 | 19 | 5B | 31 |
| Octal | 361 | 152 | 13 | 0 | 70 | 137 | 5 | 31 | 133 | 61 |
| Binary | 11110001 | 1101010 | 1011 | 0 | 111000 | 1011111 | 101 | 11001 | 1011011 | 110001 |
Color Harmonies of #F16A0B
Complementary color
Monochromatic Colors of #F16A0B
Black with #F16A0B
Text Example
Text Example
White with #F16A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16A0B; }
p { color: rgb(241,106,11); }
H1.HeaderClassName
{
color: #F16A0B;
}
.AnyTagClassName
{
color: #F16A0B;
}
</style>
background-color css
<style>
a { background-color: #F16A0B; }
a { background-color: rgb(241,106,11); }
div.DivClassName
{
background-color: #F16A0B;
}
.BgClassName
{
background-color: #F16A0B;
}
</style>
border-color css
<style>
span { border-color: #F16A0B; }
span { border-color: rgb(241,106,11); }
td.TdClassName
{
border-color: #F16A0B;
}
.TagClassName
{
border-color: #F16A0B;
}
</style>