Shades of Dark Tangerine #FEA41E
Tints of Dark Tangerine #FEA41E
RGB
CMYK
RGB Variations
Color information
#FEA41E (or 0xFEA41E) is known color: Dark Tangerine. HEX triplet: FE, A4 and 1E. RGB value is (254,164,30). Sum of RGB (Red+Green+Blue) = 254+164+30=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 30 (12.11% from 255 or 6.70% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA41E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA41E is #015BE1. Grayscale: #B0B0B0. Windows color (decimal): -89058 or 2008318. OLE color: 2008318.
HSL color Cylindrical-coordinate representation of color #FEA41E: hue angle of 35.89º 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 #FEA41E is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 30 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.00 |
| HSL | 35.89º | 0.99% | 0.56% | - |
| HSV(B) | 35.89º | 0.88% | 1% | - |
| XYZ | 54.38 | 47.72 | 7.57 | - |
| YUV | 175.63 | 45.82 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 30 | 0 | 0.35 | 0.88 | 0.00 | 35.89 | 0.99 | 0.56 |
| Hex | FE | A4 | 1E | 0 | 23 | 58 | 0 | 24 | 63 | 38 |
| Octal | 376 | 244 | 36 | 0 | 43 | 130 | 0 | 44 | 143 | 70 |
| Binary | 11111110 | 10100100 | 11110 | 0 | 100011 | 1011000 | 0 | 100100 | 1100011 | 111000 |
Color Harmonies of #FEA41E
Complementary color
Monochromatic Colors of #FEA41E
Black with #FEA41E
Text Example
Text Example
White with #FEA41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA41E; }
p { color: rgb(254,164,30); }
H1.HeaderClassName
{
color: #FEA41E;
}
.AnyTagClassName
{
color: #FEA41E;
}
</style>
background-color css
<style>
a { background-color: #FEA41E; }
a { background-color: rgb(254,164,30); }
div.DivClassName
{
background-color: #FEA41E;
}
.BgClassName
{
background-color: #FEA41E;
}
</style>
border-color css
<style>
span { border-color: #FEA41E; }
span { border-color: rgb(254,164,30); }
td.TdClassName
{
border-color: #FEA41E;
}
.TagClassName
{
border-color: #FEA41E;
}
</style>