Shades of Mango Tango #F06C0B
Tints of Mango Tango #F06C0B
RGB
CMYK
RGB Variations
Color information
#F06C0B (or 0xF06C0B) is known color: Mango Tango. HEX triplet: F0, 6C and 0B. RGB value is (240,108,11). Sum of RGB (Red+Green+Blue) = 240+108+11=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06C0B is #0F93F4. Grayscale: #888888. Windows color (decimal): -1020917 or 748784. OLE color: 748784.
HSL color Cylindrical-coordinate representation of color #F06C0B: hue angle of 25.41º 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 #F06C0B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.06 |
| HSL | 25.41º | 0.91% | 0.49% | - |
| HSV(B) | 25.41º | 0.95% | 0.94% | - |
| XYZ | 41.36 | 29.27 | 3.79 | - |
| YUV | 136.41 | 57.23 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 11 | 0 | 0.55 | 0.95 | 0.06 | 25.41 | 0.91 | 0.49 |
| Hex | F0 | 6C | B | 0 | 37 | 5F | 6 | 19 | 5B | 31 |
| Octal | 360 | 154 | 13 | 0 | 67 | 137 | 6 | 31 | 133 | 61 |
| Binary | 11110000 | 1101100 | 1011 | 0 | 110111 | 1011111 | 110 | 11001 | 1011011 | 110001 |
Color Harmonies of #F06C0B
Complementary color
Monochromatic Colors of #F06C0B
Black with #F06C0B
Text Example
Text Example
White with #F06C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C0B; }
p { color: rgb(240,108,11); }
H1.HeaderClassName
{
color: #F06C0B;
}
.AnyTagClassName
{
color: #F06C0B;
}
</style>
background-color css
<style>
a { background-color: #F06C0B; }
a { background-color: rgb(240,108,11); }
div.DivClassName
{
background-color: #F06C0B;
}
.BgClassName
{
background-color: #F06C0B;
}
</style>
border-color css
<style>
span { border-color: #F06C0B; }
span { border-color: rgb(240,108,11); }
td.TdClassName
{
border-color: #F06C0B;
}
.TagClassName
{
border-color: #F06C0B;
}
</style>