Shades of Dark Tangerine #F6A411
Tints of Dark Tangerine #F6A411
RGB
CMYK
RGB Variations
Color information
#F6A411 (or 0xF6A411) is known color: Dark Tangerine. HEX triplet: F6, A4 and 11. RGB value is (246,164,17). Sum of RGB (Red+Green+Blue) = 246+164+17=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A411 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A411 is #095BEE. Grayscale: #ACACAC. Windows color (decimal): -613359 or 1156342. OLE color: 1156342.
HSL color Cylindrical-coordinate representation of color #F6A411: hue angle of 38.52º 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 #F6A411 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 164 | 17 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.04 |
| HSL | 38.52º | 0.93% | 0.52% | - |
| HSV(B) | 38.52º | 0.93% | 0.96% | - |
| XYZ | 51.38 | 46.18 | 6.74 | - |
| YUV | 171.76 | 40.67 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 17 | 0 | 0.33 | 0.93 | 0.04 | 38.52 | 0.93 | 0.52 |
| Hex | F6 | A4 | 11 | 0 | 21 | 5D | 4 | 27 | 5D | 34 |
| Octal | 366 | 244 | 21 | 0 | 41 | 135 | 4 | 47 | 135 | 64 |
| Binary | 11110110 | 10100100 | 10001 | 0 | 100001 | 1011101 | 100 | 100111 | 1011101 | 110100 |
Color Harmonies of #F6A411
Complementary color
Monochromatic Colors of #F6A411
Black with #F6A411
Text Example
Text Example
White with #F6A411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A411; }
p { color: rgb(246,164,17); }
H1.HeaderClassName
{
color: #F6A411;
}
.AnyTagClassName
{
color: #F6A411;
}
</style>
background-color css
<style>
a { background-color: #F6A411; }
a { background-color: rgb(246,164,17); }
div.DivClassName
{
background-color: #F6A411;
}
.BgClassName
{
background-color: #F6A411;
}
</style>
border-color css
<style>
span { border-color: #F6A411; }
span { border-color: rgb(246,164,17); }
td.TdClassName
{
border-color: #F6A411;
}
.TagClassName
{
border-color: #F6A411;
}
</style>