Shades of Dark Tangerine #FEA01D
Tints of Dark Tangerine #FEA01D
RGB
CMYK
RGB Variations
Color information
#FEA01D (or 0xFEA01D) is known color: Dark Tangerine. HEX triplet: FE, A0 and 1D. RGB value is (254,160,29). Sum of RGB (Red+Green+Blue) = 254+160+29=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA01D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA01D is #015FE2. Grayscale: #ADADAD. Windows color (decimal): -90083 or 1941758. OLE color: 1941758.
HSL color Cylindrical-coordinate representation of color #FEA01D: hue angle of 34.93º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEA01D is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 29 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.00 |
| HSL | 34.93º | 0.99% | 0.55% | - |
| HSV(B) | 34.93º | 0.89% | 1% | - |
| XYZ | 53.67 | 46.3 | 7.27 | - |
| YUV | 173.17 | 46.64 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 29 | 0 | 0.37 | 0.89 | 0.00 | 34.93 | 0.99 | 0.55 |
| Hex | FE | A0 | 1D | 0 | 25 | 59 | 0 | 23 | 63 | 37 |
| Octal | 376 | 240 | 35 | 0 | 45 | 131 | 0 | 43 | 143 | 67 |
| Binary | 11111110 | 10100000 | 11101 | 0 | 100101 | 1011001 | 0 | 100011 | 1100011 | 110111 |
Color Harmonies of #FEA01D
Complementary color
Monochromatic Colors of #FEA01D
Black with #FEA01D
Text Example
Text Example
White with #FEA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA01D; }
p { color: rgb(254,160,29); }
H1.HeaderClassName
{
color: #FEA01D;
}
.AnyTagClassName
{
color: #FEA01D;
}
</style>
background-color css
<style>
a { background-color: #FEA01D; }
a { background-color: rgb(254,160,29); }
div.DivClassName
{
background-color: #FEA01D;
}
.BgClassName
{
background-color: #FEA01D;
}
</style>
border-color css
<style>
span { border-color: #FEA01D; }
span { border-color: rgb(254,160,29); }
td.TdClassName
{
border-color: #FEA01D;
}
.TagClassName
{
border-color: #FEA01D;
}
</style>