Shades of Tacao #FBA979
Tints of Tacao #FBA979
RGB
CMYK
RGB Variations
Color information
#FBA979 (or 0xFBA979) is known color: Tacao. HEX triplet: FB, A9 and 79. RGB value is (251,169,121). Sum of RGB (Red+Green+Blue) = 251+169+121=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 121 (47.66% from 255 or 22.37% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA979 is #045686. Grayscale: #BCBCBC. Windows color (decimal): -284295 or 7973371. OLE color: 7973371.
HSL color Cylindrical-coordinate representation of color #FBA979: hue angle of 22.15º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBA979 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 121 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.02 |
| HSL | 22.15º | 0.94% | 0.73% | - |
| HSV(B) | 22.15º | 0.52% | 0.98% | - |
| XYZ | 57.42 | 50.27 | 24.76 | - |
| YUV | 188.05 | 90.17 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 121 | 0 | 0.33 | 0.52 | 0.02 | 22.15 | 0.94 | 0.73 |
| Hex | FB | A9 | 79 | 0 | 21 | 34 | 2 | 16 | 5E | 49 |
| Octal | 373 | 251 | 171 | 0 | 41 | 64 | 2 | 26 | 136 | 111 |
| Binary | 11111011 | 10101001 | 1111001 | 0 | 100001 | 110100 | 10 | 10110 | 1011110 | 1001001 |
Color Harmonies of #FBA979
Complementary color
Monochromatic Colors of #FBA979
Black with #FBA979
Text Example
Text Example
White with #FBA979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA979; }
p { color: rgb(251,169,121); }
H1.HeaderClassName
{
color: #FBA979;
}
.AnyTagClassName
{
color: #FBA979;
}
</style>
background-color css
<style>
a { background-color: #FBA979; }
a { background-color: rgb(251,169,121); }
div.DivClassName
{
background-color: #FBA979;
}
.BgClassName
{
background-color: #FBA979;
}
</style>
border-color css
<style>
span { border-color: #FBA979; }
span { border-color: rgb(251,169,121); }
td.TdClassName
{
border-color: #FBA979;
}
.TagClassName
{
border-color: #FBA979;
}
</style>