Shades of Dark Tangerine #F5AF0E
Tints of Dark Tangerine #F5AF0E
RGB
CMYK
RGB Variations
Color information
#F5AF0E (or 0xF5AF0E) is known color: Dark Tangerine. HEX triplet: F5, AF and 0E. RGB value is (245,175,14). Sum of RGB (Red+Green+Blue) = 245+175+14=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 14 (5.86% from 255 or 3.23% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AF0E is #0A50F1. Grayscale: #B2B2B2. Windows color (decimal): -676082 or 962549. OLE color: 962549.
HSL color Cylindrical-coordinate representation of color #F5AF0E: hue angle of 41.82º 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 #F5AF0E is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 14 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.04 |
| HSL | 41.82º | 0.92% | 0.51% | - |
| HSV(B) | 41.82º | 0.94% | 0.96% | - |
| XYZ | 53.07 | 50.1 | 7.29 | - |
| YUV | 177.58 | 35.69 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 14 | 0 | 0.29 | 0.94 | 0.04 | 41.82 | 0.92 | 0.51 |
| Hex | F5 | AF | E | 0 | 1D | 5E | 4 | 2A | 5C | 33 |
| Octal | 365 | 257 | 16 | 0 | 35 | 136 | 4 | 52 | 134 | 63 |
| Binary | 11110101 | 10101111 | 1110 | 0 | 11101 | 1011110 | 100 | 101010 | 1011100 | 110011 |
Color Harmonies of #F5AF0E
Complementary color
Monochromatic Colors of #F5AF0E
Black with #F5AF0E
Text Example
Text Example
White with #F5AF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF0E; }
p { color: rgb(245,175,14); }
H1.HeaderClassName
{
color: #F5AF0E;
}
.AnyTagClassName
{
color: #F5AF0E;
}
</style>
background-color css
<style>
a { background-color: #F5AF0E; }
a { background-color: rgb(245,175,14); }
div.DivClassName
{
background-color: #F5AF0E;
}
.BgClassName
{
background-color: #F5AF0E;
}
</style>
border-color css
<style>
span { border-color: #F5AF0E; }
span { border-color: rgb(245,175,14); }
td.TdClassName
{
border-color: #F5AF0E;
}
.TagClassName
{
border-color: #F5AF0E;
}
</style>