Shades of Dark Tangerine #FEA111
Tints of Dark Tangerine #FEA111
RGB
CMYK
RGB Variations
Color information
#FEA111 (or 0xFEA111) is known color: Dark Tangerine. HEX triplet: FE, A1 and 11. RGB value is (254,161,17). Sum of RGB (Red+Green+Blue) = 254+161+17=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 17 (7.03% from 255 or 3.94% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA111 is #015EEE. Grayscale: #ADADAD. Windows color (decimal): -89839 or 1155582. OLE color: 1155582.
HSL color Cylindrical-coordinate representation of color #FEA111: hue angle of 36.46º 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 #FEA111 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 17 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.00 |
| HSL | 36.46º | 0.99% | 0.53% | - |
| HSV(B) | 36.46º | 0.93% | 1% | - |
| XYZ | 53.72 | 46.6 | 6.69 | - |
| YUV | 172.39 | 40.31 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 17 | 0 | 0.37 | 0.93 | 0.00 | 36.46 | 0.99 | 0.53 |
| Hex | FE | A1 | 11 | 0 | 25 | 5D | 0 | 24 | 63 | 35 |
| Octal | 376 | 241 | 21 | 0 | 45 | 135 | 0 | 44 | 143 | 65 |
| Binary | 11111110 | 10100001 | 10001 | 0 | 100101 | 1011101 | 0 | 100100 | 1100011 | 110101 |
Color Harmonies of #FEA111
Complementary color
Monochromatic Colors of #FEA111
Black with #FEA111
Text Example
Text Example
White with #FEA111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA111; }
p { color: rgb(254,161,17); }
H1.HeaderClassName
{
color: #FEA111;
}
.AnyTagClassName
{
color: #FEA111;
}
</style>
background-color css
<style>
a { background-color: #FEA111; }
a { background-color: rgb(254,161,17); }
div.DivClassName
{
background-color: #FEA111;
}
.BgClassName
{
background-color: #FEA111;
}
</style>
border-color css
<style>
span { border-color: #FEA111; }
span { border-color: rgb(254,161,17); }
td.TdClassName
{
border-color: #FEA111;
}
.TagClassName
{
border-color: #FEA111;
}
</style>