Shades of Dark Tangerine #FEAC11
Tints of Dark Tangerine #FEAC11
RGB
CMYK
RGB Variations
Color information
#FEAC11 (or 0xFEAC11) is known color: Dark Tangerine. HEX triplet: FE, AC and 11. RGB value is (254,172,17). Sum of RGB (Red+Green+Blue) = 254+172+17=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAC11 is #0153EE. Grayscale: #B3B3B3. Windows color (decimal): -87023 or 1158398. OLE color: 1158398.
HSL color Cylindrical-coordinate representation of color #FEAC11: hue angle of 39.24º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEAC11 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 17 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.00 |
| HSL | 39.24º | 0.99% | 0.53% | - |
| HSV(B) | 39.24º | 0.93% | 1% | - |
| XYZ | 55.73 | 50.62 | 7.36 | - |
| YUV | 178.85 | 36.67 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 17 | 0 | 0.32 | 0.93 | 0.00 | 39.24 | 0.99 | 0.53 |
| Hex | FE | AC | 11 | 0 | 20 | 5D | 0 | 27 | 63 | 35 |
| Octal | 376 | 254 | 21 | 0 | 40 | 135 | 0 | 47 | 143 | 65 |
| Binary | 11111110 | 10101100 | 10001 | 0 | 100000 | 1011101 | 0 | 100111 | 1100011 | 110101 |
Color Harmonies of #FEAC11
Complementary color
Monochromatic Colors of #FEAC11
Black with #FEAC11
Text Example
Text Example
White with #FEAC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC11; }
p { color: rgb(254,172,17); }
H1.HeaderClassName
{
color: #FEAC11;
}
.AnyTagClassName
{
color: #FEAC11;
}
</style>
background-color css
<style>
a { background-color: #FEAC11; }
a { background-color: rgb(254,172,17); }
div.DivClassName
{
background-color: #FEAC11;
}
.BgClassName
{
background-color: #FEAC11;
}
</style>
border-color css
<style>
span { border-color: #FEAC11; }
span { border-color: rgb(254,172,17); }
td.TdClassName
{
border-color: #FEAC11;
}
.TagClassName
{
border-color: #FEAC11;
}
</style>