Shades of Tacao #FAB181
Tints of Tacao #FAB181
RGB
CMYK
RGB Variations
Color information
#FAB181 (or 0xFAB181) is known color: Tacao. HEX triplet: FA, B1 and 81. RGB value is (250,177,129). Sum of RGB (Red+Green+Blue) = 250+177+129=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 129 (50.78% from 255 or 23.20% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB181 is #054E7E. Grayscale: #C1C1C1. Windows color (decimal): -347775 or 8499706. OLE color: 8499706.
HSL color Cylindrical-coordinate representation of color #FAB181: hue angle of 23.8º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAB181 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 129 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.02 |
| HSL | 23.8º | 0.92% | 0.74% | - |
| HSV(B) | 23.8º | 0.48% | 0.98% | - |
| XYZ | 59.11 | 53.35 | 27.95 | - |
| YUV | 193.36 | 91.68 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 129 | 0 | 0.29 | 0.48 | 0.02 | 23.8 | 0.92 | 0.74 |
| Hex | FA | B1 | 81 | 0 | 1D | 30 | 2 | 18 | 5C | 4A |
| Octal | 372 | 261 | 201 | 0 | 35 | 60 | 2 | 30 | 134 | 112 |
| Binary | 11111010 | 10110001 | 10000001 | 0 | 11101 | 110000 | 10 | 11000 | 1011100 | 1001010 |
Color Harmonies of #FAB181
Complementary color
Monochromatic Colors of #FAB181
Black with #FAB181
Text Example
Text Example
White with #FAB181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB181; }
p { color: rgb(250,177,129); }
H1.HeaderClassName
{
color: #FAB181;
}
.AnyTagClassName
{
color: #FAB181;
}
</style>
background-color css
<style>
a { background-color: #FAB181; }
a { background-color: rgb(250,177,129); }
div.DivClassName
{
background-color: #FAB181;
}
.BgClassName
{
background-color: #FAB181;
}
</style>
border-color css
<style>
span { border-color: #FAB181; }
span { border-color: rgb(250,177,129); }
td.TdClassName
{
border-color: #FAB181;
}
.TagClassName
{
border-color: #FAB181;
}
</style>