Shades of Mango Tango #F1710D
Tints of Mango Tango #F1710D
RGB
CMYK
RGB Variations
Color information
#F1710D (or 0xF1710D) is known color: Mango Tango. HEX triplet: F1, 71 and 0D. RGB value is (241,113,13). Sum of RGB (Red+Green+Blue) = 241+113+13=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F1710D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1710D is #0E8EF2. Grayscale: #8C8C8C. Windows color (decimal): -954099 or 881137. OLE color: 881137.
HSL color Cylindrical-coordinate representation of color #F1710D: hue angle of 26.32º 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 #F1710D is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 13 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.05 |
| HSL | 26.32º | 0.9% | 0.5% | - |
| HSV(B) | 26.32º | 0.95% | 0.95% | - |
| XYZ | 42.25 | 30.54 | 4.05 | - |
| YUV | 139.87 | 56.41 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 13 | 0 | 0.53 | 0.95 | 0.05 | 26.32 | 0.9 | 0.5 |
| Hex | F1 | 71 | D | 0 | 35 | 5F | 5 | 1A | 5A | 32 |
| Octal | 361 | 161 | 15 | 0 | 65 | 137 | 5 | 32 | 132 | 62 |
| Binary | 11110001 | 1110001 | 1101 | 0 | 110101 | 1011111 | 101 | 11010 | 1011010 | 110010 |
Color Harmonies of #F1710D
Complementary color
Monochromatic Colors of #F1710D
Black with #F1710D
Text Example
Text Example
White with #F1710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1710D; }
p { color: rgb(241,113,13); }
H1.HeaderClassName
{
color: #F1710D;
}
.AnyTagClassName
{
color: #F1710D;
}
</style>
background-color css
<style>
a { background-color: #F1710D; }
a { background-color: rgb(241,113,13); }
div.DivClassName
{
background-color: #F1710D;
}
.BgClassName
{
background-color: #F1710D;
}
</style>
border-color css
<style>
span { border-color: #F1710D; }
span { border-color: rgb(241,113,13); }
td.TdClassName
{
border-color: #F1710D;
}
.TagClassName
{
border-color: #F1710D;
}
</style>