Shades of Tangerine #F6870A
Tints of Tangerine #F6870A
RGB
CMYK
RGB Variations
Color information
#F6870A (or 0xF6870A) is known color: Tangerine. HEX triplet: F6, 87 and 0A. RGB value is (246,135,10). Sum of RGB (Red+Green+Blue) = 246+135+10=391 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.92% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 246 - color contains mainly: red. Hex color #F6870A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6870A is #0978F5. Grayscale: #9A9A9A. Windows color (decimal): -620790 or 690166. OLE color: 690166.
HSL color Cylindrical-coordinate representation of color #F6870A: hue angle of 31.78º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6870A is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 135 | 10 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.04 |
| HSL | 31.78º | 0.93% | 0.5% | - |
| HSV(B) | 31.78º | 0.96% | 0.96% | - |
| XYZ | 46.72 | 36.94 | 4.96 | - |
| YUV | 153.94 | 46.77 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 135 | 10 | 0 | 0.45 | 0.96 | 0.04 | 31.78 | 0.93 | 0.5 |
| Hex | F6 | 87 | A | 0 | 2D | 60 | 4 | 20 | 5D | 32 |
| Octal | 366 | 207 | 12 | 0 | 55 | 140 | 4 | 40 | 135 | 62 |
| Binary | 11110110 | 10000111 | 1010 | 0 | 101101 | 1100000 | 100 | 100000 | 1011101 | 110010 |
Color Harmonies of #F6870A
Complementary color
Monochromatic Colors of #F6870A
Black with #F6870A
Text Example
Text Example
White with #F6870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6870A; }
p { color: rgb(246,135,10); }
H1.HeaderClassName
{
color: #F6870A;
}
.AnyTagClassName
{
color: #F6870A;
}
</style>
background-color css
<style>
a { background-color: #F6870A; }
a { background-color: rgb(246,135,10); }
div.DivClassName
{
background-color: #F6870A;
}
.BgClassName
{
background-color: #F6870A;
}
</style>
border-color css
<style>
span { border-color: #F6870A; }
span { border-color: rgb(246,135,10); }
td.TdClassName
{
border-color: #F6870A;
}
.TagClassName
{
border-color: #F6870A;
}
</style>