Shades of Mango Tango #F07308
Tints of Mango Tango #F07308
RGB
CMYK
RGB Variations
Color information
#F07308 (or 0xF07308) is known color: Mango Tango. HEX triplet: F0, 73 and 08. RGB value is (240,115,8). Sum of RGB (Red+Green+Blue) = 240+115+8=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F07308 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07308 is #0F8CF7. Grayscale: #8C8C8C. Windows color (decimal): -1019128 or 553968. OLE color: 553968.
HSL color Cylindrical-coordinate representation of color #F07308: hue angle of 27.67º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F07308 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 8 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.06 |
| HSL | 27.67º | 0.94% | 0.49% | - |
| HSV(B) | 27.67º | 0.97% | 0.94% | - |
| XYZ | 42.11 | 30.8 | 3.96 | - |
| YUV | 140.18 | 53.41 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 8 | 0 | 0.52 | 0.97 | 0.06 | 27.67 | 0.94 | 0.49 |
| Hex | F0 | 73 | 8 | 0 | 34 | 61 | 6 | 1C | 5E | 31 |
| Octal | 360 | 163 | 10 | 0 | 64 | 141 | 6 | 34 | 136 | 61 |
| Binary | 11110000 | 1110011 | 1000 | 0 | 110100 | 1100001 | 110 | 11100 | 1011110 | 110001 |
Color Harmonies of #F07308
Complementary color
Monochromatic Colors of #F07308
Black with #F07308
Text Example
Text Example
White with #F07308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07308; }
p { color: rgb(240,115,8); }
H1.HeaderClassName
{
color: #F07308;
}
.AnyTagClassName
{
color: #F07308;
}
</style>
background-color css
<style>
a { background-color: #F07308; }
a { background-color: rgb(240,115,8); }
div.DivClassName
{
background-color: #F07308;
}
.BgClassName
{
background-color: #F07308;
}
</style>
border-color css
<style>
span { border-color: #F07308; }
span { border-color: rgb(240,115,8); }
td.TdClassName
{
border-color: #F07308;
}
.TagClassName
{
border-color: #F07308;
}
</style>