Shades of Mango Tango #F37400
Tints of Mango Tango #F37400
RGB
CMYK
RGB Variations
Color information
#F37400 (or 0xF37400) is known color: Mango Tango. HEX triplet: F3, 74 and 00. RGB value is (243,116,0). Sum of RGB (Red+Green+Blue) = 243+116+0=359 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.69% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 243 - color contains mainly: red. Hex color #F37400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37400 is #0C8BFF. Grayscale: #8D8D8D. Windows color (decimal): -822272 or 29939. OLE color: 29939.
HSL color Cylindrical-coordinate representation of color #F37400: hue angle of 28.64º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F37400 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.05 |
| HSL | 28.64º | 1% | 0.48% | - |
| HSV(B) | 28.64º | 1% | 0.95% | - |
| XYZ | 43.21 | 31.55 | 3.81 | - |
| YUV | 140.75 | 48.58 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 0 | 0 | 0.52 | 1 | 0.05 | 28.64 | 1 | 0.48 |
| Hex | F3 | 74 | 0 | 0 | 34 | 64 | 5 | 1D | 64 | 30 |
| Octal | 363 | 164 | 0 | 0 | 64 | 144 | 5 | 35 | 144 | 60 |
| Binary | 11110011 | 1110100 | 0 | 0 | 110100 | 1100100 | 101 | 11101 | 1100100 | 110000 |
Color Harmonies of #F37400
Complementary color
Monochromatic Colors of #F37400
Black with #F37400
Text Example
Text Example
White with #F37400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37400; }
p { color: rgb(243,116,0); }
H1.HeaderClassName
{
color: #F37400;
}
.AnyTagClassName
{
color: #F37400;
}
</style>
background-color css
<style>
a { background-color: #F37400; }
a { background-color: rgb(243,116,0); }
div.DivClassName
{
background-color: #F37400;
}
.BgClassName
{
background-color: #F37400;
}
</style>
border-color css
<style>
span { border-color: #F37400; }
span { border-color: rgb(243,116,0); }
td.TdClassName
{
border-color: #F37400;
}
.TagClassName
{
border-color: #F37400;
}
</style>