Shades of Tacao #FAB07A
Tints of Tacao #FAB07A
RGB
CMYK
RGB Variations
Color information
#FAB07A (or 0xFAB07A) is known color: Tacao. HEX triplet: FA, B0 and 7A. RGB value is (250,176,122). Sum of RGB (Red+Green+Blue) = 250+176+122=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 122 (48.05% from 255 or 22.26% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB07A is #054F85. Grayscale: #C0C0C0. Windows color (decimal): -348038 or 8040698. OLE color: 8040698.
HSL color Cylindrical-coordinate representation of color #FAB07A: hue angle of 25.31º 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 #FAB07A is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 122 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.02 |
| HSL | 25.31º | 0.93% | 0.73% | - |
| HSV(B) | 25.31º | 0.51% | 0.98% | - |
| XYZ | 58.46 | 52.78 | 25.52 | - |
| YUV | 191.97 | 88.52 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 122 | 0 | 0.30 | 0.51 | 0.02 | 25.31 | 0.93 | 0.73 |
| Hex | FA | B0 | 7A | 0 | 1E | 33 | 2 | 19 | 5D | 49 |
| Octal | 372 | 260 | 172 | 0 | 36 | 63 | 2 | 31 | 135 | 111 |
| Binary | 11111010 | 10110000 | 1111010 | 0 | 11110 | 110011 | 10 | 11001 | 1011101 | 1001001 |
Color Harmonies of #FAB07A
Complementary color
Monochromatic Colors of #FAB07A
Black with #FAB07A
Text Example
Text Example
White with #FAB07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB07A; }
p { color: rgb(250,176,122); }
H1.HeaderClassName
{
color: #FAB07A;
}
.AnyTagClassName
{
color: #FAB07A;
}
</style>
background-color css
<style>
a { background-color: #FAB07A; }
a { background-color: rgb(250,176,122); }
div.DivClassName
{
background-color: #FAB07A;
}
.BgClassName
{
background-color: #FAB07A;
}
</style>
border-color css
<style>
span { border-color: #FAB07A; }
span { border-color: rgb(250,176,122); }
td.TdClassName
{
border-color: #FAB07A;
}
.TagClassName
{
border-color: #FAB07A;
}
</style>