Shades of Dark Tangerine #FEA122
Tints of Dark Tangerine #FEA122
RGB
CMYK
RGB Variations
Color information
#FEA122 (or 0xFEA122) is known color: Dark Tangerine. HEX triplet: FE, A1 and 22. RGB value is (254,161,34). Sum of RGB (Red+Green+Blue) = 254+161+34=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA122 is #015EDD. Grayscale: #AEAEAE. Windows color (decimal): -89822 or 2269694. OLE color: 2269694.
HSL color Cylindrical-coordinate representation of color #FEA122: hue angle of 34.64º 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 #FEA122 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 34 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.00 |
| HSL | 34.64º | 0.99% | 0.56% | - |
| HSV(B) | 34.64º | 0.87% | 1% | - |
| XYZ | 53.91 | 46.68 | 7.68 | - |
| YUV | 174.33 | 48.81 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 34 | 0 | 0.37 | 0.87 | 0.00 | 34.64 | 0.99 | 0.56 |
| Hex | FE | A1 | 22 | 0 | 25 | 57 | 0 | 23 | 63 | 38 |
| Octal | 376 | 241 | 42 | 0 | 45 | 127 | 0 | 43 | 143 | 70 |
| Binary | 11111110 | 10100001 | 100010 | 0 | 100101 | 1010111 | 0 | 100011 | 1100011 | 111000 |
Color Harmonies of #FEA122
Complementary color
Monochromatic Colors of #FEA122
Black with #FEA122
Text Example
Text Example
White with #FEA122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA122; }
p { color: rgb(254,161,34); }
H1.HeaderClassName
{
color: #FEA122;
}
.AnyTagClassName
{
color: #FEA122;
}
</style>
background-color css
<style>
a { background-color: #FEA122; }
a { background-color: rgb(254,161,34); }
div.DivClassName
{
background-color: #FEA122;
}
.BgClassName
{
background-color: #FEA122;
}
</style>
border-color css
<style>
span { border-color: #FEA122; }
span { border-color: rgb(254,161,34); }
td.TdClassName
{
border-color: #FEA122;
}
.TagClassName
{
border-color: #FEA122;
}
</style>