Shades of Dark Tangerine #F1AA17
Tints of Dark Tangerine #F1AA17
RGB
CMYK
RGB Variations
Color information
#F1AA17 (or 0xF1AA17) is known color: Dark Tangerine. HEX triplet: F1, AA and 17. RGB value is (241,170,23). Sum of RGB (Red+Green+Blue) = 241+170+23=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 23 (9.38% from 255 or 5.30% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1AA17 is #0E55E8. Grayscale: #AFAFAF. Windows color (decimal): -939497 or 1551089. OLE color: 1551089.
HSL color Cylindrical-coordinate representation of color #F1AA17: hue angle of 40.46º 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 #F1AA17 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 23 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.05 |
| HSL | 40.46º | 0.89% | 0.52% | - |
| HSV(B) | 40.46º | 0.9% | 0.95% | - |
| XYZ | 50.81 | 47.51 | 7.3 | - |
| YUV | 174.47 | 42.52 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 23 | 0 | 0.29 | 0.90 | 0.05 | 40.46 | 0.89 | 0.52 |
| Hex | F1 | AA | 17 | 0 | 1D | 5A | 5 | 28 | 59 | 34 |
| Octal | 361 | 252 | 27 | 0 | 35 | 132 | 5 | 50 | 131 | 64 |
| Binary | 11110001 | 10101010 | 10111 | 0 | 11101 | 1011010 | 101 | 101000 | 1011001 | 110100 |
Color Harmonies of #F1AA17
Complementary color
Monochromatic Colors of #F1AA17
Black with #F1AA17
Text Example
Text Example
White with #F1AA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AA17; }
p { color: rgb(241,170,23); }
H1.HeaderClassName
{
color: #F1AA17;
}
.AnyTagClassName
{
color: #F1AA17;
}
</style>
background-color css
<style>
a { background-color: #F1AA17; }
a { background-color: rgb(241,170,23); }
div.DivClassName
{
background-color: #F1AA17;
}
.BgClassName
{
background-color: #F1AA17;
}
</style>
border-color css
<style>
span { border-color: #F1AA17; }
span { border-color: rgb(241,170,23); }
td.TdClassName
{
border-color: #F1AA17;
}
.TagClassName
{
border-color: #F1AA17;
}
</style>