Shades of Tacao #FAAE7D
Tints of Tacao #FAAE7D
RGB
CMYK
RGB Variations
Color information
#FAAE7D (or 0xFAAE7D) is known color: Tacao. HEX triplet: FA, AE and 7D. RGB value is (250,174,125). Sum of RGB (Red+Green+Blue) = 250+174+125=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAE7D is #055182. Grayscale: #BFBFBF. Windows color (decimal): -348547 or 8236794. OLE color: 8236794.
HSL color Cylindrical-coordinate representation of color #FAAE7D: hue angle of 23.52º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAAE7D is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 125 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.02 |
| HSL | 23.52º | 0.93% | 0.74% | - |
| HSV(B) | 23.52º | 0.5% | 0.98% | - |
| XYZ | 58.26 | 52.08 | 26.38 | - |
| YUV | 191.14 | 90.68 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 125 | 0 | 0.30 | 0.50 | 0.02 | 23.52 | 0.93 | 0.74 |
| Hex | FA | AE | 7D | 0 | 1E | 32 | 2 | 18 | 5D | 4A |
| Octal | 372 | 256 | 175 | 0 | 36 | 62 | 2 | 30 | 135 | 112 |
| Binary | 11111010 | 10101110 | 1111101 | 0 | 11110 | 110010 | 10 | 11000 | 1011101 | 1001010 |
Color Harmonies of #FAAE7D
Complementary color
Monochromatic Colors of #FAAE7D
Black with #FAAE7D
Text Example
Text Example
White with #FAAE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAE7D; }
p { color: rgb(250,174,125); }
H1.HeaderClassName
{
color: #FAAE7D;
}
.AnyTagClassName
{
color: #FAAE7D;
}
</style>
background-color css
<style>
a { background-color: #FAAE7D; }
a { background-color: rgb(250,174,125); }
div.DivClassName
{
background-color: #FAAE7D;
}
.BgClassName
{
background-color: #FAAE7D;
}
</style>
border-color css
<style>
span { border-color: #FAAE7D; }
span { border-color: rgb(250,174,125); }
td.TdClassName
{
border-color: #FAAE7D;
}
.TagClassName
{
border-color: #FAAE7D;
}
</style>