Shades of Dark Tangerine #FEAA22
Tints of Dark Tangerine #FEAA22
RGB
CMYK
RGB Variations
Color information
#FEAA22 (or 0xFEAA22) is known color: Dark Tangerine. HEX triplet: FE, AA and 22. RGB value is (254,170,34). Sum of RGB (Red+Green+Blue) = 254+170+34=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 34 (13.67% from 255 or 7.42% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAA22 is #0155DD. Grayscale: #B4B4B4. Windows color (decimal): -87518 or 2271998. OLE color: 2271998.
HSL color Cylindrical-coordinate representation of color #FEAA22: hue angle of 37.09º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEAA22 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 34 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.00 |
| HSL | 37.09º | 0.99% | 0.56% | - |
| HSV(B) | 37.09º | 0.87% | 1% | - |
| XYZ | 55.54 | 49.94 | 8.22 | - |
| YUV | 179.61 | 45.83 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 34 | 0 | 0.33 | 0.87 | 0.00 | 37.09 | 0.99 | 0.56 |
| Hex | FE | AA | 22 | 0 | 21 | 57 | 0 | 25 | 63 | 38 |
| Octal | 376 | 252 | 42 | 0 | 41 | 127 | 0 | 45 | 143 | 70 |
| Binary | 11111110 | 10101010 | 100010 | 0 | 100001 | 1010111 | 0 | 100101 | 1100011 | 111000 |
Color Harmonies of #FEAA22
Complementary color
Monochromatic Colors of #FEAA22
Black with #FEAA22
Text Example
Text Example
White with #FEAA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA22; }
p { color: rgb(254,170,34); }
H1.HeaderClassName
{
color: #FEAA22;
}
.AnyTagClassName
{
color: #FEAA22;
}
</style>
background-color css
<style>
a { background-color: #FEAA22; }
a { background-color: rgb(254,170,34); }
div.DivClassName
{
background-color: #FEAA22;
}
.BgClassName
{
background-color: #FEAA22;
}
</style>
border-color css
<style>
span { border-color: #FEAA22; }
span { border-color: rgb(254,170,34); }
td.TdClassName
{
border-color: #FEAA22;
}
.TagClassName
{
border-color: #FEAA22;
}
</style>