Shades of Tacao #FBA97A
Tints of Tacao #FBA97A
RGB
CMYK
RGB Variations
Color information
#FBA97A (or 0xFBA97A) is known color: Tacao. HEX triplet: FB, A9 and 7A. RGB value is (251,169,122). Sum of RGB (Red+Green+Blue) = 251+169+122=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA97A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA97A is #045685. Grayscale: #BCBCBC. Windows color (decimal): -284294 or 8038907. OLE color: 8038907.
HSL color Cylindrical-coordinate representation of color #FBA97A: hue angle of 21.86º degrees, saturation: 0.94, 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 #FBA97A is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 122 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.02 |
| HSL | 21.86º | 0.94% | 0.73% | - |
| HSV(B) | 21.86º | 0.51% | 0.98% | - |
| XYZ | 57.48 | 50.29 | 25.09 | - |
| YUV | 188.16 | 90.67 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 122 | 0 | 0.33 | 0.51 | 0.02 | 21.86 | 0.94 | 0.73 |
| Hex | FB | A9 | 7A | 0 | 21 | 33 | 2 | 16 | 5E | 49 |
| Octal | 373 | 251 | 172 | 0 | 41 | 63 | 2 | 26 | 136 | 111 |
| Binary | 11111011 | 10101001 | 1111010 | 0 | 100001 | 110011 | 10 | 10110 | 1011110 | 1001001 |
Color Harmonies of #FBA97A
Complementary color
Monochromatic Colors of #FBA97A
Black with #FBA97A
Text Example
Text Example
White with #FBA97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA97A; }
p { color: rgb(251,169,122); }
H1.HeaderClassName
{
color: #FBA97A;
}
.AnyTagClassName
{
color: #FBA97A;
}
</style>
background-color css
<style>
a { background-color: #FBA97A; }
a { background-color: rgb(251,169,122); }
div.DivClassName
{
background-color: #FBA97A;
}
.BgClassName
{
background-color: #FBA97A;
}
</style>
border-color css
<style>
span { border-color: #FBA97A; }
span { border-color: rgb(251,169,122); }
td.TdClassName
{
border-color: #FBA97A;
}
.TagClassName
{
border-color: #FBA97A;
}
</style>