Shades of Dark Tangerine #FEA211
Tints of Dark Tangerine #FEA211
RGB
CMYK
RGB Variations
Color information
#FEA211 (or 0xFEA211) is known color: Dark Tangerine. HEX triplet: FE, A2 and 11. RGB value is (254,162,17). Sum of RGB (Red+Green+Blue) = 254+162+17=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 17 (7.03% from 255 or 3.93% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA211 is #015DEE. Grayscale: #ADADAD. Windows color (decimal): -89583 or 1155838. OLE color: 1155838.
HSL color Cylindrical-coordinate representation of color #FEA211: hue angle of 36.71º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEA211 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 17 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.00 |
| HSL | 36.71º | 0.99% | 0.53% | - |
| HSV(B) | 36.71º | 0.93% | 1% | - |
| XYZ | 53.89 | 46.95 | 6.75 | - |
| YUV | 172.98 | 39.98 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 17 | 0 | 0.36 | 0.93 | 0.00 | 36.71 | 0.99 | 0.53 |
| Hex | FE | A2 | 11 | 0 | 24 | 5D | 0 | 25 | 63 | 35 |
| Octal | 376 | 242 | 21 | 0 | 44 | 135 | 0 | 45 | 143 | 65 |
| Binary | 11111110 | 10100010 | 10001 | 0 | 100100 | 1011101 | 0 | 100101 | 1100011 | 110101 |
Color Harmonies of #FEA211
Complementary color
Monochromatic Colors of #FEA211
Black with #FEA211
Text Example
Text Example
White with #FEA211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA211; }
p { color: rgb(254,162,17); }
H1.HeaderClassName
{
color: #FEA211;
}
.AnyTagClassName
{
color: #FEA211;
}
</style>
background-color css
<style>
a { background-color: #FEA211; }
a { background-color: rgb(254,162,17); }
div.DivClassName
{
background-color: #FEA211;
}
.BgClassName
{
background-color: #FEA211;
}
</style>
border-color css
<style>
span { border-color: #FEA211; }
span { border-color: rgb(254,162,17); }
td.TdClassName
{
border-color: #FEA211;
}
.TagClassName
{
border-color: #FEA211;
}
</style>