Shades of Dark Tangerine #F6A813
Tints of Dark Tangerine #F6A813
RGB
CMYK
RGB Variations
Color information
#F6A813 (or 0xF6A813) is known color: Dark Tangerine. HEX triplet: F6, A8 and 13. RGB value is (246,168,19). Sum of RGB (Red+Green+Blue) = 246+168+19=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 19 (7.81% from 255 or 4.39% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A813 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A813 is #0957EC. Grayscale: #AFAFAF. Windows color (decimal): -612333 or 1288438. OLE color: 1288438.
HSL color Cylindrical-coordinate representation of color #F6A813: hue angle of 39.38º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F6A813 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 19 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.04 |
| HSL | 39.38º | 0.93% | 0.52% | - |
| HSV(B) | 39.38º | 0.92% | 0.96% | - |
| XYZ | 52.13 | 47.65 | 7.07 | - |
| YUV | 174.34 | 40.34 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 19 | 0 | 0.32 | 0.92 | 0.04 | 39.38 | 0.93 | 0.52 |
| Hex | F6 | A8 | 13 | 0 | 20 | 5C | 4 | 27 | 5D | 34 |
| Octal | 366 | 250 | 23 | 0 | 40 | 134 | 4 | 47 | 135 | 64 |
| Binary | 11110110 | 10101000 | 10011 | 0 | 100000 | 1011100 | 100 | 100111 | 1011101 | 110100 |
Color Harmonies of #F6A813
Complementary color
Monochromatic Colors of #F6A813
Black with #F6A813
Text Example
Text Example
White with #F6A813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A813; }
p { color: rgb(246,168,19); }
H1.HeaderClassName
{
color: #F6A813;
}
.AnyTagClassName
{
color: #F6A813;
}
</style>
background-color css
<style>
a { background-color: #F6A813; }
a { background-color: rgb(246,168,19); }
div.DivClassName
{
background-color: #F6A813;
}
.BgClassName
{
background-color: #F6A813;
}
</style>
border-color css
<style>
span { border-color: #F6A813; }
span { border-color: rgb(246,168,19); }
td.TdClassName
{
border-color: #F6A813;
}
.TagClassName
{
border-color: #F6A813;
}
</style>