Shades of Tacao #FAB37A
Tints of Tacao #FAB37A
RGB
CMYK
RGB Variations
Color information
#FAB37A (or 0xFAB37A) is known color: Tacao. HEX triplet: FA, B3 and 7A. RGB value is (250,179,122). Sum of RGB (Red+Green+Blue) = 250+179+122=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB37A is #054C85. Grayscale: #C2C2C2. Windows color (decimal): -347270 or 8041466. OLE color: 8041466.
HSL color Cylindrical-coordinate representation of color #FAB37A: hue angle of 26.72º 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 #FAB37A is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 122 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.02 |
| HSL | 26.72º | 0.93% | 0.73% | - |
| HSV(B) | 26.72º | 0.51% | 0.98% | - |
| XYZ | 59.06 | 53.97 | 25.72 | - |
| YUV | 193.73 | 87.52 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 122 | 0 | 0.28 | 0.51 | 0.02 | 26.72 | 0.93 | 0.73 |
| Hex | FA | B3 | 7A | 0 | 1C | 33 | 2 | 1B | 5D | 49 |
| Octal | 372 | 263 | 172 | 0 | 34 | 63 | 2 | 33 | 135 | 111 |
| Binary | 11111010 | 10110011 | 1111010 | 0 | 11100 | 110011 | 10 | 11011 | 1011101 | 1001001 |
Color Harmonies of #FAB37A
Complementary color
Monochromatic Colors of #FAB37A
Black with #FAB37A
Text Example
Text Example
White with #FAB37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB37A; }
p { color: rgb(250,179,122); }
H1.HeaderClassName
{
color: #FAB37A;
}
.AnyTagClassName
{
color: #FAB37A;
}
</style>
background-color css
<style>
a { background-color: #FAB37A; }
a { background-color: rgb(250,179,122); }
div.DivClassName
{
background-color: #FAB37A;
}
.BgClassName
{
background-color: #FAB37A;
}
</style>
border-color css
<style>
span { border-color: #FAB37A; }
span { border-color: rgb(250,179,122); }
td.TdClassName
{
border-color: #FAB37A;
}
.TagClassName
{
border-color: #FAB37A;
}
</style>