Shades of Dark Tangerine #F5AF14
Tints of Dark Tangerine #F5AF14
RGB
CMYK
RGB Variations
Color information
#F5AF14 (or 0xF5AF14) is known color: Dark Tangerine. HEX triplet: F5, AF and 14. RGB value is (245,175,20). Sum of RGB (Red+Green+Blue) = 245+175+20=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 20 (8.20% from 255 or 4.55% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AF14 is #0A50EB. Grayscale: #B2B2B2. Windows color (decimal): -676076 or 1355765. OLE color: 1355765.
HSL color Cylindrical-coordinate representation of color #F5AF14: hue angle of 41.33º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5AF14 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 20 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.04 |
| HSL | 41.33º | 0.92% | 0.52% | - |
| HSV(B) | 41.33º | 0.92% | 0.96% | - |
| XYZ | 53.11 | 50.12 | 7.54 | - |
| YUV | 178.26 | 38.69 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 20 | 0 | 0.29 | 0.92 | 0.04 | 41.33 | 0.92 | 0.52 |
| Hex | F5 | AF | 14 | 0 | 1D | 5C | 4 | 29 | 5C | 34 |
| Octal | 365 | 257 | 24 | 0 | 35 | 134 | 4 | 51 | 134 | 64 |
| Binary | 11110101 | 10101111 | 10100 | 0 | 11101 | 1011100 | 100 | 101001 | 1011100 | 110100 |
Color Harmonies of #F5AF14
Complementary color
Monochromatic Colors of #F5AF14
Black with #F5AF14
Text Example
Text Example
White with #F5AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF14; }
p { color: rgb(245,175,20); }
H1.HeaderClassName
{
color: #F5AF14;
}
.AnyTagClassName
{
color: #F5AF14;
}
</style>
background-color css
<style>
a { background-color: #F5AF14; }
a { background-color: rgb(245,175,20); }
div.DivClassName
{
background-color: #F5AF14;
}
.BgClassName
{
background-color: #F5AF14;
}
</style>
border-color css
<style>
span { border-color: #F5AF14; }
span { border-color: rgb(245,175,20); }
td.TdClassName
{
border-color: #F5AF14;
}
.TagClassName
{
border-color: #F5AF14;
}
</style>