Shades of Dark Tangerine #F5AF16
Tints of Dark Tangerine #F5AF16
RGB
CMYK
RGB Variations
Color information
#F5AF16 (or 0xF5AF16) is known color: Dark Tangerine. HEX triplet: F5, AF and 16. RGB value is (245,175,22). Sum of RGB (Red+Green+Blue) = 245+175+22=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AF16 is #0A50E9. Grayscale: #B3B3B3. Windows color (decimal): -676074 or 1486837. OLE color: 1486837.
HSL color Cylindrical-coordinate representation of color #F5AF16: hue angle of 41.17º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5AF16 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 22 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.04 |
| HSL | 41.17º | 0.92% | 0.52% | - |
| HSV(B) | 41.17º | 0.91% | 0.96% | - |
| XYZ | 53.13 | 50.13 | 7.63 | - |
| YUV | 178.49 | 39.69 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 22 | 0 | 0.29 | 0.91 | 0.04 | 41.17 | 0.92 | 0.52 |
| Hex | F5 | AF | 16 | 0 | 1D | 5B | 4 | 29 | 5C | 34 |
| Octal | 365 | 257 | 26 | 0 | 35 | 133 | 4 | 51 | 134 | 64 |
| Binary | 11110101 | 10101111 | 10110 | 0 | 11101 | 1011011 | 100 | 101001 | 1011100 | 110100 |
Color Harmonies of #F5AF16
Complementary color
Monochromatic Colors of #F5AF16
Black with #F5AF16
Text Example
Text Example
White with #F5AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF16; }
p { color: rgb(245,175,22); }
H1.HeaderClassName
{
color: #F5AF16;
}
.AnyTagClassName
{
color: #F5AF16;
}
</style>
background-color css
<style>
a { background-color: #F5AF16; }
a { background-color: rgb(245,175,22); }
div.DivClassName
{
background-color: #F5AF16;
}
.BgClassName
{
background-color: #F5AF16;
}
</style>
border-color css
<style>
span { border-color: #F5AF16; }
span { border-color: rgb(245,175,22); }
td.TdClassName
{
border-color: #F5AF16;
}
.TagClassName
{
border-color: #F5AF16;
}
</style>