Shades of Tangerine #F68206
Tints of Tangerine #F68206
RGB
CMYK
RGB Variations
Color information
#F68206 (or 0xF68206) is known color: Tangerine. HEX triplet: F6, 82 and 06. RGB value is (246,130,6). Sum of RGB (Red+Green+Blue) = 246+130+6=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 6 (2.73% from 255 or 1.57% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F68206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68206 is #097DF9. Grayscale: #979797. Windows color (decimal): -622074 or 426742. OLE color: 426742.
HSL color Cylindrical-coordinate representation of color #F68206: hue angle of 31º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F68206 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 6 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.04 |
| HSL | 31º | 0.95% | 0.49% | - |
| HSV(B) | 31º | 0.98% | 0.96% | - |
| XYZ | 46.02 | 35.57 | 4.61 | - |
| YUV | 150.55 | 46.43 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 6 | 0 | 0.47 | 0.98 | 0.04 | 31 | 0.95 | 0.49 |
| Hex | F6 | 82 | 6 | 0 | 2F | 62 | 4 | 1F | 5F | 31 |
| Octal | 366 | 202 | 6 | 0 | 57 | 142 | 4 | 37 | 137 | 61 |
| Binary | 11110110 | 10000010 | 110 | 0 | 101111 | 1100010 | 100 | 11111 | 1011111 | 110001 |
Color Harmonies of #F68206
Complementary color
Monochromatic Colors of #F68206
Black with #F68206
Text Example
Text Example
White with #F68206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68206; }
p { color: rgb(246,130,6); }
H1.HeaderClassName
{
color: #F68206;
}
.AnyTagClassName
{
color: #F68206;
}
</style>
background-color css
<style>
a { background-color: #F68206; }
a { background-color: rgb(246,130,6); }
div.DivClassName
{
background-color: #F68206;
}
.BgClassName
{
background-color: #F68206;
}
</style>
border-color css
<style>
span { border-color: #F68206; }
span { border-color: rgb(246,130,6); }
td.TdClassName
{
border-color: #F68206;
}
.TagClassName
{
border-color: #F68206;
}
</style>