Shades of Mango Tango #F1710B
Tints of Mango Tango #F1710B
RGB
CMYK
RGB Variations
Color information
#F1710B (or 0xF1710B) is known color: Mango Tango. HEX triplet: F1, 71 and 0B. RGB value is (241,113,11). Sum of RGB (Red+Green+Blue) = 241+113+11=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F1710B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1710B is #0E8EF4. Grayscale: #8C8C8C. Windows color (decimal): -954101 or 750065. OLE color: 750065.
HSL color Cylindrical-coordinate representation of color #F1710B: hue angle of 26.61º 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 #F1710B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 11 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.05 |
| HSL | 26.61º | 0.91% | 0.49% | - |
| HSV(B) | 26.61º | 0.95% | 0.95% | - |
| XYZ | 42.24 | 30.54 | 3.98 | - |
| YUV | 139.64 | 55.41 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 11 | 0 | 0.53 | 0.95 | 0.05 | 26.61 | 0.91 | 0.49 |
| Hex | F1 | 71 | B | 0 | 35 | 5F | 5 | 1B | 5B | 31 |
| Octal | 361 | 161 | 13 | 0 | 65 | 137 | 5 | 33 | 133 | 61 |
| Binary | 11110001 | 1110001 | 1011 | 0 | 110101 | 1011111 | 101 | 11011 | 1011011 | 110001 |
Color Harmonies of #F1710B
Complementary color
Monochromatic Colors of #F1710B
Black with #F1710B
Text Example
Text Example
White with #F1710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1710B; }
p { color: rgb(241,113,11); }
H1.HeaderClassName
{
color: #F1710B;
}
.AnyTagClassName
{
color: #F1710B;
}
</style>
background-color css
<style>
a { background-color: #F1710B; }
a { background-color: rgb(241,113,11); }
div.DivClassName
{
background-color: #F1710B;
}
.BgClassName
{
background-color: #F1710B;
}
</style>
border-color css
<style>
span { border-color: #F1710B; }
span { border-color: rgb(241,113,11); }
td.TdClassName
{
border-color: #F1710B;
}
.TagClassName
{
border-color: #F1710B;
}
</style>