Shades of Dark Tangerine #FEA813
Tints of Dark Tangerine #FEA813
RGB
CMYK
RGB Variations
Color information
#FEA813 (or 0xFEA813) is known color: Dark Tangerine. HEX triplet: FE, A8 and 13. RGB value is (254,168,19). Sum of RGB (Red+Green+Blue) = 254+168+19=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 19 (7.81% from 255 or 4.31% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA813 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA813 is #0157EC. Grayscale: #B1B1B1. Windows color (decimal): -88045 or 1288446. OLE color: 1288446.
HSL color Cylindrical-coordinate representation of color #FEA813: hue angle of 38.04º 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 #FEA813 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 19 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.00 |
| HSL | 38.04º | 0.99% | 0.54% | - |
| HSV(B) | 38.04º | 0.93% | 1% | - |
| XYZ | 54.99 | 49.12 | 7.2 | - |
| YUV | 176.73 | 38.99 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 19 | 0 | 0.34 | 0.93 | 0.00 | 38.04 | 0.99 | 0.54 |
| Hex | FE | A8 | 13 | 0 | 22 | 5D | 0 | 26 | 63 | 36 |
| Octal | 376 | 250 | 23 | 0 | 42 | 135 | 0 | 46 | 143 | 66 |
| Binary | 11111110 | 10101000 | 10011 | 0 | 100010 | 1011101 | 0 | 100110 | 1100011 | 110110 |
Color Harmonies of #FEA813
Complementary color
Monochromatic Colors of #FEA813
Black with #FEA813
Text Example
Text Example
White with #FEA813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA813; }
p { color: rgb(254,168,19); }
H1.HeaderClassName
{
color: #FEA813;
}
.AnyTagClassName
{
color: #FEA813;
}
</style>
background-color css
<style>
a { background-color: #FEA813; }
a { background-color: rgb(254,168,19); }
div.DivClassName
{
background-color: #FEA813;
}
.BgClassName
{
background-color: #FEA813;
}
</style>
border-color css
<style>
span { border-color: #FEA813; }
span { border-color: rgb(254,168,19); }
td.TdClassName
{
border-color: #FEA813;
}
.TagClassName
{
border-color: #FEA813;
}
</style>