Shades of Tacao #FAAF7A
Tints of Tacao #FAAF7A
RGB
CMYK
RGB Variations
Color information
#FAAF7A (or 0xFAAF7A) is known color: Tacao. HEX triplet: FA, AF and 7A. RGB value is (250,175,122). Sum of RGB (Red+Green+Blue) = 250+175+122=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 122 (48.05% from 255 or 22.30% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAF7A is #055085. Grayscale: #BFBFBF. Windows color (decimal): -348294 or 8040442. OLE color: 8040442.
HSL color Cylindrical-coordinate representation of color #FAAF7A: hue angle of 24.84º 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 #FAAF7A is Cyan = 0, Magento = 0.3, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 122 | - |
| CMYK | 0 | 0.3 | 0.51 | 0.02 |
| HSL | 24.84º | 0.93% | 0.73% | - |
| HSV(B) | 24.84º | 0.51% | 0.98% | - |
| XYZ | 58.27 | 52.39 | 25.45 | - |
| YUV | 191.38 | 88.85 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 122 | 0 | 0.3 | 0.51 | 0.02 | 24.84 | 0.93 | 0.73 |
| Hex | FA | AF | 7A | 0 | 1E | 33 | 2 | 19 | 5D | 49 |
| Octal | 372 | 257 | 172 | 0 | 36 | 63 | 2 | 31 | 135 | 111 |
| Binary | 11111010 | 10101111 | 1111010 | 0 | 11110 | 110011 | 10 | 11001 | 1011101 | 1001001 |
Color Harmonies of #FAAF7A
Complementary color
Monochromatic Colors of #FAAF7A
Black with #FAAF7A
Text Example
Text Example
White with #FAAF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF7A; }
p { color: rgb(250,175,122); }
H1.HeaderClassName
{
color: #FAAF7A;
}
.AnyTagClassName
{
color: #FAAF7A;
}
</style>
background-color css
<style>
a { background-color: #FAAF7A; }
a { background-color: rgb(250,175,122); }
div.DivClassName
{
background-color: #FAAF7A;
}
.BgClassName
{
background-color: #FAAF7A;
}
</style>
border-color css
<style>
span { border-color: #FAAF7A; }
span { border-color: rgb(250,175,122); }
td.TdClassName
{
border-color: #FAAF7A;
}
.TagClassName
{
border-color: #FAAF7A;
}
</style>