Shades of Dark Tangerine #FEA41A
Tints of Dark Tangerine #FEA41A
RGB
CMYK
RGB Variations
Color information
#FEA41A (or 0xFEA41A) is known color: Dark Tangerine. HEX triplet: FE, A4 and 1A. RGB value is (254,164,26). Sum of RGB (Red+Green+Blue) = 254+164+26=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 26 (10.55% from 255 or 5.86% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA41A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA41A is #015BE5. Grayscale: #AFAFAF. Windows color (decimal): -89062 or 1746174. OLE color: 1746174.
HSL color Cylindrical-coordinate representation of color #FEA41A: hue angle of 36.32º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEA41A is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 26 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.00 |
| HSL | 36.32º | 0.99% | 0.55% | - |
| HSV(B) | 36.32º | 0.9% | 1% | - |
| XYZ | 54.33 | 47.7 | 7.32 | - |
| YUV | 175.18 | 43.82 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 26 | 0 | 0.35 | 0.90 | 0.00 | 36.32 | 0.99 | 0.55 |
| Hex | FE | A4 | 1A | 0 | 23 | 5A | 0 | 24 | 63 | 37 |
| Octal | 376 | 244 | 32 | 0 | 43 | 132 | 0 | 44 | 143 | 67 |
| Binary | 11111110 | 10100100 | 11010 | 0 | 100011 | 1011010 | 0 | 100100 | 1100011 | 110111 |
Color Harmonies of #FEA41A
Complementary color
Monochromatic Colors of #FEA41A
Black with #FEA41A
Text Example
Text Example
White with #FEA41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA41A; }
p { color: rgb(254,164,26); }
H1.HeaderClassName
{
color: #FEA41A;
}
.AnyTagClassName
{
color: #FEA41A;
}
</style>
background-color css
<style>
a { background-color: #FEA41A; }
a { background-color: rgb(254,164,26); }
div.DivClassName
{
background-color: #FEA41A;
}
.BgClassName
{
background-color: #FEA41A;
}
</style>
border-color css
<style>
span { border-color: #FEA41A; }
span { border-color: rgb(254,164,26); }
td.TdClassName
{
border-color: #FEA41A;
}
.TagClassName
{
border-color: #FEA41A;
}
</style>