Shades of Mango Tango #F16B0B
Tints of Mango Tango #F16B0B
RGB
CMYK
RGB Variations
Color information
#F16B0B (or 0xF16B0B) is known color: Mango Tango. HEX triplet: F1, 6B and 0B. RGB value is (241,107,11). Sum of RGB (Red+Green+Blue) = 241+107+11=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16B0B is #0E94F4. Grayscale: #888888. Windows color (decimal): -955637 or 748529. OLE color: 748529.
HSL color Cylindrical-coordinate representation of color #F16B0B: hue angle of 25.04º 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 #F16B0B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 11 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.05 |
| HSL | 25.04º | 0.91% | 0.49% | - |
| HSV(B) | 25.04º | 0.95% | 0.95% | - |
| XYZ | 41.59 | 29.24 | 3.77 | - |
| YUV | 136.12 | 57.39 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 11 | 0 | 0.56 | 0.95 | 0.05 | 25.04 | 0.91 | 0.49 |
| Hex | F1 | 6B | B | 0 | 38 | 5F | 5 | 19 | 5B | 31 |
| Octal | 361 | 153 | 13 | 0 | 70 | 137 | 5 | 31 | 133 | 61 |
| Binary | 11110001 | 1101011 | 1011 | 0 | 111000 | 1011111 | 101 | 11001 | 1011011 | 110001 |
Color Harmonies of #F16B0B
Complementary color
Monochromatic Colors of #F16B0B
Black with #F16B0B
Text Example
Text Example
White with #F16B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16B0B; }
p { color: rgb(241,107,11); }
H1.HeaderClassName
{
color: #F16B0B;
}
.AnyTagClassName
{
color: #F16B0B;
}
</style>
background-color css
<style>
a { background-color: #F16B0B; }
a { background-color: rgb(241,107,11); }
div.DivClassName
{
background-color: #F16B0B;
}
.BgClassName
{
background-color: #F16B0B;
}
</style>
border-color css
<style>
span { border-color: #F16B0B; }
span { border-color: rgb(241,107,11); }
td.TdClassName
{
border-color: #F16B0B;
}
.TagClassName
{
border-color: #F16B0B;
}
</style>