Shades of Tacao #FEAC74
Tints of Tacao #FEAC74
RGB
CMYK
RGB Variations
Color information
#FEAC74 (or 0xFEAC74) is known color: Tacao. HEX triplet: FE, AC and 74. RGB value is (254,172,116). Sum of RGB (Red+Green+Blue) = 254+172+116=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC74 is #01538B. Grayscale: #BEBEBE. Windows color (decimal): -86924 or 7646462. OLE color: 7646462.
HSL color Cylindrical-coordinate representation of color #FEAC74: hue angle of 24.35º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEAC74 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 116 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.00 |
| HSL | 24.35º | 0.99% | 0.73% | - |
| HSV(B) | 24.35º | 0.54% | 1% | - |
| XYZ | 58.78 | 51.84 | 23.43 | - |
| YUV | 190.13 | 86.17 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 116 | 0 | 0.32 | 0.54 | 0.00 | 24.35 | 0.99 | 0.73 |
| Hex | FE | AC | 74 | 0 | 20 | 36 | 0 | 18 | 63 | 49 |
| Octal | 376 | 254 | 164 | 0 | 40 | 66 | 0 | 30 | 143 | 111 |
| Binary | 11111110 | 10101100 | 1110100 | 0 | 100000 | 110110 | 0 | 11000 | 1100011 | 1001001 |
Color Harmonies of #FEAC74
Complementary color
Monochromatic Colors of #FEAC74
Black with #FEAC74
Text Example
Text Example
White with #FEAC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC74; }
p { color: rgb(254,172,116); }
H1.HeaderClassName
{
color: #FEAC74;
}
.AnyTagClassName
{
color: #FEAC74;
}
</style>
background-color css
<style>
a { background-color: #FEAC74; }
a { background-color: rgb(254,172,116); }
div.DivClassName
{
background-color: #FEAC74;
}
.BgClassName
{
background-color: #FEAC74;
}
</style>
border-color css
<style>
span { border-color: #FEAC74; }
span { border-color: rgb(254,172,116); }
td.TdClassName
{
border-color: #FEAC74;
}
.TagClassName
{
border-color: #FEAC74;
}
</style>