Shades of Dark Tangerine #F5AF11
Tints of Dark Tangerine #F5AF11
RGB
CMYK
RGB Variations
Color information
#F5AF11 (or 0xF5AF11) is known color: Dark Tangerine. HEX triplet: F5, AF and 11. RGB value is (245,175,17). Sum of RGB (Red+Green+Blue) = 245+175+17=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 17 (7.03% from 255 or 3.89% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AF11 is #0A50EE. Grayscale: #B2B2B2. Windows color (decimal): -676079 or 1159157. OLE color: 1159157.
HSL color Cylindrical-coordinate representation of color #F5AF11: hue angle of 41.58º 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 #F5AF11 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 17 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.04 |
| HSL | 41.58º | 0.92% | 0.51% | - |
| HSV(B) | 41.58º | 0.93% | 0.96% | - |
| XYZ | 53.09 | 50.11 | 7.41 | - |
| YUV | 177.92 | 37.19 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 17 | 0 | 0.29 | 0.93 | 0.04 | 41.58 | 0.92 | 0.51 |
| Hex | F5 | AF | 11 | 0 | 1D | 5D | 4 | 2A | 5C | 33 |
| Octal | 365 | 257 | 21 | 0 | 35 | 135 | 4 | 52 | 134 | 63 |
| Binary | 11110101 | 10101111 | 10001 | 0 | 11101 | 1011101 | 100 | 101010 | 1011100 | 110011 |
Color Harmonies of #F5AF11
Complementary color
Monochromatic Colors of #F5AF11
Black with #F5AF11
Text Example
Text Example
White with #F5AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF11; }
p { color: rgb(245,175,17); }
H1.HeaderClassName
{
color: #F5AF11;
}
.AnyTagClassName
{
color: #F5AF11;
}
</style>
background-color css
<style>
a { background-color: #F5AF11; }
a { background-color: rgb(245,175,17); }
div.DivClassName
{
background-color: #F5AF11;
}
.BgClassName
{
background-color: #F5AF11;
}
</style>
border-color css
<style>
span { border-color: #F5AF11; }
span { border-color: rgb(245,175,17); }
td.TdClassName
{
border-color: #F5AF11;
}
.TagClassName
{
border-color: #F5AF11;
}
</style>