Shades of Dark Tangerine #FEA31A
Tints of Dark Tangerine #FEA31A
RGB
CMYK
RGB Variations
Color information
#FEA31A (or 0xFEA31A) is known color: Dark Tangerine. HEX triplet: FE, A3 and 1A. RGB value is (254,163,26). Sum of RGB (Red+Green+Blue) = 254+163+26=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA31A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA31A is #015CE5. Grayscale: #AFAFAF. Windows color (decimal): -89318 or 1745918. OLE color: 1745918.
HSL color Cylindrical-coordinate representation of color #FEA31A: hue angle of 36.05º 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 #FEA31A is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 26 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.00 |
| HSL | 36.05º | 0.99% | 0.55% | - |
| HSV(B) | 36.05º | 0.9% | 1% | - |
| XYZ | 54.16 | 47.34 | 7.26 | - |
| YUV | 174.59 | 44.15 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 26 | 0 | 0.36 | 0.90 | 0.00 | 36.05 | 0.99 | 0.55 |
| Hex | FE | A3 | 1A | 0 | 24 | 5A | 0 | 24 | 63 | 37 |
| Octal | 376 | 243 | 32 | 0 | 44 | 132 | 0 | 44 | 143 | 67 |
| Binary | 11111110 | 10100011 | 11010 | 0 | 100100 | 1011010 | 0 | 100100 | 1100011 | 110111 |
Color Harmonies of #FEA31A
Complementary color
Monochromatic Colors of #FEA31A
Black with #FEA31A
Text Example
Text Example
White with #FEA31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA31A; }
p { color: rgb(254,163,26); }
H1.HeaderClassName
{
color: #FEA31A;
}
.AnyTagClassName
{
color: #FEA31A;
}
</style>
background-color css
<style>
a { background-color: #FEA31A; }
a { background-color: rgb(254,163,26); }
div.DivClassName
{
background-color: #FEA31A;
}
.BgClassName
{
background-color: #FEA31A;
}
</style>
border-color css
<style>
span { border-color: #FEA31A; }
span { border-color: rgb(254,163,26); }
td.TdClassName
{
border-color: #FEA31A;
}
.TagClassName
{
border-color: #FEA31A;
}
</style>