Shades of Mango Tango #F26F00
Tints of Mango Tango #F26F00
RGB
CMYK
RGB Variations
Color information
#F26F00 (or 0xF26F00) is known color: Mango Tango. HEX triplet: F2, 6F and 00. RGB value is (242,111,0). Sum of RGB (Red+Green+Blue) = 242+111+0=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26F00 is #0D90FF. Grayscale: #8A8A8A. Windows color (decimal): -889088 or 28658. OLE color: 28658.
HSL color Cylindrical-coordinate representation of color #F26F00: hue angle of 27.52º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F26F00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.05 |
| HSL | 27.52º | 1% | 0.47% | - |
| HSV(B) | 27.52º | 1% | 0.95% | - |
| XYZ | 42.3 | 30.25 | 3.61 | - |
| YUV | 137.52 | 50.4 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 0 | 0 | 0.54 | 1 | 0.05 | 27.52 | 1 | 0.47 |
| Hex | F2 | 6F | 0 | 0 | 36 | 64 | 5 | 1C | 64 | 2F |
| Octal | 362 | 157 | 0 | 0 | 66 | 144 | 5 | 34 | 144 | 57 |
| Binary | 11110010 | 1101111 | 0 | 0 | 110110 | 1100100 | 101 | 11100 | 1100100 | 101111 |
Color Harmonies of #F26F00
Complementary color
Monochromatic Colors of #F26F00
Black with #F26F00
Text Example
Text Example
White with #F26F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F00; }
p { color: rgb(242,111,0); }
H1.HeaderClassName
{
color: #F26F00;
}
.AnyTagClassName
{
color: #F26F00;
}
</style>
background-color css
<style>
a { background-color: #F26F00; }
a { background-color: rgb(242,111,0); }
div.DivClassName
{
background-color: #F26F00;
}
.BgClassName
{
background-color: #F26F00;
}
</style>
border-color css
<style>
span { border-color: #F26F00; }
span { border-color: rgb(242,111,0); }
td.TdClassName
{
border-color: #F26F00;
}
.TagClassName
{
border-color: #F26F00;
}
</style>