Shades of Tacao #FEAC80
Tints of Tacao #FEAC80
RGB
CMYK
RGB Variations
Color information
#FEAC80 (or 0xFEAC80) is known color: Tacao. HEX triplet: FE, AC and 80. RGB value is (254,172,128). Sum of RGB (Red+Green+Blue) = 254+172+128=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAC80 is #01537F. Grayscale: #BFBFBF. Windows color (decimal): -86912 or 8432894. OLE color: 8432894.
HSL color Cylindrical-coordinate representation of color #FEAC80: hue angle of 20.95º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEAC80 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 128 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.00 |
| HSL | 20.95º | 0.98% | 0.75% | - |
| HSV(B) | 20.95º | 0.5% | 1% | - |
| XYZ | 59.52 | 52.13 | 27.35 | - |
| YUV | 191.5 | 92.17 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 128 | 0 | 0.32 | 0.50 | 0.00 | 20.95 | 0.98 | 0.75 |
| Hex | FE | AC | 80 | 0 | 20 | 32 | 0 | 15 | 62 | 4B |
| Octal | 376 | 254 | 200 | 0 | 40 | 62 | 0 | 25 | 142 | 113 |
| Binary | 11111110 | 10101100 | 10000000 | 0 | 100000 | 110010 | 0 | 10101 | 1100010 | 1001011 |
Color Harmonies of #FEAC80
Complementary color
Monochromatic Colors of #FEAC80
Black with #FEAC80
Text Example
Text Example
White with #FEAC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC80; }
p { color: rgb(254,172,128); }
H1.HeaderClassName
{
color: #FEAC80;
}
.AnyTagClassName
{
color: #FEAC80;
}
</style>
background-color css
<style>
a { background-color: #FEAC80; }
a { background-color: rgb(254,172,128); }
div.DivClassName
{
background-color: #FEAC80;
}
.BgClassName
{
background-color: #FEAC80;
}
</style>
border-color css
<style>
span { border-color: #FEAC80; }
span { border-color: rgb(254,172,128); }
td.TdClassName
{
border-color: #FEAC80;
}
.TagClassName
{
border-color: #FEAC80;
}
</style>