Shades of Tacao #FEAC7D
Tints of Tacao #FEAC7D
RGB
CMYK
RGB Variations
Color information
#FEAC7D (or 0xFEAC7D) is known color: Tacao. HEX triplet: FE, AC and 7D. RGB value is (254,172,125). Sum of RGB (Red+Green+Blue) = 254+172+125=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC7D is #015382. Grayscale: #BFBFBF. Windows color (decimal): -86915 or 8236286. OLE color: 8236286.
HSL color Cylindrical-coordinate representation of color #FEAC7D: hue angle of 21.86º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEAC7D is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 125 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.00 |
| HSL | 21.86º | 0.98% | 0.74% | - |
| HSV(B) | 21.86º | 0.51% | 1% | - |
| XYZ | 59.33 | 52.06 | 26.32 | - |
| YUV | 191.16 | 90.67 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 125 | 0 | 0.32 | 0.51 | 0.00 | 21.86 | 0.98 | 0.74 |
| Hex | FE | AC | 7D | 0 | 20 | 33 | 0 | 16 | 62 | 4A |
| Octal | 376 | 254 | 175 | 0 | 40 | 63 | 0 | 26 | 142 | 112 |
| Binary | 11111110 | 10101100 | 1111101 | 0 | 100000 | 110011 | 0 | 10110 | 1100010 | 1001010 |
Color Harmonies of #FEAC7D
Complementary color
Monochromatic Colors of #FEAC7D
Black with #FEAC7D
Text Example
Text Example
White with #FEAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC7D; }
p { color: rgb(254,172,125); }
H1.HeaderClassName
{
color: #FEAC7D;
}
.AnyTagClassName
{
color: #FEAC7D;
}
</style>
background-color css
<style>
a { background-color: #FEAC7D; }
a { background-color: rgb(254,172,125); }
div.DivClassName
{
background-color: #FEAC7D;
}
.BgClassName
{
background-color: #FEAC7D;
}
</style>
border-color css
<style>
span { border-color: #FEAC7D; }
span { border-color: rgb(254,172,125); }
td.TdClassName
{
border-color: #FEAC7D;
}
.TagClassName
{
border-color: #FEAC7D;
}
</style>