Shades of Tangerine #F68B0E
Tints of Tangerine #F68B0E
RGB
CMYK
RGB Variations
Color information
#F68B0E (or 0xF68B0E) is known color: Tangerine. HEX triplet: F6, 8B and 0E. RGB value is (246,139,14). Sum of RGB (Red+Green+Blue) = 246+139+14=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F68B0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68B0E is #0974F1. Grayscale: #9D9D9D. Windows color (decimal): -619762 or 953334. OLE color: 953334.
HSL color Cylindrical-coordinate representation of color #F68B0E: hue angle of 32.33º 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 #F68B0E is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 14 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.04 |
| HSL | 32.33º | 0.93% | 0.51% | - |
| HSV(B) | 32.33º | 0.94% | 0.96% | - |
| XYZ | 47.32 | 38.09 | 5.27 | - |
| YUV | 156.74 | 47.45 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 14 | 0 | 0.43 | 0.94 | 0.04 | 32.33 | 0.93 | 0.51 |
| Hex | F6 | 8B | E | 0 | 2B | 5E | 4 | 20 | 5D | 33 |
| Octal | 366 | 213 | 16 | 0 | 53 | 136 | 4 | 40 | 135 | 63 |
| Binary | 11110110 | 10001011 | 1110 | 0 | 101011 | 1011110 | 100 | 100000 | 1011101 | 110011 |
Color Harmonies of #F68B0E
Complementary color
Monochromatic Colors of #F68B0E
Black with #F68B0E
Text Example
Text Example
White with #F68B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68B0E; }
p { color: rgb(246,139,14); }
H1.HeaderClassName
{
color: #F68B0E;
}
.AnyTagClassName
{
color: #F68B0E;
}
</style>
background-color css
<style>
a { background-color: #F68B0E; }
a { background-color: rgb(246,139,14); }
div.DivClassName
{
background-color: #F68B0E;
}
.BgClassName
{
background-color: #F68B0E;
}
</style>
border-color css
<style>
span { border-color: #F68B0E; }
span { border-color: rgb(246,139,14); }
td.TdClassName
{
border-color: #F68B0E;
}
.TagClassName
{
border-color: #F68B0E;
}
</style>