Shades of Mango Tango #F26B00
Tints of Mango Tango #F26B00
RGB
CMYK
RGB Variations
Color information
#F26B00 (or 0xF26B00) is known color: Mango Tango. HEX triplet: F2, 6B and 00. RGB value is (242,107,0). Sum of RGB (Red+Green+Blue) = 242+107+0=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26B00 is #0D94FF. Grayscale: #878787. Windows color (decimal): -890112 or 27634. OLE color: 27634.
HSL color Cylindrical-coordinate representation of color #F26B00: hue angle of 26.53º 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 #F26B00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 107 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.05 |
| HSL | 26.53º | 1% | 0.47% | - |
| HSV(B) | 26.53º | 1% | 0.95% | - |
| XYZ | 41.88 | 29.39 | 3.47 | - |
| YUV | 135.17 | 51.73 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 107 | 0 | 0 | 0.56 | 1 | 0.05 | 26.53 | 1 | 0.47 |
| Hex | F2 | 6B | 0 | 0 | 38 | 64 | 5 | 1B | 64 | 2F |
| Octal | 362 | 153 | 0 | 0 | 70 | 144 | 5 | 33 | 144 | 57 |
| Binary | 11110010 | 1101011 | 0 | 0 | 111000 | 1100100 | 101 | 11011 | 1100100 | 101111 |
Color Harmonies of #F26B00
Complementary color
Monochromatic Colors of #F26B00
Black with #F26B00
Text Example
Text Example
White with #F26B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26B00; }
p { color: rgb(242,107,0); }
H1.HeaderClassName
{
color: #F26B00;
}
.AnyTagClassName
{
color: #F26B00;
}
</style>
background-color css
<style>
a { background-color: #F26B00; }
a { background-color: rgb(242,107,0); }
div.DivClassName
{
background-color: #F26B00;
}
.BgClassName
{
background-color: #F26B00;
}
</style>
border-color css
<style>
span { border-color: #F26B00; }
span { border-color: rgb(242,107,0); }
td.TdClassName
{
border-color: #F26B00;
}
.TagClassName
{
border-color: #F26B00;
}
</style>