Shades of Tacao #FAB178
Tints of Tacao #FAB178
RGB
CMYK
RGB Variations
Color information
#FAB178 (or 0xFAB178) is known color: Tacao. HEX triplet: FA, B1 and 78. RGB value is (250,177,120). Sum of RGB (Red+Green+Blue) = 250+177+120=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB178 is #054E87. Grayscale: #C0C0C0. Windows color (decimal): -347784 or 7909882. OLE color: 7909882.
HSL color Cylindrical-coordinate representation of color #FAB178: hue angle of 26.31º degrees, saturation: 0.93, 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 #FAB178 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 120 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.02 |
| HSL | 26.31º | 0.93% | 0.73% | - |
| HSV(B) | 26.31º | 0.52% | 0.98% | - |
| XYZ | 58.54 | 53.12 | 24.94 | - |
| YUV | 192.33 | 87.18 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 120 | 0 | 0.29 | 0.52 | 0.02 | 26.31 | 0.93 | 0.73 |
| Hex | FA | B1 | 78 | 0 | 1D | 34 | 2 | 1A | 5D | 49 |
| Octal | 372 | 261 | 170 | 0 | 35 | 64 | 2 | 32 | 135 | 111 |
| Binary | 11111010 | 10110001 | 1111000 | 0 | 11101 | 110100 | 10 | 11010 | 1011101 | 1001001 |
Color Harmonies of #FAB178
Complementary color
Monochromatic Colors of #FAB178
Black with #FAB178
Text Example
Text Example
White with #FAB178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB178; }
p { color: rgb(250,177,120); }
H1.HeaderClassName
{
color: #FAB178;
}
.AnyTagClassName
{
color: #FAB178;
}
</style>
background-color css
<style>
a { background-color: #FAB178; }
a { background-color: rgb(250,177,120); }
div.DivClassName
{
background-color: #FAB178;
}
.BgClassName
{
background-color: #FAB178;
}
</style>
border-color css
<style>
span { border-color: #FAB178; }
span { border-color: rgb(250,177,120); }
td.TdClassName
{
border-color: #FAB178;
}
.TagClassName
{
border-color: #FAB178;
}
</style>