Shades of Tacao #F1AA7B
Tints of Tacao #F1AA7B
RGB
CMYK
RGB Variations
Color information
#F1AA7B (or 0xF1AA7B) is known color: Tacao. HEX triplet: F1, AA and 7B. RGB value is (241,170,123). Sum of RGB (Red+Green+Blue) = 241+170+123=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AA7B is #0E5584. Grayscale: #BABABA. Windows color (decimal): -939397 or 8104689. OLE color: 8104689.
HSL color Cylindrical-coordinate representation of color #F1AA7B: hue angle of 23.9º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1AA7B is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 123 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.05 |
| HSL | 23.9º | 0.81% | 0.71% | - |
| HSV(B) | 23.9º | 0.49% | 0.95% | - |
| XYZ | 54.23 | 48.88 | 25.32 | - |
| YUV | 185.87 | 92.52 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 123 | 0 | 0.29 | 0.49 | 0.05 | 23.9 | 0.81 | 0.71 |
| Hex | F1 | AA | 7B | 0 | 1D | 31 | 5 | 18 | 51 | 47 |
| Octal | 361 | 252 | 173 | 0 | 35 | 61 | 5 | 30 | 121 | 107 |
| Binary | 11110001 | 10101010 | 1111011 | 0 | 11101 | 110001 | 101 | 11000 | 1010001 | 1000111 |
Color Harmonies of #F1AA7B
Complementary color
Monochromatic Colors of #F1AA7B
Black with #F1AA7B
Text Example
Text Example
White with #F1AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AA7B; }
p { color: rgb(241,170,123); }
H1.HeaderClassName
{
color: #F1AA7B;
}
.AnyTagClassName
{
color: #F1AA7B;
}
</style>
background-color css
<style>
a { background-color: #F1AA7B; }
a { background-color: rgb(241,170,123); }
div.DivClassName
{
background-color: #F1AA7B;
}
.BgClassName
{
background-color: #F1AA7B;
}
</style>
border-color css
<style>
span { border-color: #F1AA7B; }
span { border-color: rgb(241,170,123); }
td.TdClassName
{
border-color: #F1AA7B;
}
.TagClassName
{
border-color: #F1AA7B;
}
</style>