Shades of Dark Tangerine #F0A813
Tints of Dark Tangerine #F0A813
RGB
CMYK
RGB Variations
Color information
#F0A813 (or 0xF0A813) is known color: Dark Tangerine. HEX triplet: F0, A8 and 13. RGB value is (240,168,19). Sum of RGB (Red+Green+Blue) = 240+168+19=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 19 (7.81% from 255 or 4.45% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A813 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A813 is #0F57EC. Grayscale: #ADADAD. Windows color (decimal): -1005549 or 1288432. OLE color: 1288432.
HSL color Cylindrical-coordinate representation of color #F0A813: hue angle of 40.45º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0A813 is Cyan = 0, Magento = 0.3, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 19 | - |
| CMYK | 0 | 0.3 | 0.92 | 0.06 |
| HSL | 40.45º | 0.88% | 0.51% | - |
| HSV(B) | 40.45º | 0.92% | 0.94% | - |
| XYZ | 50.06 | 46.58 | 6.97 | - |
| YUV | 172.54 | 41.35 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 19 | 0 | 0.3 | 0.92 | 0.06 | 40.45 | 0.88 | 0.51 |
| Hex | F0 | A8 | 13 | 0 | 1E | 5C | 6 | 28 | 58 | 33 |
| Octal | 360 | 250 | 23 | 0 | 36 | 134 | 6 | 50 | 130 | 63 |
| Binary | 11110000 | 10101000 | 10011 | 0 | 11110 | 1011100 | 110 | 101000 | 1011000 | 110011 |
Color Harmonies of #F0A813
Complementary color
Monochromatic Colors of #F0A813
Black with #F0A813
Text Example
Text Example
White with #F0A813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A813; }
p { color: rgb(240,168,19); }
H1.HeaderClassName
{
color: #F0A813;
}
.AnyTagClassName
{
color: #F0A813;
}
</style>
background-color css
<style>
a { background-color: #F0A813; }
a { background-color: rgb(240,168,19); }
div.DivClassName
{
background-color: #F0A813;
}
.BgClassName
{
background-color: #F0A813;
}
</style>
border-color css
<style>
span { border-color: #F0A813; }
span { border-color: rgb(240,168,19); }
td.TdClassName
{
border-color: #F0A813;
}
.TagClassName
{
border-color: #F0A813;
}
</style>