Shades of Dark Tangerine #F1AD0F
Tints of Dark Tangerine #F1AD0F
RGB
CMYK
RGB Variations
Color information
#F1AD0F (or 0xF1AD0F) is known color: Dark Tangerine. HEX triplet: F1, AD and 0F. RGB value is (241,173,15). Sum of RGB (Red+Green+Blue) = 241+173+15=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1AD0F is #0E52F0. Grayscale: #B0B0B0. Windows color (decimal): -938737 or 1027569. OLE color: 1027569.
HSL color Cylindrical-coordinate representation of color #F1AD0F: hue angle of 41.95º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1AD0F is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 15 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.05 |
| HSL | 41.95º | 0.89% | 0.5% | - |
| HSV(B) | 41.95º | 0.94% | 0.95% | - |
| XYZ | 51.31 | 48.62 | 7.13 | - |
| YUV | 175.32 | 37.53 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 15 | 0 | 0.28 | 0.94 | 0.05 | 41.95 | 0.89 | 0.5 |
| Hex | F1 | AD | F | 0 | 1C | 5E | 5 | 2A | 59 | 32 |
| Octal | 361 | 255 | 17 | 0 | 34 | 136 | 5 | 52 | 131 | 62 |
| Binary | 11110001 | 10101101 | 1111 | 0 | 11100 | 1011110 | 101 | 101010 | 1011001 | 110010 |
Color Harmonies of #F1AD0F
Complementary color
Monochromatic Colors of #F1AD0F
Black with #F1AD0F
Text Example
Text Example
White with #F1AD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AD0F; }
p { color: rgb(241,173,15); }
H1.HeaderClassName
{
color: #F1AD0F;
}
.AnyTagClassName
{
color: #F1AD0F;
}
</style>
background-color css
<style>
a { background-color: #F1AD0F; }
a { background-color: rgb(241,173,15); }
div.DivClassName
{
background-color: #F1AD0F;
}
.BgClassName
{
background-color: #F1AD0F;
}
</style>
border-color css
<style>
span { border-color: #F1AD0F; }
span { border-color: rgb(241,173,15); }
td.TdClassName
{
border-color: #F1AD0F;
}
.TagClassName
{
border-color: #F1AD0F;
}
</style>