Shades of Tangerine #F68608
Tints of Tangerine #F68608
RGB
CMYK
RGB Variations
Color information
#F68608 (or 0xF68608) is known color: Tangerine. HEX triplet: F6, 86 and 08. RGB value is (246,134,8). Sum of RGB (Red+Green+Blue) = 246+134+8=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 8 (3.52% from 255 or 2.06% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F68608 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68608 is #0979F7. Grayscale: #999999. Windows color (decimal): -621048 or 558838. OLE color: 558838.
HSL color Cylindrical-coordinate representation of color #F68608: hue angle of 31.76º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F68608 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 8 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.04 |
| HSL | 31.76º | 0.94% | 0.5% | - |
| HSV(B) | 31.76º | 0.97% | 0.96% | - |
| XYZ | 46.57 | 36.66 | 4.85 | - |
| YUV | 153.12 | 46.11 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 8 | 0 | 0.46 | 0.97 | 0.04 | 31.76 | 0.94 | 0.5 |
| Hex | F6 | 86 | 8 | 0 | 2E | 61 | 4 | 20 | 5E | 32 |
| Octal | 366 | 206 | 10 | 0 | 56 | 141 | 4 | 40 | 136 | 62 |
| Binary | 11110110 | 10000110 | 1000 | 0 | 101110 | 1100001 | 100 | 100000 | 1011110 | 110010 |
Color Harmonies of #F68608
Complementary color
Monochromatic Colors of #F68608
Black with #F68608
Text Example
Text Example
White with #F68608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68608; }
p { color: rgb(246,134,8); }
H1.HeaderClassName
{
color: #F68608;
}
.AnyTagClassName
{
color: #F68608;
}
</style>
background-color css
<style>
a { background-color: #F68608; }
a { background-color: rgb(246,134,8); }
div.DivClassName
{
background-color: #F68608;
}
.BgClassName
{
background-color: #F68608;
}
</style>
border-color css
<style>
span { border-color: #F68608; }
span { border-color: rgb(246,134,8); }
td.TdClassName
{
border-color: #F68608;
}
.TagClassName
{
border-color: #F68608;
}
</style>