Shades of Dark Tangerine #FEAA16
Tints of Dark Tangerine #FEAA16
RGB
CMYK
RGB Variations
Color information
#FEAA16 (or 0xFEAA16) is known color: Dark Tangerine. HEX triplet: FE, AA and 16. RGB value is (254,170,22). Sum of RGB (Red+Green+Blue) = 254+170+22=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 22 (8.98% from 255 or 4.93% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAA16 is #0155E9. Grayscale: #B2B2B2. Windows color (decimal): -87530 or 1485566. OLE color: 1485566.
HSL color Cylindrical-coordinate representation of color #FEAA16: hue angle of 38.28º 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 #FEAA16 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 22 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.00 |
| HSL | 38.28º | 0.99% | 0.54% | - |
| HSV(B) | 38.28º | 0.91% | 1% | - |
| XYZ | 55.39 | 49.88 | 7.47 | - |
| YUV | 178.24 | 39.83 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 22 | 0 | 0.33 | 0.91 | 0.00 | 38.28 | 0.99 | 0.54 |
| Hex | FE | AA | 16 | 0 | 21 | 5B | 0 | 26 | 63 | 36 |
| Octal | 376 | 252 | 26 | 0 | 41 | 133 | 0 | 46 | 143 | 66 |
| Binary | 11111110 | 10101010 | 10110 | 0 | 100001 | 1011011 | 0 | 100110 | 1100011 | 110110 |
Color Harmonies of #FEAA16
Complementary color
Monochromatic Colors of #FEAA16
Black with #FEAA16
Text Example
Text Example
White with #FEAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA16; }
p { color: rgb(254,170,22); }
H1.HeaderClassName
{
color: #FEAA16;
}
.AnyTagClassName
{
color: #FEAA16;
}
</style>
background-color css
<style>
a { background-color: #FEAA16; }
a { background-color: rgb(254,170,22); }
div.DivClassName
{
background-color: #FEAA16;
}
.BgClassName
{
background-color: #FEAA16;
}
</style>
border-color css
<style>
span { border-color: #FEAA16; }
span { border-color: rgb(254,170,22); }
td.TdClassName
{
border-color: #FEAA16;
}
.TagClassName
{
border-color: #FEAA16;
}
</style>