Shades of Dark Tangerine #FEA816
Tints of Dark Tangerine #FEA816
RGB
CMYK
RGB Variations
Color information
#FEA816 (or 0xFEA816) is known color: Dark Tangerine. HEX triplet: FE, A8 and 16. RGB value is (254,168,22). Sum of RGB (Red+Green+Blue) = 254+168+22=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA816 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA816 is #0157E9. Grayscale: #B1B1B1. Windows color (decimal): -88042 or 1485054. OLE color: 1485054.
HSL color Cylindrical-coordinate representation of color #FEA816: hue angle of 37.76º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEA816 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 22 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.00 |
| HSL | 37.76º | 0.99% | 0.54% | - |
| HSV(B) | 37.76º | 0.91% | 1% | - |
| XYZ | 55.02 | 49.13 | 7.34 | - |
| YUV | 177.07 | 40.49 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 22 | 0 | 0.34 | 0.91 | 0.00 | 37.76 | 0.99 | 0.54 |
| Hex | FE | A8 | 16 | 0 | 22 | 5B | 0 | 26 | 63 | 36 |
| Octal | 376 | 250 | 26 | 0 | 42 | 133 | 0 | 46 | 143 | 66 |
| Binary | 11111110 | 10101000 | 10110 | 0 | 100010 | 1011011 | 0 | 100110 | 1100011 | 110110 |
Color Harmonies of #FEA816
Complementary color
Monochromatic Colors of #FEA816
Black with #FEA816
Text Example
Text Example
White with #FEA816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA816; }
p { color: rgb(254,168,22); }
H1.HeaderClassName
{
color: #FEA816;
}
.AnyTagClassName
{
color: #FEA816;
}
</style>
background-color css
<style>
a { background-color: #FEA816; }
a { background-color: rgb(254,168,22); }
div.DivClassName
{
background-color: #FEA816;
}
.BgClassName
{
background-color: #FEA816;
}
</style>
border-color css
<style>
span { border-color: #FEA816; }
span { border-color: rgb(254,168,22); }
td.TdClassName
{
border-color: #FEA816;
}
.TagClassName
{
border-color: #FEA816;
}
</style>