Shades of Dark Tangerine #FEA019
Tints of Dark Tangerine #FEA019
RGB
CMYK
RGB Variations
Color information
#FEA019 (or 0xFEA019) is known color: Dark Tangerine. HEX triplet: FE, A0 and 19. RGB value is (254,160,25). Sum of RGB (Red+Green+Blue) = 254+160+25=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 25 (10.16% from 255 or 5.69% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA019 is #015FE6. Grayscale: #ADADAD. Windows color (decimal): -90087 or 1679614. OLE color: 1679614.
HSL color Cylindrical-coordinate representation of color #FEA019: hue angle of 35.37º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEA019 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 25 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.00 |
| HSL | 35.37º | 0.99% | 0.55% | - |
| HSV(B) | 35.37º | 0.9% | 1% | - |
| XYZ | 53.62 | 46.28 | 7.03 | - |
| YUV | 172.72 | 44.64 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 25 | 0 | 0.37 | 0.90 | 0.00 | 35.37 | 0.99 | 0.55 |
| Hex | FE | A0 | 19 | 0 | 25 | 5A | 0 | 23 | 63 | 37 |
| Octal | 376 | 240 | 31 | 0 | 45 | 132 | 0 | 43 | 143 | 67 |
| Binary | 11111110 | 10100000 | 11001 | 0 | 100101 | 1011010 | 0 | 100011 | 1100011 | 110111 |
Color Harmonies of #FEA019
Complementary color
Monochromatic Colors of #FEA019
Black with #FEA019
Text Example
Text Example
White with #FEA019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA019; }
p { color: rgb(254,160,25); }
H1.HeaderClassName
{
color: #FEA019;
}
.AnyTagClassName
{
color: #FEA019;
}
</style>
background-color css
<style>
a { background-color: #FEA019; }
a { background-color: rgb(254,160,25); }
div.DivClassName
{
background-color: #FEA019;
}
.BgClassName
{
background-color: #FEA019;
}
</style>
border-color css
<style>
span { border-color: #FEA019; }
span { border-color: rgb(254,160,25); }
td.TdClassName
{
border-color: #FEA019;
}
.TagClassName
{
border-color: #FEA019;
}
</style>