Shades of Dark Tangerine #F1AF0E
Tints of Dark Tangerine #F1AF0E
RGB
CMYK
RGB Variations
Color information
#F1AF0E (or 0xF1AF0E) is known color: Dark Tangerine. HEX triplet: F1, AF and 0E. RGB value is (241,175,14). Sum of RGB (Red+Green+Blue) = 241+175+14=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1AF0E is #0E50F1. Grayscale: #B1B1B1. Windows color (decimal): -938226 or 962545. OLE color: 962545.
HSL color Cylindrical-coordinate representation of color #F1AF0E: hue angle of 42.56º 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 #F1AF0E is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 175 | 14 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.05 |
| HSL | 42.56º | 0.89% | 0.5% | - |
| HSV(B) | 42.56º | 0.94% | 0.95% | - |
| XYZ | 51.68 | 49.39 | 7.23 | - |
| YUV | 176.38 | 36.37 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 175 | 14 | 0 | 0.27 | 0.94 | 0.05 | 42.56 | 0.89 | 0.5 |
| Hex | F1 | AF | E | 0 | 1B | 5E | 5 | 2B | 59 | 32 |
| Octal | 361 | 257 | 16 | 0 | 33 | 136 | 5 | 53 | 131 | 62 |
| Binary | 11110001 | 10101111 | 1110 | 0 | 11011 | 1011110 | 101 | 101011 | 1011001 | 110010 |
Color Harmonies of #F1AF0E
Complementary color
Monochromatic Colors of #F1AF0E
Black with #F1AF0E
Text Example
Text Example
White with #F1AF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AF0E; }
p { color: rgb(241,175,14); }
H1.HeaderClassName
{
color: #F1AF0E;
}
.AnyTagClassName
{
color: #F1AF0E;
}
</style>
background-color css
<style>
a { background-color: #F1AF0E; }
a { background-color: rgb(241,175,14); }
div.DivClassName
{
background-color: #F1AF0E;
}
.BgClassName
{
background-color: #F1AF0E;
}
</style>
border-color css
<style>
span { border-color: #F1AF0E; }
span { border-color: rgb(241,175,14); }
td.TdClassName
{
border-color: #F1AF0E;
}
.TagClassName
{
border-color: #F1AF0E;
}
</style>