Shades of Tacao #FAAC7B
Tints of Tacao #FAAC7B
RGB
CMYK
RGB Variations
Color information
#FAAC7B (or 0xFAAC7B) is known color: Tacao. HEX triplet: FA, AC and 7B. RGB value is (250,172,123). Sum of RGB (Red+Green+Blue) = 250+172+123=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 123 (48.44% from 255 or 22.57% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAC7B is #055384. Grayscale: #BEBEBE. Windows color (decimal): -349061 or 8105210. OLE color: 8105210.
HSL color Cylindrical-coordinate representation of color #FAAC7B: hue angle of 23.15º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAAC7B is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 123 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.02 |
| HSL | 23.15º | 0.93% | 0.73% | - |
| HSV(B) | 23.15º | 0.51% | 0.98% | - |
| XYZ | 57.75 | 51.26 | 25.59 | - |
| YUV | 189.74 | 90.34 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 123 | 0 | 0.31 | 0.51 | 0.02 | 23.15 | 0.93 | 0.73 |
| Hex | FA | AC | 7B | 0 | 1F | 33 | 2 | 17 | 5D | 49 |
| Octal | 372 | 254 | 173 | 0 | 37 | 63 | 2 | 27 | 135 | 111 |
| Binary | 11111010 | 10101100 | 1111011 | 0 | 11111 | 110011 | 10 | 10111 | 1011101 | 1001001 |
Color Harmonies of #FAAC7B
Complementary color
Monochromatic Colors of #FAAC7B
Black with #FAAC7B
Text Example
Text Example
White with #FAAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAC7B; }
p { color: rgb(250,172,123); }
H1.HeaderClassName
{
color: #FAAC7B;
}
.AnyTagClassName
{
color: #FAAC7B;
}
</style>
background-color css
<style>
a { background-color: #FAAC7B; }
a { background-color: rgb(250,172,123); }
div.DivClassName
{
background-color: #FAAC7B;
}
.BgClassName
{
background-color: #FAAC7B;
}
</style>
border-color css
<style>
span { border-color: #FAAC7B; }
span { border-color: rgb(250,172,123); }
td.TdClassName
{
border-color: #FAAC7B;
}
.TagClassName
{
border-color: #FAAC7B;
}
</style>