Shades of Dark Tangerine #F1AB14
Tints of Dark Tangerine #F1AB14
RGB
CMYK
RGB Variations
Color information
#F1AB14 (or 0xF1AB14) is known color: Dark Tangerine. HEX triplet: F1, AB and 14. RGB value is (241,171,20). Sum of RGB (Red+Green+Blue) = 241+171+20=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AB14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1AB14 is #0E54EB. Grayscale: #AFAFAF. Windows color (decimal): -939244 or 1354737. OLE color: 1354737.
HSL color Cylindrical-coordinate representation of color #F1AB14: hue angle of 41º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1AB14 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 171 | 20 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.05 |
| HSL | 41º | 0.89% | 0.51% | - |
| HSV(B) | 41º | 0.92% | 0.95% | - |
| XYZ | 50.96 | 47.88 | 7.22 | - |
| YUV | 174.72 | 40.69 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 20 | 0 | 0.29 | 0.92 | 0.05 | 41 | 0.89 | 0.51 |
| Hex | F1 | AB | 14 | 0 | 1D | 5C | 5 | 29 | 59 | 33 |
| Octal | 361 | 253 | 24 | 0 | 35 | 134 | 5 | 51 | 131 | 63 |
| Binary | 11110001 | 10101011 | 10100 | 0 | 11101 | 1011100 | 101 | 101001 | 1011001 | 110011 |
Color Harmonies of #F1AB14
Complementary color
Monochromatic Colors of #F1AB14
Black with #F1AB14
Text Example
Text Example
White with #F1AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AB14; }
p { color: rgb(241,171,20); }
H1.HeaderClassName
{
color: #F1AB14;
}
.AnyTagClassName
{
color: #F1AB14;
}
</style>
background-color css
<style>
a { background-color: #F1AB14; }
a { background-color: rgb(241,171,20); }
div.DivClassName
{
background-color: #F1AB14;
}
.BgClassName
{
background-color: #F1AB14;
}
</style>
border-color css
<style>
span { border-color: #F1AB14; }
span { border-color: rgb(241,171,20); }
td.TdClassName
{
border-color: #F1AB14;
}
.TagClassName
{
border-color: #F1AB14;
}
</style>