Shades of Mango Tango #F3770A
Tints of Mango Tango #F3770A
RGB
CMYK
RGB Variations
Color information
#F3770A (or 0xF3770A) is known color: Mango Tango. HEX triplet: F3, 77 and 0A. RGB value is (243,119,10). Sum of RGB (Red+Green+Blue) = 243+119+10=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F3770A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3770A is #0C88F5. Grayscale: #909090. Windows color (decimal): -821494 or 686067. OLE color: 686067.
HSL color Cylindrical-coordinate representation of color #F3770A: hue angle of 28.07º 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 #F3770A is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 119 | 10 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.05 |
| HSL | 28.07º | 0.92% | 0.5% | - |
| HSV(B) | 28.07º | 0.96% | 0.95% | - |
| XYZ | 43.61 | 32.27 | 4.22 | - |
| YUV | 143.65 | 52.58 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 119 | 10 | 0 | 0.51 | 0.96 | 0.05 | 28.07 | 0.92 | 0.5 |
| Hex | F3 | 77 | A | 0 | 33 | 60 | 5 | 1C | 5C | 32 |
| Octal | 363 | 167 | 12 | 0 | 63 | 140 | 5 | 34 | 134 | 62 |
| Binary | 11110011 | 1110111 | 1010 | 0 | 110011 | 1100000 | 101 | 11100 | 1011100 | 110010 |
Color Harmonies of #F3770A
Complementary color
Monochromatic Colors of #F3770A
Black with #F3770A
Text Example
Text Example
White with #F3770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3770A; }
p { color: rgb(243,119,10); }
H1.HeaderClassName
{
color: #F3770A;
}
.AnyTagClassName
{
color: #F3770A;
}
</style>
background-color css
<style>
a { background-color: #F3770A; }
a { background-color: rgb(243,119,10); }
div.DivClassName
{
background-color: #F3770A;
}
.BgClassName
{
background-color: #F3770A;
}
</style>
border-color css
<style>
span { border-color: #F3770A; }
span { border-color: rgb(243,119,10); }
td.TdClassName
{
border-color: #F3770A;
}
.TagClassName
{
border-color: #F3770A;
}
</style>