Shades of Tacao #FAB17A
Tints of Tacao #FAB17A
RGB
CMYK
RGB Variations
Color information
#FAB17A (or 0xFAB17A) is known color: Tacao. HEX triplet: FA, B1 and 7A. RGB value is (250,177,122). Sum of RGB (Red+Green+Blue) = 250+177+122=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB17A is #054E85. Grayscale: #C0C0C0. Windows color (decimal): -347782 or 8040954. OLE color: 8040954.
HSL color Cylindrical-coordinate representation of color #FAB17A: hue angle of 25.78º degrees, saturation: 0.93, 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 #FAB17A is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 122 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.02 |
| HSL | 25.78º | 0.93% | 0.73% | - |
| HSV(B) | 25.78º | 0.51% | 0.98% | - |
| XYZ | 58.66 | 53.17 | 25.58 | - |
| YUV | 192.56 | 88.18 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 122 | 0 | 0.29 | 0.51 | 0.02 | 25.78 | 0.93 | 0.73 |
| Hex | FA | B1 | 7A | 0 | 1D | 33 | 2 | 1A | 5D | 49 |
| Octal | 372 | 261 | 172 | 0 | 35 | 63 | 2 | 32 | 135 | 111 |
| Binary | 11111010 | 10110001 | 1111010 | 0 | 11101 | 110011 | 10 | 11010 | 1011101 | 1001001 |
Color Harmonies of #FAB17A
Complementary color
Monochromatic Colors of #FAB17A
Black with #FAB17A
Text Example
Text Example
White with #FAB17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB17A; }
p { color: rgb(250,177,122); }
H1.HeaderClassName
{
color: #FAB17A;
}
.AnyTagClassName
{
color: #FAB17A;
}
</style>
background-color css
<style>
a { background-color: #FAB17A; }
a { background-color: rgb(250,177,122); }
div.DivClassName
{
background-color: #FAB17A;
}
.BgClassName
{
background-color: #FAB17A;
}
</style>
border-color css
<style>
span { border-color: #FAB17A; }
span { border-color: rgb(250,177,122); }
td.TdClassName
{
border-color: #FAB17A;
}
.TagClassName
{
border-color: #FAB17A;
}
</style>