Shades of Mango Tango #F3730A
Tints of Mango Tango #F3730A
RGB
CMYK
RGB Variations
Color information
#F3730A (or 0xF3730A) is known color: Mango Tango. HEX triplet: F3, 73 and 0A. RGB value is (243,115,10). Sum of RGB (Red+Green+Blue) = 243+115+10=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F3730A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3730A is #0C8CF5. Grayscale: #8D8D8D. Windows color (decimal): -822518 or 685043. OLE color: 685043.
HSL color Cylindrical-coordinate representation of color #F3730A: hue angle of 27.04º 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 #F3730A is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 10 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.05 |
| HSL | 27.04º | 0.92% | 0.5% | - |
| HSV(B) | 27.04º | 0.96% | 0.95% | - |
| XYZ | 43.15 | 31.34 | 4.06 | - |
| YUV | 141.3 | 53.91 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 10 | 0 | 0.53 | 0.96 | 0.05 | 27.04 | 0.92 | 0.5 |
| Hex | F3 | 73 | A | 0 | 35 | 60 | 5 | 1B | 5C | 32 |
| Octal | 363 | 163 | 12 | 0 | 65 | 140 | 5 | 33 | 134 | 62 |
| Binary | 11110011 | 1110011 | 1010 | 0 | 110101 | 1100000 | 101 | 11011 | 1011100 | 110010 |
Color Harmonies of #F3730A
Complementary color
Monochromatic Colors of #F3730A
Black with #F3730A
Text Example
Text Example
White with #F3730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3730A; }
p { color: rgb(243,115,10); }
H1.HeaderClassName
{
color: #F3730A;
}
.AnyTagClassName
{
color: #F3730A;
}
</style>
background-color css
<style>
a { background-color: #F3730A; }
a { background-color: rgb(243,115,10); }
div.DivClassName
{
background-color: #F3730A;
}
.BgClassName
{
background-color: #F3730A;
}
</style>
border-color css
<style>
span { border-color: #F3730A; }
span { border-color: rgb(243,115,10); }
td.TdClassName
{
border-color: #F3730A;
}
.TagClassName
{
border-color: #F3730A;
}
</style>