Shades of Tacao #FEAC7E
Tints of Tacao #FEAC7E
RGB
CMYK
RGB Variations
Color information
#FEAC7E (or 0xFEAC7E) is known color: Tacao. HEX triplet: FE, AC and 7E. RGB value is (254,172,126). Sum of RGB (Red+Green+Blue) = 254+172+126=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 126 (49.61% from 255 or 22.83% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC7E is #015381. Grayscale: #BFBFBF. Windows color (decimal): -86914 or 8301822. OLE color: 8301822.
HSL color Cylindrical-coordinate representation of color #FEAC7E: hue angle of 21.56º 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 #FEAC7E is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 126 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.00 |
| HSL | 21.56º | 0.98% | 0.75% | - |
| HSV(B) | 21.56º | 0.5% | 1% | - |
| XYZ | 59.39 | 52.08 | 26.66 | - |
| YUV | 191.27 | 91.17 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 126 | 0 | 0.32 | 0.50 | 0.00 | 21.56 | 0.98 | 0.75 |
| Hex | FE | AC | 7E | 0 | 20 | 32 | 0 | 16 | 62 | 4B |
| Octal | 376 | 254 | 176 | 0 | 40 | 62 | 0 | 26 | 142 | 113 |
| Binary | 11111110 | 10101100 | 1111110 | 0 | 100000 | 110010 | 0 | 10110 | 1100010 | 1001011 |
Color Harmonies of #FEAC7E
Complementary color
Monochromatic Colors of #FEAC7E
Black with #FEAC7E
Text Example
Text Example
White with #FEAC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC7E; }
p { color: rgb(254,172,126); }
H1.HeaderClassName
{
color: #FEAC7E;
}
.AnyTagClassName
{
color: #FEAC7E;
}
</style>
background-color css
<style>
a { background-color: #FEAC7E; }
a { background-color: rgb(254,172,126); }
div.DivClassName
{
background-color: #FEAC7E;
}
.BgClassName
{
background-color: #FEAC7E;
}
</style>
border-color css
<style>
span { border-color: #FEAC7E; }
span { border-color: rgb(254,172,126); }
td.TdClassName
{
border-color: #FEAC7E;
}
.TagClassName
{
border-color: #FEAC7E;
}
</style>