Shades of Dark Tangerine #FEA01E
Tints of Dark Tangerine #FEA01E
RGB
CMYK
RGB Variations
Color information
#FEA01E (or 0xFEA01E) is known color: Dark Tangerine. HEX triplet: FE, A0 and 1E. RGB value is (254,160,30). Sum of RGB (Red+Green+Blue) = 254+160+30=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 30 (12.11% from 255 or 6.76% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA01E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA01E is #015FE1. Grayscale: #ADADAD. Windows color (decimal): -90082 or 2007294. OLE color: 2007294.
HSL color Cylindrical-coordinate representation of color #FEA01E: hue angle of 34.82º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FEA01E is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 30 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.00 |
| HSL | 34.82º | 0.99% | 0.56% | - |
| HSV(B) | 34.82º | 0.88% | 1% | - |
| XYZ | 53.68 | 46.31 | 7.34 | - |
| YUV | 173.29 | 47.14 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 30 | 0 | 0.37 | 0.88 | 0.00 | 34.82 | 0.99 | 0.56 |
| Hex | FE | A0 | 1E | 0 | 25 | 58 | 0 | 23 | 63 | 38 |
| Octal | 376 | 240 | 36 | 0 | 45 | 130 | 0 | 43 | 143 | 70 |
| Binary | 11111110 | 10100000 | 11110 | 0 | 100101 | 1011000 | 0 | 100011 | 1100011 | 111000 |
Color Harmonies of #FEA01E
Complementary color
Monochromatic Colors of #FEA01E
Black with #FEA01E
Text Example
Text Example
White with #FEA01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA01E; }
p { color: rgb(254,160,30); }
H1.HeaderClassName
{
color: #FEA01E;
}
.AnyTagClassName
{
color: #FEA01E;
}
</style>
background-color css
<style>
a { background-color: #FEA01E; }
a { background-color: rgb(254,160,30); }
div.DivClassName
{
background-color: #FEA01E;
}
.BgClassName
{
background-color: #FEA01E;
}
</style>
border-color css
<style>
span { border-color: #FEA01E; }
span { border-color: rgb(254,160,30); }
td.TdClassName
{
border-color: #FEA01E;
}
.TagClassName
{
border-color: #FEA01E;
}
</style>