Shades of Tangerine #F6850E
Tints of Tangerine #F6850E
RGB
CMYK
RGB Variations
Color information
#F6850E (or 0xF6850E) is known color: Tangerine. HEX triplet: F6, 85 and 0E. RGB value is (246,133,14). Sum of RGB (Red+Green+Blue) = 246+133+14=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F6850E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6850E is #097AF1. Grayscale: #999999. Windows color (decimal): -621298 or 951798. OLE color: 951798.
HSL color Cylindrical-coordinate representation of color #F6850E: hue angle of 30.78º 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 #F6850E is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 14 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.04 |
| HSL | 30.78º | 0.93% | 0.51% | - |
| HSV(B) | 30.78º | 0.94% | 0.96% | - |
| XYZ | 46.47 | 36.4 | 4.99 | - |
| YUV | 153.22 | 49.44 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 14 | 0 | 0.46 | 0.94 | 0.04 | 30.78 | 0.93 | 0.51 |
| Hex | F6 | 85 | E | 0 | 2E | 5E | 4 | 1F | 5D | 33 |
| Octal | 366 | 205 | 16 | 0 | 56 | 136 | 4 | 37 | 135 | 63 |
| Binary | 11110110 | 10000101 | 1110 | 0 | 101110 | 1011110 | 100 | 11111 | 1011101 | 110011 |
Color Harmonies of #F6850E
Complementary color
Monochromatic Colors of #F6850E
Black with #F6850E
Text Example
Text Example
White with #F6850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6850E; }
p { color: rgb(246,133,14); }
H1.HeaderClassName
{
color: #F6850E;
}
.AnyTagClassName
{
color: #F6850E;
}
</style>
background-color css
<style>
a { background-color: #F6850E; }
a { background-color: rgb(246,133,14); }
div.DivClassName
{
background-color: #F6850E;
}
.BgClassName
{
background-color: #F6850E;
}
</style>
border-color css
<style>
span { border-color: #F6850E; }
span { border-color: rgb(246,133,14); }
td.TdClassName
{
border-color: #F6850E;
}
.TagClassName
{
border-color: #F6850E;
}
</style>