Shades of Mango Tango #F16B0D
Tints of Mango Tango #F16B0D
RGB
CMYK
RGB Variations
Color information
#F16B0D (or 0xF16B0D) is known color: Mango Tango. HEX triplet: F1, 6B and 0D. RGB value is (241,107,13). Sum of RGB (Red+Green+Blue) = 241+107+13=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16B0D is #0E94F2. Grayscale: #888888. Windows color (decimal): -955635 or 879601. OLE color: 879601.
HSL color Cylindrical-coordinate representation of color #F16B0D: hue angle of 24.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F16B0D is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 13 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.05 |
| HSL | 24.74º | 0.9% | 0.5% | - |
| HSV(B) | 24.74º | 0.95% | 0.95% | - |
| XYZ | 41.61 | 29.25 | 3.83 | - |
| YUV | 136.35 | 58.39 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 13 | 0 | 0.56 | 0.95 | 0.05 | 24.74 | 0.9 | 0.5 |
| Hex | F1 | 6B | D | 0 | 38 | 5F | 5 | 19 | 5A | 32 |
| Octal | 361 | 153 | 15 | 0 | 70 | 137 | 5 | 31 | 132 | 62 |
| Binary | 11110001 | 1101011 | 1101 | 0 | 111000 | 1011111 | 101 | 11001 | 1011010 | 110010 |
Color Harmonies of #F16B0D
Complementary color
Monochromatic Colors of #F16B0D
Black with #F16B0D
Text Example
Text Example
White with #F16B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16B0D; }
p { color: rgb(241,107,13); }
H1.HeaderClassName
{
color: #F16B0D;
}
.AnyTagClassName
{
color: #F16B0D;
}
</style>
background-color css
<style>
a { background-color: #F16B0D; }
a { background-color: rgb(241,107,13); }
div.DivClassName
{
background-color: #F16B0D;
}
.BgClassName
{
background-color: #F16B0D;
}
</style>
border-color css
<style>
span { border-color: #F16B0D; }
span { border-color: rgb(241,107,13); }
td.TdClassName
{
border-color: #F16B0D;
}
.TagClassName
{
border-color: #F16B0D;
}
</style>