Shades of Dark Tangerine #F5AD0F
Tints of Dark Tangerine #F5AD0F
RGB
CMYK
RGB Variations
Color information
#F5AD0F (or 0xF5AD0F) is known color: Dark Tangerine. HEX triplet: F5, AD and 0F. RGB value is (245,173,15). Sum of RGB (Red+Green+Blue) = 245+173+15=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AD0F is #0A52F0. Grayscale: #B1B1B1. Windows color (decimal): -676593 or 1027573. OLE color: 1027573.
HSL color Cylindrical-coordinate representation of color #F5AD0F: hue angle of 41.22º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5AD0F is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 15 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.04 |
| HSL | 41.22º | 0.92% | 0.51% | - |
| HSV(B) | 41.22º | 0.94% | 0.96% | - |
| XYZ | 52.69 | 49.33 | 7.2 | - |
| YUV | 176.52 | 36.85 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 15 | 0 | 0.29 | 0.94 | 0.04 | 41.22 | 0.92 | 0.51 |
| Hex | F5 | AD | F | 0 | 1D | 5E | 4 | 29 | 5C | 33 |
| Octal | 365 | 255 | 17 | 0 | 35 | 136 | 4 | 51 | 134 | 63 |
| Binary | 11110101 | 10101101 | 1111 | 0 | 11101 | 1011110 | 100 | 101001 | 1011100 | 110011 |
Color Harmonies of #F5AD0F
Complementary color
Monochromatic Colors of #F5AD0F
Black with #F5AD0F
Text Example
Text Example
White with #F5AD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AD0F; }
p { color: rgb(245,173,15); }
H1.HeaderClassName
{
color: #F5AD0F;
}
.AnyTagClassName
{
color: #F5AD0F;
}
</style>
background-color css
<style>
a { background-color: #F5AD0F; }
a { background-color: rgb(245,173,15); }
div.DivClassName
{
background-color: #F5AD0F;
}
.BgClassName
{
background-color: #F5AD0F;
}
</style>
border-color css
<style>
span { border-color: #F5AD0F; }
span { border-color: rgb(245,173,15); }
td.TdClassName
{
border-color: #F5AD0F;
}
.TagClassName
{
border-color: #F5AD0F;
}
</style>