Shades of Dark Tangerine #FEA40E
Tints of Dark Tangerine #FEA40E
RGB
CMYK
RGB Variations
Color information
#FEA40E (or 0xFEA40E) is known color: Dark Tangerine. HEX triplet: FE, A4 and 0E. RGB value is (254,164,14). Sum of RGB (Red+Green+Blue) = 254+164+14=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 14 (5.86% from 255 or 3.24% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA40E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA40E is #015BF1. Grayscale: #AEAEAE. Windows color (decimal): -89074 or 959742. OLE color: 959742.
HSL color Cylindrical-coordinate representation of color #FEA40E: hue angle of 37.5º 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 #FEA40E is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 14 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.00 |
| HSL | 37.5º | 0.99% | 0.53% | - |
| HSV(B) | 37.5º | 0.94% | 1% | - |
| XYZ | 54.23 | 47.65 | 6.76 | - |
| YUV | 173.81 | 37.82 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 14 | 0 | 0.35 | 0.94 | 0.00 | 37.5 | 0.99 | 0.53 |
| Hex | FE | A4 | E | 0 | 23 | 5E | 0 | 26 | 63 | 35 |
| Octal | 376 | 244 | 16 | 0 | 43 | 136 | 0 | 46 | 143 | 65 |
| Binary | 11111110 | 10100100 | 1110 | 0 | 100011 | 1011110 | 0 | 100110 | 1100011 | 110101 |
Color Harmonies of #FEA40E
Complementary color
Monochromatic Colors of #FEA40E
Black with #FEA40E
Text Example
Text Example
White with #FEA40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA40E; }
p { color: rgb(254,164,14); }
H1.HeaderClassName
{
color: #FEA40E;
}
.AnyTagClassName
{
color: #FEA40E;
}
</style>
background-color css
<style>
a { background-color: #FEA40E; }
a { background-color: rgb(254,164,14); }
div.DivClassName
{
background-color: #FEA40E;
}
.BgClassName
{
background-color: #FEA40E;
}
</style>
border-color css
<style>
span { border-color: #FEA40E; }
span { border-color: rgb(254,164,14); }
td.TdClassName
{
border-color: #FEA40E;
}
.TagClassName
{
border-color: #FEA40E;
}
</style>