Shades of Tangerine #F6850A
Tints of Tangerine #F6850A
RGB
CMYK
RGB Variations
Color information
#F6850A (or 0xF6850A) is known color: Tangerine. HEX triplet: F6, 85 and 0A. RGB value is (246,133,10). Sum of RGB (Red+Green+Blue) = 246+133+10=389 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.24% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 246 - color contains mainly: red. Hex color #F6850A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6850A is #097AF5. Grayscale: #999999. Windows color (decimal): -621302 or 689654. OLE color: 689654.
HSL color Cylindrical-coordinate representation of color #F6850A: hue angle of 31.27º 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 #F6850A is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 10 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.04 |
| HSL | 31.27º | 0.93% | 0.5% | - |
| HSV(B) | 31.27º | 0.96% | 0.96% | - |
| XYZ | 46.45 | 36.39 | 4.86 | - |
| YUV | 152.77 | 47.44 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 10 | 0 | 0.46 | 0.96 | 0.04 | 31.27 | 0.93 | 0.5 |
| Hex | F6 | 85 | A | 0 | 2E | 60 | 4 | 1F | 5D | 32 |
| Octal | 366 | 205 | 12 | 0 | 56 | 140 | 4 | 37 | 135 | 62 |
| Binary | 11110110 | 10000101 | 1010 | 0 | 101110 | 1100000 | 100 | 11111 | 1011101 | 110010 |
Color Harmonies of #F6850A
Complementary color
Monochromatic Colors of #F6850A
Black with #F6850A
Text Example
Text Example
White with #F6850A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6850A; }
p { color: rgb(246,133,10); }
H1.HeaderClassName
{
color: #F6850A;
}
.AnyTagClassName
{
color: #F6850A;
}
</style>
background-color css
<style>
a { background-color: #F6850A; }
a { background-color: rgb(246,133,10); }
div.DivClassName
{
background-color: #F6850A;
}
.BgClassName
{
background-color: #F6850A;
}
</style>
border-color css
<style>
span { border-color: #F6850A; }
span { border-color: rgb(246,133,10); }
td.TdClassName
{
border-color: #F6850A;
}
.TagClassName
{
border-color: #F6850A;
}
</style>