Shades of Mango Tango #F1730C
Tints of Mango Tango #F1730C
RGB
CMYK
RGB Variations
Color information
#F1730C (or 0xF1730C) is known color: Mango Tango. HEX triplet: F1, 73 and 0C. RGB value is (241,115,12). Sum of RGB (Red+Green+Blue) = 241+115+12=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F1730C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1730C is #0E8CF3. Grayscale: #8D8D8D. Windows color (decimal): -953588 or 816113. OLE color: 816113.
HSL color Cylindrical-coordinate representation of color #F1730C: hue angle of 26.99º 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 #F1730C is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 12 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.05 |
| HSL | 26.99º | 0.91% | 0.5% | - |
| HSV(B) | 26.99º | 0.95% | 0.95% | - |
| XYZ | 42.47 | 30.99 | 4.09 | - |
| YUV | 140.93 | 55.24 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 12 | 0 | 0.52 | 0.95 | 0.05 | 26.99 | 0.91 | 0.5 |
| Hex | F1 | 73 | C | 0 | 34 | 5F | 5 | 1B | 5B | 32 |
| Octal | 361 | 163 | 14 | 0 | 64 | 137 | 5 | 33 | 133 | 62 |
| Binary | 11110001 | 1110011 | 1100 | 0 | 110100 | 1011111 | 101 | 11011 | 1011011 | 110010 |
Color Harmonies of #F1730C
Complementary color
Monochromatic Colors of #F1730C
Black with #F1730C
Text Example
Text Example
White with #F1730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1730C; }
p { color: rgb(241,115,12); }
H1.HeaderClassName
{
color: #F1730C;
}
.AnyTagClassName
{
color: #F1730C;
}
</style>
background-color css
<style>
a { background-color: #F1730C; }
a { background-color: rgb(241,115,12); }
div.DivClassName
{
background-color: #F1730C;
}
.BgClassName
{
background-color: #F1730C;
}
</style>
border-color css
<style>
span { border-color: #F1730C; }
span { border-color: rgb(241,115,12); }
td.TdClassName
{
border-color: #F1730C;
}
.TagClassName
{
border-color: #F1730C;
}
</style>