Shades of Dark Tangerine #FEA313
Tints of Dark Tangerine #FEA313
RGB
CMYK
RGB Variations
Color information
#FEA313 (or 0xFEA313) is known color: Dark Tangerine. HEX triplet: FE, A3 and 13. RGB value is (254,163,19). Sum of RGB (Red+Green+Blue) = 254+163+19=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA313 is #015CEC. Grayscale: #AEAEAE. Windows color (decimal): -89325 or 1287166. OLE color: 1287166.
HSL color Cylindrical-coordinate representation of color #FEA313: hue angle of 36.77º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEA313 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 19 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.00 |
| HSL | 36.77º | 0.99% | 0.54% | - |
| HSV(B) | 36.77º | 0.93% | 1% | - |
| XYZ | 54.09 | 47.31 | 6.9 | - |
| YUV | 173.79 | 40.65 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 19 | 0 | 0.36 | 0.93 | 0.00 | 36.77 | 0.99 | 0.54 |
| Hex | FE | A3 | 13 | 0 | 24 | 5D | 0 | 25 | 63 | 36 |
| Octal | 376 | 243 | 23 | 0 | 44 | 135 | 0 | 45 | 143 | 66 |
| Binary | 11111110 | 10100011 | 10011 | 0 | 100100 | 1011101 | 0 | 100101 | 1100011 | 110110 |
Color Harmonies of #FEA313
Complementary color
Monochromatic Colors of #FEA313
Black with #FEA313
Text Example
Text Example
White with #FEA313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA313; }
p { color: rgb(254,163,19); }
H1.HeaderClassName
{
color: #FEA313;
}
.AnyTagClassName
{
color: #FEA313;
}
</style>
background-color css
<style>
a { background-color: #FEA313; }
a { background-color: rgb(254,163,19); }
div.DivClassName
{
background-color: #FEA313;
}
.BgClassName
{
background-color: #FEA313;
}
</style>
border-color css
<style>
span { border-color: #FEA313; }
span { border-color: rgb(254,163,19); }
td.TdClassName
{
border-color: #FEA313;
}
.TagClassName
{
border-color: #FEA313;
}
</style>