Shades of Dark Tangerine #F5AD10
Tints of Dark Tangerine #F5AD10
RGB
CMYK
RGB Variations
Color information
#F5AD10 (or 0xF5AD10) is known color: Dark Tangerine. HEX triplet: F5, AD and 10. RGB value is (245,173,16). Sum of RGB (Red+Green+Blue) = 245+173+16=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AD10 is #0A52EF. Grayscale: #B1B1B1. Windows color (decimal): -676592 or 1093109. OLE color: 1093109.
HSL color Cylindrical-coordinate representation of color #F5AD10: hue angle of 41.14º degrees, saturation: 0.92, 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 #F5AD10 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 16 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.04 |
| HSL | 41.14º | 0.92% | 0.51% | - |
| HSV(B) | 41.14º | 0.93% | 0.96% | - |
| XYZ | 52.69 | 49.34 | 7.24 | - |
| YUV | 176.63 | 37.35 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 16 | 0 | 0.29 | 0.93 | 0.04 | 41.14 | 0.92 | 0.51 |
| Hex | F5 | AD | 10 | 0 | 1D | 5D | 4 | 29 | 5C | 33 |
| Octal | 365 | 255 | 20 | 0 | 35 | 135 | 4 | 51 | 134 | 63 |
| Binary | 11110101 | 10101101 | 10000 | 0 | 11101 | 1011101 | 100 | 101001 | 1011100 | 110011 |
Color Harmonies of #F5AD10
Complementary color
Monochromatic Colors of #F5AD10
Black with #F5AD10
Text Example
Text Example
White with #F5AD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AD10; }
p { color: rgb(245,173,16); }
H1.HeaderClassName
{
color: #F5AD10;
}
.AnyTagClassName
{
color: #F5AD10;
}
</style>
background-color css
<style>
a { background-color: #F5AD10; }
a { background-color: rgb(245,173,16); }
div.DivClassName
{
background-color: #F5AD10;
}
.BgClassName
{
background-color: #F5AD10;
}
</style>
border-color css
<style>
span { border-color: #F5AD10; }
span { border-color: rgb(245,173,16); }
td.TdClassName
{
border-color: #F5AD10;
}
.TagClassName
{
border-color: #F5AD10;
}
</style>