Shades of Tangerine #F6880E
Tints of Tangerine #F6880E
RGB
CMYK
RGB Variations
Color information
#F6880E (or 0xF6880E) is known color: Tangerine. HEX triplet: F6, 88 and 0E. RGB value is (246,136,14). Sum of RGB (Red+Green+Blue) = 246+136+14=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F6880E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6880E is #0977F1. Grayscale: #9B9B9B. Windows color (decimal): -620530 or 952566. OLE color: 952566.
HSL color Cylindrical-coordinate representation of color #F6880E: hue angle of 31.55º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6880E is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 14 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.04 |
| HSL | 31.55º | 0.93% | 0.51% | - |
| HSV(B) | 31.55º | 0.94% | 0.96% | - |
| XYZ | 46.89 | 37.23 | 5.13 | - |
| YUV | 154.98 | 48.44 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 14 | 0 | 0.45 | 0.94 | 0.04 | 31.55 | 0.93 | 0.51 |
| Hex | F6 | 88 | E | 0 | 2D | 5E | 4 | 20 | 5D | 33 |
| Octal | 366 | 210 | 16 | 0 | 55 | 136 | 4 | 40 | 135 | 63 |
| Binary | 11110110 | 10001000 | 1110 | 0 | 101101 | 1011110 | 100 | 100000 | 1011101 | 110011 |
Color Harmonies of #F6880E
Complementary color
Monochromatic Colors of #F6880E
Black with #F6880E
Text Example
Text Example
White with #F6880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6880E; }
p { color: rgb(246,136,14); }
H1.HeaderClassName
{
color: #F6880E;
}
.AnyTagClassName
{
color: #F6880E;
}
</style>
background-color css
<style>
a { background-color: #F6880E; }
a { background-color: rgb(246,136,14); }
div.DivClassName
{
background-color: #F6880E;
}
.BgClassName
{
background-color: #F6880E;
}
</style>
border-color css
<style>
span { border-color: #F6880E; }
span { border-color: rgb(246,136,14); }
td.TdClassName
{
border-color: #F6880E;
}
.TagClassName
{
border-color: #F6880E;
}
</style>