Shades of Dark Tangerine #FEA010
Tints of Dark Tangerine #FEA010
RGB
CMYK
RGB Variations
Color information
#FEA010 (or 0xFEA010) is known color: Dark Tangerine. HEX triplet: FE, A0 and 10. RGB value is (254,160,16). Sum of RGB (Red+Green+Blue) = 254+160+16=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA010 is #015FEF. Grayscale: #ACACAC. Windows color (decimal): -90096 or 1089790. OLE color: 1089790.
HSL color Cylindrical-coordinate representation of color #FEA010: hue angle of 36.3º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEA010 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 16 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.00 |
| HSL | 36.3º | 0.99% | 0.53% | - |
| HSV(B) | 36.3º | 0.94% | 1% | - |
| XYZ | 53.54 | 46.25 | 6.6 | - |
| YUV | 171.69 | 40.14 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 16 | 0 | 0.37 | 0.94 | 0.00 | 36.3 | 0.99 | 0.53 |
| Hex | FE | A0 | 10 | 0 | 25 | 5E | 0 | 24 | 63 | 35 |
| Octal | 376 | 240 | 20 | 0 | 45 | 136 | 0 | 44 | 143 | 65 |
| Binary | 11111110 | 10100000 | 10000 | 0 | 100101 | 1011110 | 0 | 100100 | 1100011 | 110101 |
Color Harmonies of #FEA010
Complementary color
Monochromatic Colors of #FEA010
Black with #FEA010
Text Example
Text Example
White with #FEA010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA010; }
p { color: rgb(254,160,16); }
H1.HeaderClassName
{
color: #FEA010;
}
.AnyTagClassName
{
color: #FEA010;
}
</style>
background-color css
<style>
a { background-color: #FEA010; }
a { background-color: rgb(254,160,16); }
div.DivClassName
{
background-color: #FEA010;
}
.BgClassName
{
background-color: #FEA010;
}
</style>
border-color css
<style>
span { border-color: #FEA010; }
span { border-color: rgb(254,160,16); }
td.TdClassName
{
border-color: #FEA010;
}
.TagClassName
{
border-color: #FEA010;
}
</style>