Shades of Tacao #FAB184
Tints of Tacao #FAB184
RGB
CMYK
RGB Variations
Color information
#FAB184 (or 0xFAB184) is known color: Tacao. HEX triplet: FA, B1 and 84. RGB value is (250,177,132). Sum of RGB (Red+Green+Blue) = 250+177+132=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB184 is #054E7B. Grayscale: #C1C1C1. Windows color (decimal): -347772 or 8696314. OLE color: 8696314.
HSL color Cylindrical-coordinate representation of color #FAB184: hue angle of 22.88º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FAB184 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 132 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.02 |
| HSL | 22.88º | 0.92% | 0.75% | - |
| HSV(B) | 22.88º | 0.47% | 0.98% | - |
| XYZ | 59.31 | 53.43 | 29.02 | - |
| YUV | 193.7 | 93.18 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 132 | 0 | 0.29 | 0.47 | 0.02 | 22.88 | 0.92 | 0.75 |
| Hex | FA | B1 | 84 | 0 | 1D | 2F | 2 | 17 | 5C | 4B |
| Octal | 372 | 261 | 204 | 0 | 35 | 57 | 2 | 27 | 134 | 113 |
| Binary | 11111010 | 10110001 | 10000100 | 0 | 11101 | 101111 | 10 | 10111 | 1011100 | 1001011 |
Color Harmonies of #FAB184
Complementary color
Monochromatic Colors of #FAB184
Black with #FAB184
Text Example
Text Example
White with #FAB184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB184; }
p { color: rgb(250,177,132); }
H1.HeaderClassName
{
color: #FAB184;
}
.AnyTagClassName
{
color: #FAB184;
}
</style>
background-color css
<style>
a { background-color: #FAB184; }
a { background-color: rgb(250,177,132); }
div.DivClassName
{
background-color: #FAB184;
}
.BgClassName
{
background-color: #FAB184;
}
</style>
border-color css
<style>
span { border-color: #FAB184; }
span { border-color: rgb(250,177,132); }
td.TdClassName
{
border-color: #FAB184;
}
.TagClassName
{
border-color: #FAB184;
}
</style>