Shades of Tacao #FAB17C
Tints of Tacao #FAB17C
RGB
CMYK
RGB Variations
Color information
#FAB17C (or 0xFAB17C) is known color: Tacao. HEX triplet: FA, B1 and 7C. RGB value is (250,177,124). Sum of RGB (Red+Green+Blue) = 250+177+124=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB17C is #054E83. Grayscale: #C1C1C1. Windows color (decimal): -347780 or 8172026. OLE color: 8172026.
HSL color Cylindrical-coordinate representation of color #FAB17C: hue angle of 25.24º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAB17C is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 124 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.02 |
| HSL | 25.24º | 0.93% | 0.73% | - |
| HSV(B) | 25.24º | 0.5% | 0.98% | - |
| XYZ | 58.78 | 53.22 | 26.24 | - |
| YUV | 192.79 | 89.18 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 124 | 0 | 0.29 | 0.50 | 0.02 | 25.24 | 0.93 | 0.73 |
| Hex | FA | B1 | 7C | 0 | 1D | 32 | 2 | 19 | 5D | 49 |
| Octal | 372 | 261 | 174 | 0 | 35 | 62 | 2 | 31 | 135 | 111 |
| Binary | 11111010 | 10110001 | 1111100 | 0 | 11101 | 110010 | 10 | 11001 | 1011101 | 1001001 |
Color Harmonies of #FAB17C
Complementary color
Monochromatic Colors of #FAB17C
Black with #FAB17C
Text Example
Text Example
White with #FAB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB17C; }
p { color: rgb(250,177,124); }
H1.HeaderClassName
{
color: #FAB17C;
}
.AnyTagClassName
{
color: #FAB17C;
}
</style>
background-color css
<style>
a { background-color: #FAB17C; }
a { background-color: rgb(250,177,124); }
div.DivClassName
{
background-color: #FAB17C;
}
.BgClassName
{
background-color: #FAB17C;
}
</style>
border-color css
<style>
span { border-color: #FAB17C; }
span { border-color: rgb(250,177,124); }
td.TdClassName
{
border-color: #FAB17C;
}
.TagClassName
{
border-color: #FAB17C;
}
</style>