Shades of Mango Tango #F3710C
Tints of Mango Tango #F3710C
RGB
CMYK
RGB Variations
Color information
#F3710C (or 0xF3710C) is known color: Mango Tango. HEX triplet: F3, 71 and 0C. RGB value is (243,113,12). Sum of RGB (Red+Green+Blue) = 243+113+12=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F3710C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3710C is #0C8EF3. Grayscale: #8C8C8C. Windows color (decimal): -823028 or 815603. OLE color: 815603.
HSL color Cylindrical-coordinate representation of color #F3710C: hue angle of 26.23º 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 #F3710C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 113 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.05 |
| HSL | 26.23º | 0.91% | 0.5% | - |
| HSV(B) | 26.23º | 0.95% | 0.95% | - |
| XYZ | 42.93 | 30.89 | 4.05 | - |
| YUV | 140.36 | 55.57 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 113 | 12 | 0 | 0.53 | 0.95 | 0.05 | 26.23 | 0.91 | 0.5 |
| Hex | F3 | 71 | C | 0 | 35 | 5F | 5 | 1A | 5B | 32 |
| Octal | 363 | 161 | 14 | 0 | 65 | 137 | 5 | 32 | 133 | 62 |
| Binary | 11110011 | 1110001 | 1100 | 0 | 110101 | 1011111 | 101 | 11010 | 1011011 | 110010 |
Color Harmonies of #F3710C
Complementary color
Monochromatic Colors of #F3710C
Black with #F3710C
Text Example
Text Example
White with #F3710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3710C; }
p { color: rgb(243,113,12); }
H1.HeaderClassName
{
color: #F3710C;
}
.AnyTagClassName
{
color: #F3710C;
}
</style>
background-color css
<style>
a { background-color: #F3710C; }
a { background-color: rgb(243,113,12); }
div.DivClassName
{
background-color: #F3710C;
}
.BgClassName
{
background-color: #F3710C;
}
</style>
border-color css
<style>
span { border-color: #F3710C; }
span { border-color: rgb(243,113,12); }
td.TdClassName
{
border-color: #F3710C;
}
.TagClassName
{
border-color: #F3710C;
}
</style>