Shades of Dark Tangerine #F5AB11
Tints of Dark Tangerine #F5AB11
RGB
CMYK
RGB Variations
Color information
#F5AB11 (or 0xF5AB11) is known color: Dark Tangerine. HEX triplet: F5, AB and 11. RGB value is (245,171,17). Sum of RGB (Red+Green+Blue) = 245+171+17=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 17 (7.03% from 255 or 3.93% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AB11 is #0A54EE. Grayscale: #B0B0B0. Windows color (decimal): -677103 or 1158133. OLE color: 1158133.
HSL color Cylindrical-coordinate representation of color #F5AB11: hue angle of 40.53º 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 #F5AB11 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 17 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.04 |
| HSL | 40.53º | 0.92% | 0.51% | - |
| HSV(B) | 40.53º | 0.93% | 0.96% | - |
| XYZ | 52.32 | 48.58 | 7.15 | - |
| YUV | 175.57 | 38.52 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 17 | 0 | 0.30 | 0.93 | 0.04 | 40.53 | 0.92 | 0.51 |
| Hex | F5 | AB | 11 | 0 | 1E | 5D | 4 | 29 | 5C | 33 |
| Octal | 365 | 253 | 21 | 0 | 36 | 135 | 4 | 51 | 134 | 63 |
| Binary | 11110101 | 10101011 | 10001 | 0 | 11110 | 1011101 | 100 | 101001 | 1011100 | 110011 |
Color Harmonies of #F5AB11
Complementary color
Monochromatic Colors of #F5AB11
Black with #F5AB11
Text Example
Text Example
White with #F5AB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AB11; }
p { color: rgb(245,171,17); }
H1.HeaderClassName
{
color: #F5AB11;
}
.AnyTagClassName
{
color: #F5AB11;
}
</style>
background-color css
<style>
a { background-color: #F5AB11; }
a { background-color: rgb(245,171,17); }
div.DivClassName
{
background-color: #F5AB11;
}
.BgClassName
{
background-color: #F5AB11;
}
</style>
border-color css
<style>
span { border-color: #F5AB11; }
span { border-color: rgb(245,171,17); }
td.TdClassName
{
border-color: #F5AB11;
}
.TagClassName
{
border-color: #F5AB11;
}
</style>