Shades of Dark Tangerine #FEA80E
Tints of Dark Tangerine #FEA80E
RGB
CMYK
RGB Variations
Color information
#FEA80E (or 0xFEA80E) is known color: Dark Tangerine. HEX triplet: FE, A8 and 0E. RGB value is (254,168,14). Sum of RGB (Red+Green+Blue) = 254+168+14=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA80E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA80E is #0157F1. Grayscale: #B0B0B0. Windows color (decimal): -88050 or 960766. OLE color: 960766.
HSL color Cylindrical-coordinate representation of color #FEA80E: hue angle of 38.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 #FEA80E is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 14 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.00 |
| HSL | 38.5º | 0.99% | 0.53% | - |
| HSV(B) | 38.5º | 0.94% | 1% | - |
| XYZ | 54.95 | 49.11 | 7 | - |
| YUV | 176.16 | 36.49 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 14 | 0 | 0.34 | 0.94 | 0.00 | 38.5 | 0.99 | 0.53 |
| Hex | FE | A8 | E | 0 | 22 | 5E | 0 | 26 | 63 | 35 |
| Octal | 376 | 250 | 16 | 0 | 42 | 136 | 0 | 46 | 143 | 65 |
| Binary | 11111110 | 10101000 | 1110 | 0 | 100010 | 1011110 | 0 | 100110 | 1100011 | 110101 |
Color Harmonies of #FEA80E
Complementary color
Monochromatic Colors of #FEA80E
Black with #FEA80E
Text Example
Text Example
White with #FEA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA80E; }
p { color: rgb(254,168,14); }
H1.HeaderClassName
{
color: #FEA80E;
}
.AnyTagClassName
{
color: #FEA80E;
}
</style>
background-color css
<style>
a { background-color: #FEA80E; }
a { background-color: rgb(254,168,14); }
div.DivClassName
{
background-color: #FEA80E;
}
.BgClassName
{
background-color: #FEA80E;
}
</style>
border-color css
<style>
span { border-color: #FEA80E; }
span { border-color: rgb(254,168,14); }
td.TdClassName
{
border-color: #FEA80E;
}
.TagClassName
{
border-color: #FEA80E;
}
</style>