Shades of Dark Tangerine #F6A616
Tints of Dark Tangerine #F6A616
RGB
CMYK
RGB Variations
Color information
#F6A616 (or 0xF6A616) is known color: Dark Tangerine. HEX triplet: F6, A6 and 16. RGB value is (246,166,22). Sum of RGB (Red+Green+Blue) = 246+166+22=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A616 is #0959E9. Grayscale: #AEAEAE. Windows color (decimal): -612842 or 1484534. OLE color: 1484534.
HSL color Cylindrical-coordinate representation of color #F6A616: hue angle of 38.57º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6A616 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 166 | 22 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.04 |
| HSL | 38.57º | 0.93% | 0.53% | - |
| HSV(B) | 38.57º | 0.91% | 0.96% | - |
| XYZ | 51.79 | 46.92 | 7.09 | - |
| YUV | 173.5 | 42.5 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 166 | 22 | 0 | 0.33 | 0.91 | 0.04 | 38.57 | 0.93 | 0.53 |
| Hex | F6 | A6 | 16 | 0 | 21 | 5B | 4 | 27 | 5D | 35 |
| Octal | 366 | 246 | 26 | 0 | 41 | 133 | 4 | 47 | 135 | 65 |
| Binary | 11110110 | 10100110 | 10110 | 0 | 100001 | 1011011 | 100 | 100111 | 1011101 | 110101 |
Color Harmonies of #F6A616
Complementary color
Monochromatic Colors of #F6A616
Black with #F6A616
Text Example
Text Example
White with #F6A616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A616; }
p { color: rgb(246,166,22); }
H1.HeaderClassName
{
color: #F6A616;
}
.AnyTagClassName
{
color: #F6A616;
}
</style>
background-color css
<style>
a { background-color: #F6A616; }
a { background-color: rgb(246,166,22); }
div.DivClassName
{
background-color: #F6A616;
}
.BgClassName
{
background-color: #F6A616;
}
</style>
border-color css
<style>
span { border-color: #F6A616; }
span { border-color: rgb(246,166,22); }
td.TdClassName
{
border-color: #F6A616;
}
.TagClassName
{
border-color: #F6A616;
}
</style>