Shades of Dark Tangerine #FEAC0A
Tints of Dark Tangerine #FEAC0A
RGB
CMYK
RGB Variations
Color information
#FEAC0A (or 0xFEAC0A) is known color: Dark Tangerine. HEX triplet: FE, AC and 0A. RGB value is (254,172,10). Sum of RGB (Red+Green+Blue) = 254+172+10=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 10 (4.30% from 255 or 2.29% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAC0A is #0153F5. Grayscale: #B2B2B2. Windows color (decimal): -87030 or 699646. OLE color: 699646.
HSL color Cylindrical-coordinate representation of color #FEAC0A: hue angle of 39.84º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEAC0A is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 10 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.00 |
| HSL | 39.84º | 0.99% | 0.52% | - |
| HSV(B) | 39.84º | 0.96% | 1% | - |
| XYZ | 55.68 | 50.6 | 7.12 | - |
| YUV | 178.05 | 33.17 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 10 | 0 | 0.32 | 0.96 | 0.00 | 39.84 | 0.99 | 0.52 |
| Hex | FE | AC | A | 0 | 20 | 60 | 0 | 28 | 63 | 34 |
| Octal | 376 | 254 | 12 | 0 | 40 | 140 | 0 | 50 | 143 | 64 |
| Binary | 11111110 | 10101100 | 1010 | 0 | 100000 | 1100000 | 0 | 101000 | 1100011 | 110100 |
Color Harmonies of #FEAC0A
Complementary color
Monochromatic Colors of #FEAC0A
Black with #FEAC0A
Text Example
Text Example
White with #FEAC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC0A; }
p { color: rgb(254,172,10); }
H1.HeaderClassName
{
color: #FEAC0A;
}
.AnyTagClassName
{
color: #FEAC0A;
}
</style>
background-color css
<style>
a { background-color: #FEAC0A; }
a { background-color: rgb(254,172,10); }
div.DivClassName
{
background-color: #FEAC0A;
}
.BgClassName
{
background-color: #FEAC0A;
}
</style>
border-color css
<style>
span { border-color: #FEAC0A; }
span { border-color: rgb(254,172,10); }
td.TdClassName
{
border-color: #FEAC0A;
}
.TagClassName
{
border-color: #FEAC0A;
}
</style>