Shades of Dark Tangerine #F1AD19
Tints of Dark Tangerine #F1AD19
RGB
CMYK
RGB Variations
Color information
#F1AD19 (or 0xF1AD19) is known color: Dark Tangerine. HEX triplet: F1, AD and 19. RGB value is (241,173,25). Sum of RGB (Red+Green+Blue) = 241+173+25=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 25 (10.16% from 255 or 5.69% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1AD19 is #0E52E6. Grayscale: #B1B1B1. Windows color (decimal): -938727 or 1682929. OLE color: 1682929.
HSL color Cylindrical-coordinate representation of color #F1AD19: hue angle of 41.11º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1AD19 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 25 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.05 |
| HSL | 41.11º | 0.89% | 0.52% | - |
| HSV(B) | 41.11º | 0.9% | 0.95% | - |
| XYZ | 51.39 | 48.66 | 7.6 | - |
| YUV | 176.46 | 42.53 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 25 | 0 | 0.28 | 0.90 | 0.05 | 41.11 | 0.89 | 0.52 |
| Hex | F1 | AD | 19 | 0 | 1C | 5A | 5 | 29 | 59 | 34 |
| Octal | 361 | 255 | 31 | 0 | 34 | 132 | 5 | 51 | 131 | 64 |
| Binary | 11110001 | 10101101 | 11001 | 0 | 11100 | 1011010 | 101 | 101001 | 1011001 | 110100 |
Color Harmonies of #F1AD19
Complementary color
Monochromatic Colors of #F1AD19
Black with #F1AD19
Text Example
Text Example
White with #F1AD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AD19; }
p { color: rgb(241,173,25); }
H1.HeaderClassName
{
color: #F1AD19;
}
.AnyTagClassName
{
color: #F1AD19;
}
</style>
background-color css
<style>
a { background-color: #F1AD19; }
a { background-color: rgb(241,173,25); }
div.DivClassName
{
background-color: #F1AD19;
}
.BgClassName
{
background-color: #F1AD19;
}
</style>
border-color css
<style>
span { border-color: #F1AD19; }
span { border-color: rgb(241,173,25); }
td.TdClassName
{
border-color: #F1AD19;
}
.TagClassName
{
border-color: #F1AD19;
}
</style>