Shades of Mango Tango #F1740C
Tints of Mango Tango #F1740C
RGB
CMYK
RGB Variations
Color information
#F1740C (or 0xF1740C) is known color: Mango Tango. HEX triplet: F1, 74 and 0C. RGB value is (241,116,12). Sum of RGB (Red+Green+Blue) = 241+116+12=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F1740C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1740C is #0E8BF3. Grayscale: #8E8E8E. Windows color (decimal): -953332 or 816369. OLE color: 816369.
HSL color Cylindrical-coordinate representation of color #F1740C: hue angle of 27.25º degrees, saturation: 0.91, 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 #F1740C is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 12 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.05 |
| HSL | 27.25º | 0.91% | 0.5% | - |
| HSV(B) | 27.25º | 0.95% | 0.95% | - |
| XYZ | 42.59 | 31.22 | 4.13 | - |
| YUV | 141.52 | 54.91 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 12 | 0 | 0.52 | 0.95 | 0.05 | 27.25 | 0.91 | 0.5 |
| Hex | F1 | 74 | C | 0 | 34 | 5F | 5 | 1B | 5B | 32 |
| Octal | 361 | 164 | 14 | 0 | 64 | 137 | 5 | 33 | 133 | 62 |
| Binary | 11110001 | 1110100 | 1100 | 0 | 110100 | 1011111 | 101 | 11011 | 1011011 | 110010 |
Color Harmonies of #F1740C
Complementary color
Monochromatic Colors of #F1740C
Black with #F1740C
Text Example
Text Example
White with #F1740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1740C; }
p { color: rgb(241,116,12); }
H1.HeaderClassName
{
color: #F1740C;
}
.AnyTagClassName
{
color: #F1740C;
}
</style>
background-color css
<style>
a { background-color: #F1740C; }
a { background-color: rgb(241,116,12); }
div.DivClassName
{
background-color: #F1740C;
}
.BgClassName
{
background-color: #F1740C;
}
</style>
border-color css
<style>
span { border-color: #F1740C; }
span { border-color: rgb(241,116,12); }
td.TdClassName
{
border-color: #F1740C;
}
.TagClassName
{
border-color: #F1740C;
}
</style>