Shades of Dark Tangerine #F5AF0B
Tints of Dark Tangerine #F5AF0B
RGB
CMYK
RGB Variations
Color information
#F5AF0B (or 0xF5AF0B) is known color: Dark Tangerine. HEX triplet: F5, AF and 0B. RGB value is (245,175,11). Sum of RGB (Red+Green+Blue) = 245+175+11=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AF0B is #0A50F4. Grayscale: #B1B1B1. Windows color (decimal): -676085 or 765941. OLE color: 765941.
HSL color Cylindrical-coordinate representation of color #F5AF0B: hue angle of 42.05º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5AF0B is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 11 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.04 |
| HSL | 42.05º | 0.92% | 0.5% | - |
| HSV(B) | 42.05º | 0.96% | 0.96% | - |
| XYZ | 53.05 | 50.1 | 7.19 | - |
| YUV | 177.23 | 34.19 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 11 | 0 | 0.29 | 0.96 | 0.04 | 42.05 | 0.92 | 0.5 |
| Hex | F5 | AF | B | 0 | 1D | 60 | 4 | 2A | 5C | 32 |
| Octal | 365 | 257 | 13 | 0 | 35 | 140 | 4 | 52 | 134 | 62 |
| Binary | 11110101 | 10101111 | 1011 | 0 | 11101 | 1100000 | 100 | 101010 | 1011100 | 110010 |
Color Harmonies of #F5AF0B
Complementary color
Monochromatic Colors of #F5AF0B
Black with #F5AF0B
Text Example
Text Example
White with #F5AF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF0B; }
p { color: rgb(245,175,11); }
H1.HeaderClassName
{
color: #F5AF0B;
}
.AnyTagClassName
{
color: #F5AF0B;
}
</style>
background-color css
<style>
a { background-color: #F5AF0B; }
a { background-color: rgb(245,175,11); }
div.DivClassName
{
background-color: #F5AF0B;
}
.BgClassName
{
background-color: #F5AF0B;
}
</style>
border-color css
<style>
span { border-color: #F5AF0B; }
span { border-color: rgb(245,175,11); }
td.TdClassName
{
border-color: #F5AF0B;
}
.TagClassName
{
border-color: #F5AF0B;
}
</style>