Shades of Dark Tangerine #FEAC20
Tints of Dark Tangerine #FEAC20
RGB
CMYK
RGB Variations
Color information
#FEAC20 (or 0xFEAC20) is known color: Dark Tangerine. HEX triplet: FE, AC and 20. RGB value is (254,172,32). Sum of RGB (Red+Green+Blue) = 254+172+32=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 32 (12.89% from 255 or 6.99% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC20 is #0153DF. Grayscale: #B5B5B5. Windows color (decimal): -87008 or 2141438. OLE color: 2141438.
HSL color Cylindrical-coordinate representation of color #FEAC20: hue angle of 37.84º 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 #FEAC20 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 32 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.00 |
| HSL | 37.84º | 0.99% | 0.56% | - |
| HSV(B) | 37.84º | 0.87% | 1% | - |
| XYZ | 55.89 | 50.68 | 8.2 | - |
| YUV | 180.56 | 44.17 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 32 | 0 | 0.32 | 0.87 | 0.00 | 37.84 | 0.99 | 0.56 |
| Hex | FE | AC | 20 | 0 | 20 | 57 | 0 | 26 | 63 | 38 |
| Octal | 376 | 254 | 40 | 0 | 40 | 127 | 0 | 46 | 143 | 70 |
| Binary | 11111110 | 10101100 | 100000 | 0 | 100000 | 1010111 | 0 | 100110 | 1100011 | 111000 |
Color Harmonies of #FEAC20
Complementary color
Monochromatic Colors of #FEAC20
Black with #FEAC20
Text Example
Text Example
White with #FEAC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC20; }
p { color: rgb(254,172,32); }
H1.HeaderClassName
{
color: #FEAC20;
}
.AnyTagClassName
{
color: #FEAC20;
}
</style>
background-color css
<style>
a { background-color: #FEAC20; }
a { background-color: rgb(254,172,32); }
div.DivClassName
{
background-color: #FEAC20;
}
.BgClassName
{
background-color: #FEAC20;
}
</style>
border-color css
<style>
span { border-color: #FEAC20; }
span { border-color: rgb(254,172,32); }
td.TdClassName
{
border-color: #FEAC20;
}
.TagClassName
{
border-color: #FEAC20;
}
</style>