Shades of Mango Tango #F36F00
Tints of Mango Tango #F36F00
RGB
CMYK
RGB Variations
Color information
#F36F00 (or 0xF36F00) is known color: Mango Tango. HEX triplet: F3, 6F and 00. RGB value is (243,111,0). Sum of RGB (Red+Green+Blue) = 243+111+0=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F36F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36F00 is #0C90FF. Grayscale: #8A8A8A. Windows color (decimal): -823552 or 28659. OLE color: 28659.
HSL color Cylindrical-coordinate representation of color #F36F00: hue angle of 27.41º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F36F00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.05 |
| HSL | 27.41º | 1% | 0.48% | - |
| HSV(B) | 27.41º | 1% | 0.95% | - |
| XYZ | 42.65 | 30.42 | 3.62 | - |
| YUV | 137.81 | 50.23 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 0 | 0 | 0.54 | 1 | 0.05 | 27.41 | 1 | 0.48 |
| Hex | F3 | 6F | 0 | 0 | 36 | 64 | 5 | 1B | 64 | 30 |
| Octal | 363 | 157 | 0 | 0 | 66 | 144 | 5 | 33 | 144 | 60 |
| Binary | 11110011 | 1101111 | 0 | 0 | 110110 | 1100100 | 101 | 11011 | 1100100 | 110000 |
Color Harmonies of #F36F00
Complementary color
Monochromatic Colors of #F36F00
Black with #F36F00
Text Example
Text Example
White with #F36F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36F00; }
p { color: rgb(243,111,0); }
H1.HeaderClassName
{
color: #F36F00;
}
.AnyTagClassName
{
color: #F36F00;
}
</style>
background-color css
<style>
a { background-color: #F36F00; }
a { background-color: rgb(243,111,0); }
div.DivClassName
{
background-color: #F36F00;
}
.BgClassName
{
background-color: #F36F00;
}
</style>
border-color css
<style>
span { border-color: #F36F00; }
span { border-color: rgb(243,111,0); }
td.TdClassName
{
border-color: #F36F00;
}
.TagClassName
{
border-color: #F36F00;
}
</style>