Shades of Dark Tangerine #F6AF11
Tints of Dark Tangerine #F6AF11
RGB
CMYK
RGB Variations
Color information
#F6AF11 (or 0xF6AF11) is known color: Dark Tangerine. HEX triplet: F6, AF and 11. RGB value is (246,175,17). Sum of RGB (Red+Green+Blue) = 246+175+17=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 17 (7.03% from 255 or 3.88% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AF11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6AF11 is #0950EE. Grayscale: #B2B2B2. Windows color (decimal): -610543 or 1159158. OLE color: 1159158.
HSL color Cylindrical-coordinate representation of color #F6AF11: hue angle of 41.4º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6AF11 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 175 | 17 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.04 |
| HSL | 41.4º | 0.93% | 0.52% | - |
| HSV(B) | 41.4º | 0.93% | 0.96% | - |
| XYZ | 53.44 | 50.29 | 7.42 | - |
| YUV | 178.22 | 37.02 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 175 | 17 | 0 | 0.29 | 0.93 | 0.04 | 41.4 | 0.93 | 0.52 |
| Hex | F6 | AF | 11 | 0 | 1D | 5D | 4 | 29 | 5D | 34 |
| Octal | 366 | 257 | 21 | 0 | 35 | 135 | 4 | 51 | 135 | 64 |
| Binary | 11110110 | 10101111 | 10001 | 0 | 11101 | 1011101 | 100 | 101001 | 1011101 | 110100 |
Color Harmonies of #F6AF11
Complementary color
Monochromatic Colors of #F6AF11
Black with #F6AF11
Text Example
Text Example
White with #F6AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AF11; }
p { color: rgb(246,175,17); }
H1.HeaderClassName
{
color: #F6AF11;
}
.AnyTagClassName
{
color: #F6AF11;
}
</style>
background-color css
<style>
a { background-color: #F6AF11; }
a { background-color: rgb(246,175,17); }
div.DivClassName
{
background-color: #F6AF11;
}
.BgClassName
{
background-color: #F6AF11;
}
</style>
border-color css
<style>
span { border-color: #F6AF11; }
span { border-color: rgb(246,175,17); }
td.TdClassName
{
border-color: #F6AF11;
}
.TagClassName
{
border-color: #F6AF11;
}
</style>