Shades of Mango Tango #F3700B
Tints of Mango Tango #F3700B
RGB
CMYK
RGB Variations
Color information
#F3700B (or 0xF3700B) is known color: Mango Tango. HEX triplet: F3, 70 and 0B. RGB value is (243,112,11). Sum of RGB (Red+Green+Blue) = 243+112+11=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F3700B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3700B is #0C8FF4. Grayscale: #8C8C8C. Windows color (decimal): -823285 or 749811. OLE color: 749811.
HSL color Cylindrical-coordinate representation of color #F3700B: hue angle of 26.12º 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 #F3700B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 11 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.05 |
| HSL | 26.12º | 0.91% | 0.5% | - |
| HSV(B) | 26.12º | 0.95% | 0.95% | - |
| XYZ | 42.82 | 30.67 | 3.98 | - |
| YUV | 139.66 | 55.4 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 11 | 0 | 0.54 | 0.95 | 0.05 | 26.12 | 0.91 | 0.5 |
| Hex | F3 | 70 | B | 0 | 36 | 5F | 5 | 1A | 5B | 32 |
| Octal | 363 | 160 | 13 | 0 | 66 | 137 | 5 | 32 | 133 | 62 |
| Binary | 11110011 | 1110000 | 1011 | 0 | 110110 | 1011111 | 101 | 11010 | 1011011 | 110010 |
Color Harmonies of #F3700B
Complementary color
Monochromatic Colors of #F3700B
Black with #F3700B
Text Example
Text Example
White with #F3700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3700B; }
p { color: rgb(243,112,11); }
H1.HeaderClassName
{
color: #F3700B;
}
.AnyTagClassName
{
color: #F3700B;
}
</style>
background-color css
<style>
a { background-color: #F3700B; }
a { background-color: rgb(243,112,11); }
div.DivClassName
{
background-color: #F3700B;
}
.BgClassName
{
background-color: #F3700B;
}
</style>
border-color css
<style>
span { border-color: #F3700B; }
span { border-color: rgb(243,112,11); }
td.TdClassName
{
border-color: #F3700B;
}
.TagClassName
{
border-color: #F3700B;
}
</style>