Shades of Tacao #FAAA78
Tints of Tacao #FAAA78
RGB
CMYK
RGB Variations
Color information
#FAAA78 (or 0xFAAA78) is known color: Tacao. HEX triplet: FA, AA and 78. RGB value is (250,170,120). Sum of RGB (Red+Green+Blue) = 250+170+120=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA78 is #055587. Grayscale: #BCBCBC. Windows color (decimal): -349576 or 7908090. OLE color: 7908090.
HSL color Cylindrical-coordinate representation of color #FAAA78: hue angle of 23.08º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAAA78 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 120 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.02 |
| HSL | 23.08º | 0.93% | 0.73% | - |
| HSV(B) | 23.08º | 0.52% | 0.98% | - |
| XYZ | 57.19 | 50.43 | 24.49 | - |
| YUV | 188.22 | 89.5 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 120 | 0 | 0.32 | 0.52 | 0.02 | 23.08 | 0.93 | 0.73 |
| Hex | FA | AA | 78 | 0 | 20 | 34 | 2 | 17 | 5D | 49 |
| Octal | 372 | 252 | 170 | 0 | 40 | 64 | 2 | 27 | 135 | 111 |
| Binary | 11111010 | 10101010 | 1111000 | 0 | 100000 | 110100 | 10 | 10111 | 1011101 | 1001001 |
Color Harmonies of #FAAA78
Complementary color
Monochromatic Colors of #FAAA78
Black with #FAAA78
Text Example
Text Example
White with #FAAA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA78; }
p { color: rgb(250,170,120); }
H1.HeaderClassName
{
color: #FAAA78;
}
.AnyTagClassName
{
color: #FAAA78;
}
</style>
background-color css
<style>
a { background-color: #FAAA78; }
a { background-color: rgb(250,170,120); }
div.DivClassName
{
background-color: #FAAA78;
}
.BgClassName
{
background-color: #FAAA78;
}
</style>
border-color css
<style>
span { border-color: #FAAA78; }
span { border-color: rgb(250,170,120); }
td.TdClassName
{
border-color: #FAAA78;
}
.TagClassName
{
border-color: #FAAA78;
}
</style>