Shades of Tangerine #F68408
Tints of Tangerine #F68408
RGB
CMYK
RGB Variations
Color information
#F68408 (or 0xF68408) is known color: Tangerine. HEX triplet: F6, 84 and 08. RGB value is (246,132,8). Sum of RGB (Red+Green+Blue) = 246+132+8=386 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.73% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 246 - color contains mainly: red. Hex color #F68408 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68408 is #097BF7. Grayscale: #989898. Windows color (decimal): -621560 or 558326. OLE color: 558326.
HSL color Cylindrical-coordinate representation of color #F68408: hue angle of 31.26º 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 #F68408 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 8 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.04 |
| HSL | 31.26º | 0.94% | 0.5% | - |
| HSV(B) | 31.26º | 0.97% | 0.96% | - |
| XYZ | 46.3 | 36.11 | 4.76 | - |
| YUV | 151.95 | 46.77 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 8 | 0 | 0.46 | 0.97 | 0.04 | 31.26 | 0.94 | 0.5 |
| Hex | F6 | 84 | 8 | 0 | 2E | 61 | 4 | 1F | 5E | 32 |
| Octal | 366 | 204 | 10 | 0 | 56 | 141 | 4 | 37 | 136 | 62 |
| Binary | 11110110 | 10000100 | 1000 | 0 | 101110 | 1100001 | 100 | 11111 | 1011110 | 110010 |
Color Harmonies of #F68408
Complementary color
Monochromatic Colors of #F68408
Black with #F68408
Text Example
Text Example
White with #F68408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68408; }
p { color: rgb(246,132,8); }
H1.HeaderClassName
{
color: #F68408;
}
.AnyTagClassName
{
color: #F68408;
}
</style>
background-color css
<style>
a { background-color: #F68408; }
a { background-color: rgb(246,132,8); }
div.DivClassName
{
background-color: #F68408;
}
.BgClassName
{
background-color: #F68408;
}
</style>
border-color css
<style>
span { border-color: #F68408; }
span { border-color: rgb(246,132,8); }
td.TdClassName
{
border-color: #F68408;
}
.TagClassName
{
border-color: #F68408;
}
</style>