Shades of Dark Tangerine #F6A810
Tints of Dark Tangerine #F6A810
RGB
CMYK
RGB Variations
Color information
#F6A810 (or 0xF6A810) is known color: Dark Tangerine. HEX triplet: F6, A8 and 10. RGB value is (246,168,16). Sum of RGB (Red+Green+Blue) = 246+168+16=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A810 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A810 is #0957EF. Grayscale: #AEAEAE. Windows color (decimal): -612336 or 1091830. OLE color: 1091830.
HSL color Cylindrical-coordinate representation of color #F6A810: hue angle of 39.65º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6A810 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 16 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.04 |
| HSL | 39.65º | 0.93% | 0.51% | - |
| HSV(B) | 39.65º | 0.93% | 0.96% | - |
| XYZ | 52.1 | 47.64 | 6.94 | - |
| YUV | 173.99 | 38.84 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 16 | 0 | 0.32 | 0.93 | 0.04 | 39.65 | 0.93 | 0.51 |
| Hex | F6 | A8 | 10 | 0 | 20 | 5D | 4 | 28 | 5D | 33 |
| Octal | 366 | 250 | 20 | 0 | 40 | 135 | 4 | 50 | 135 | 63 |
| Binary | 11110110 | 10101000 | 10000 | 0 | 100000 | 1011101 | 100 | 101000 | 1011101 | 110011 |
Color Harmonies of #F6A810
Complementary color
Monochromatic Colors of #F6A810
Black with #F6A810
Text Example
Text Example
White with #F6A810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A810; }
p { color: rgb(246,168,16); }
H1.HeaderClassName
{
color: #F6A810;
}
.AnyTagClassName
{
color: #F6A810;
}
</style>
background-color css
<style>
a { background-color: #F6A810; }
a { background-color: rgb(246,168,16); }
div.DivClassName
{
background-color: #F6A810;
}
.BgClassName
{
background-color: #F6A810;
}
</style>
border-color css
<style>
span { border-color: #F6A810; }
span { border-color: rgb(246,168,16); }
td.TdClassName
{
border-color: #F6A810;
}
.TagClassName
{
border-color: #F6A810;
}
</style>