Shades of Dark Tangerine #FEA120
Tints of Dark Tangerine #FEA120
RGB
CMYK
RGB Variations
Color information
#FEA120 (or 0xFEA120) is known color: Dark Tangerine. HEX triplet: FE, A1 and 20. RGB value is (254,161,32). Sum of RGB (Red+Green+Blue) = 254+161+32=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA120 is #015EDF. Grayscale: #AEAEAE. Windows color (decimal): -89824 or 2138622. OLE color: 2138622.
HSL color Cylindrical-coordinate representation of color #FEA120: hue angle of 34.86º 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 #FEA120 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 32 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.00 |
| HSL | 34.86º | 0.99% | 0.56% | - |
| HSV(B) | 34.86º | 0.87% | 1% | - |
| XYZ | 53.88 | 46.66 | 7.53 | - |
| YUV | 174.1 | 47.81 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 32 | 0 | 0.37 | 0.87 | 0.00 | 34.86 | 0.99 | 0.56 |
| Hex | FE | A1 | 20 | 0 | 25 | 57 | 0 | 23 | 63 | 38 |
| Octal | 376 | 241 | 40 | 0 | 45 | 127 | 0 | 43 | 143 | 70 |
| Binary | 11111110 | 10100001 | 100000 | 0 | 100101 | 1010111 | 0 | 100011 | 1100011 | 111000 |
Color Harmonies of #FEA120
Complementary color
Monochromatic Colors of #FEA120
Black with #FEA120
Text Example
Text Example
White with #FEA120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA120; }
p { color: rgb(254,161,32); }
H1.HeaderClassName
{
color: #FEA120;
}
.AnyTagClassName
{
color: #FEA120;
}
</style>
background-color css
<style>
a { background-color: #FEA120; }
a { background-color: rgb(254,161,32); }
div.DivClassName
{
background-color: #FEA120;
}
.BgClassName
{
background-color: #FEA120;
}
</style>
border-color css
<style>
span { border-color: #FEA120; }
span { border-color: rgb(254,161,32); }
td.TdClassName
{
border-color: #FEA120;
}
.TagClassName
{
border-color: #FEA120;
}
</style>