Shades of Mango Tango #F3740A
Tints of Mango Tango #F3740A
RGB
CMYK
RGB Variations
Color information
#F3740A (or 0xF3740A) is known color: Mango Tango. HEX triplet: F3, 74 and 0A. RGB value is (243,116,10). Sum of RGB (Red+Green+Blue) = 243+116+10=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F3740A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3740A is #0C8BF5. Grayscale: #8E8E8E. Windows color (decimal): -822262 or 685299. OLE color: 685299.
HSL color Cylindrical-coordinate representation of color #F3740A: hue angle of 27.3º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3740A is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 10 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.05 |
| HSL | 27.3º | 0.92% | 0.5% | - |
| HSV(B) | 27.3º | 0.96% | 0.95% | - |
| XYZ | 43.26 | 31.57 | 4.1 | - |
| YUV | 141.89 | 53.58 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 10 | 0 | 0.52 | 0.96 | 0.05 | 27.3 | 0.92 | 0.5 |
| Hex | F3 | 74 | A | 0 | 34 | 60 | 5 | 1B | 5C | 32 |
| Octal | 363 | 164 | 12 | 0 | 64 | 140 | 5 | 33 | 134 | 62 |
| Binary | 11110011 | 1110100 | 1010 | 0 | 110100 | 1100000 | 101 | 11011 | 1011100 | 110010 |
Color Harmonies of #F3740A
Complementary color
Monochromatic Colors of #F3740A
Black with #F3740A
Text Example
Text Example
White with #F3740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3740A; }
p { color: rgb(243,116,10); }
H1.HeaderClassName
{
color: #F3740A;
}
.AnyTagClassName
{
color: #F3740A;
}
</style>
background-color css
<style>
a { background-color: #F3740A; }
a { background-color: rgb(243,116,10); }
div.DivClassName
{
background-color: #F3740A;
}
.BgClassName
{
background-color: #F3740A;
}
</style>
border-color css
<style>
span { border-color: #F3740A; }
span { border-color: rgb(243,116,10); }
td.TdClassName
{
border-color: #F3740A;
}
.TagClassName
{
border-color: #F3740A;
}
</style>