Shades of Dark Tangerine #F6AD16
Tints of Dark Tangerine #F6AD16
RGB
CMYK
RGB Variations
Color information
#F6AD16 (or 0xF6AD16) is known color: Dark Tangerine. HEX triplet: F6, AD and 16. RGB value is (246,173,22). Sum of RGB (Red+Green+Blue) = 246+173+22=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6AD16 is #0952E9. Grayscale: #B2B2B2. Windows color (decimal): -611050 or 1486326. OLE color: 1486326.
HSL color Cylindrical-coordinate representation of color #F6AD16: hue angle of 40.45º 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 #F6AD16 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 22 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.04 |
| HSL | 40.45º | 0.93% | 0.53% | - |
| HSV(B) | 40.45º | 0.91% | 0.96% | - |
| XYZ | 53.09 | 49.54 | 7.52 | - |
| YUV | 177.61 | 40.18 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 22 | 0 | 0.30 | 0.91 | 0.04 | 40.45 | 0.93 | 0.53 |
| Hex | F6 | AD | 16 | 0 | 1E | 5B | 4 | 28 | 5D | 35 |
| Octal | 366 | 255 | 26 | 0 | 36 | 133 | 4 | 50 | 135 | 65 |
| Binary | 11110110 | 10101101 | 10110 | 0 | 11110 | 1011011 | 100 | 101000 | 1011101 | 110101 |
Color Harmonies of #F6AD16
Complementary color
Monochromatic Colors of #F6AD16
Black with #F6AD16
Text Example
Text Example
White with #F6AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AD16; }
p { color: rgb(246,173,22); }
H1.HeaderClassName
{
color: #F6AD16;
}
.AnyTagClassName
{
color: #F6AD16;
}
</style>
background-color css
<style>
a { background-color: #F6AD16; }
a { background-color: rgb(246,173,22); }
div.DivClassName
{
background-color: #F6AD16;
}
.BgClassName
{
background-color: #F6AD16;
}
</style>
border-color css
<style>
span { border-color: #F6AD16; }
span { border-color: rgb(246,173,22); }
td.TdClassName
{
border-color: #F6AD16;
}
.TagClassName
{
border-color: #F6AD16;
}
</style>