Shades of Dark Tangerine #F5A410
Tints of Dark Tangerine #F5A410
RGB
CMYK
RGB Variations
Color information
#F5A410 (or 0xF5A410) is known color: Dark Tangerine. HEX triplet: F5, A4 and 10. RGB value is (245,164,16). Sum of RGB (Red+Green+Blue) = 245+164+16=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A410 is #0A5BEF. Grayscale: #ACACAC. Windows color (decimal): -678896 or 1090805. OLE color: 1090805.
HSL color Cylindrical-coordinate representation of color #F5A410: hue angle of 38.78º 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 #F5A410 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 164 | 16 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.04 |
| HSL | 38.78º | 0.92% | 0.51% | - |
| HSV(B) | 38.78º | 0.93% | 0.96% | - |
| XYZ | 51.03 | 46 | 6.68 | - |
| YUV | 171.35 | 40.34 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 164 | 16 | 0 | 0.33 | 0.93 | 0.04 | 38.78 | 0.92 | 0.51 |
| Hex | F5 | A4 | 10 | 0 | 21 | 5D | 4 | 27 | 5C | 33 |
| Octal | 365 | 244 | 20 | 0 | 41 | 135 | 4 | 47 | 134 | 63 |
| Binary | 11110101 | 10100100 | 10000 | 0 | 100001 | 1011101 | 100 | 100111 | 1011100 | 110011 |
Color Harmonies of #F5A410
Complementary color
Monochromatic Colors of #F5A410
Black with #F5A410
Text Example
Text Example
White with #F5A410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A410; }
p { color: rgb(245,164,16); }
H1.HeaderClassName
{
color: #F5A410;
}
.AnyTagClassName
{
color: #F5A410;
}
</style>
background-color css
<style>
a { background-color: #F5A410; }
a { background-color: rgb(245,164,16); }
div.DivClassName
{
background-color: #F5A410;
}
.BgClassName
{
background-color: #F5A410;
}
</style>
border-color css
<style>
span { border-color: #F5A410; }
span { border-color: rgb(245,164,16); }
td.TdClassName
{
border-color: #F5A410;
}
.TagClassName
{
border-color: #F5A410;
}
</style>