Shades of Tacao #F1AA83
Tints of Tacao #F1AA83
RGB
CMYK
RGB Variations
Color information
#F1AA83 (or 0xF1AA83) is known color: Tacao. HEX triplet: F1, AA and 83. RGB value is (241,170,131). Sum of RGB (Red+Green+Blue) = 241+170+131=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 131 (51.56% from 255 or 24.17% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AA83 is #0E557C. Grayscale: #BBBBBB. Windows color (decimal): -939389 or 8628977. OLE color: 8628977.
HSL color Cylindrical-coordinate representation of color #F1AA83: hue angle of 21.27º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1AA83 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 131 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.05 |
| HSL | 21.27º | 0.8% | 0.73% | - |
| HSV(B) | 21.27º | 0.46% | 0.95% | - |
| XYZ | 54.75 | 49.09 | 28.06 | - |
| YUV | 186.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 131 | 0 | 0.29 | 0.46 | 0.05 | 21.27 | 0.8 | 0.73 |
| Hex | F1 | AA | 83 | 0 | 1D | 2E | 5 | 15 | 50 | 49 |
| Octal | 361 | 252 | 203 | 0 | 35 | 56 | 5 | 25 | 120 | 111 |
| Binary | 11110001 | 10101010 | 10000011 | 0 | 11101 | 101110 | 101 | 10101 | 1010000 | 1001001 |
Color Harmonies of #F1AA83
Complementary color
Monochromatic Colors of #F1AA83
Black with #F1AA83
Text Example
Text Example
White with #F1AA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AA83; }
p { color: rgb(241,170,131); }
H1.HeaderClassName
{
color: #F1AA83;
}
.AnyTagClassName
{
color: #F1AA83;
}
</style>
background-color css
<style>
a { background-color: #F1AA83; }
a { background-color: rgb(241,170,131); }
div.DivClassName
{
background-color: #F1AA83;
}
.BgClassName
{
background-color: #F1AA83;
}
</style>
border-color css
<style>
span { border-color: #F1AA83; }
span { border-color: rgb(241,170,131); }
td.TdClassName
{
border-color: #F1AA83;
}
.TagClassName
{
border-color: #F1AA83;
}
</style>