Shades of Mango Tango #F06B0B
Tints of Mango Tango #F06B0B
RGB
CMYK
RGB Variations
Color information
#F06B0B (or 0xF06B0B) is known color: Mango Tango. HEX triplet: F0, 6B and 0B. RGB value is (240,107,11). Sum of RGB (Red+Green+Blue) = 240+107+11=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06B0B is #0F94F4. Grayscale: #888888. Windows color (decimal): -1021173 or 748528. OLE color: 748528.
HSL color Cylindrical-coordinate representation of color #F06B0B: hue angle of 25.15º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F06B0B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.06 |
| HSL | 25.15º | 0.91% | 0.49% | - |
| HSV(B) | 25.15º | 0.95% | 0.94% | - |
| XYZ | 41.25 | 29.06 | 3.75 | - |
| YUV | 135.82 | 57.56 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 11 | 0 | 0.55 | 0.95 | 0.06 | 25.15 | 0.91 | 0.49 |
| Hex | F0 | 6B | B | 0 | 37 | 5F | 6 | 19 | 5B | 31 |
| Octal | 360 | 153 | 13 | 0 | 67 | 137 | 6 | 31 | 133 | 61 |
| Binary | 11110000 | 1101011 | 1011 | 0 | 110111 | 1011111 | 110 | 11001 | 1011011 | 110001 |
Color Harmonies of #F06B0B
Complementary color
Monochromatic Colors of #F06B0B
Black with #F06B0B
Text Example
Text Example
White with #F06B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06B0B; }
p { color: rgb(240,107,11); }
H1.HeaderClassName
{
color: #F06B0B;
}
.AnyTagClassName
{
color: #F06B0B;
}
</style>
background-color css
<style>
a { background-color: #F06B0B; }
a { background-color: rgb(240,107,11); }
div.DivClassName
{
background-color: #F06B0B;
}
.BgClassName
{
background-color: #F06B0B;
}
</style>
border-color css
<style>
span { border-color: #F06B0B; }
span { border-color: rgb(240,107,11); }
td.TdClassName
{
border-color: #F06B0B;
}
.TagClassName
{
border-color: #F06B0B;
}
</style>