Shades of Tacao #FAB080
Tints of Tacao #FAB080
RGB
CMYK
RGB Variations
Color information
#FAB080 (or 0xFAB080) is known color: Tacao. HEX triplet: FA, B0 and 80. RGB value is (250,176,128). Sum of RGB (Red+Green+Blue) = 250+176+128=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB080 is #054F7F. Grayscale: #C0C0C0. Windows color (decimal): -348032 or 8433914. OLE color: 8433914.
HSL color Cylindrical-coordinate representation of color #FAB080: hue angle of 23.61º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAB080 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 128 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.02 |
| HSL | 23.61º | 0.92% | 0.74% | - |
| HSV(B) | 23.61º | 0.49% | 0.98% | - |
| XYZ | 58.85 | 52.93 | 27.54 | - |
| YUV | 192.65 | 91.52 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 128 | 0 | 0.30 | 0.49 | 0.02 | 23.61 | 0.92 | 0.74 |
| Hex | FA | B0 | 80 | 0 | 1E | 31 | 2 | 18 | 5C | 4A |
| Octal | 372 | 260 | 200 | 0 | 36 | 61 | 2 | 30 | 134 | 112 |
| Binary | 11111010 | 10110000 | 10000000 | 0 | 11110 | 110001 | 10 | 11000 | 1011100 | 1001010 |
Color Harmonies of #FAB080
Complementary color
Monochromatic Colors of #FAB080
Black with #FAB080
Text Example
Text Example
White with #FAB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB080; }
p { color: rgb(250,176,128); }
H1.HeaderClassName
{
color: #FAB080;
}
.AnyTagClassName
{
color: #FAB080;
}
</style>
background-color css
<style>
a { background-color: #FAB080; }
a { background-color: rgb(250,176,128); }
div.DivClassName
{
background-color: #FAB080;
}
.BgClassName
{
background-color: #FAB080;
}
</style>
border-color css
<style>
span { border-color: #FAB080; }
span { border-color: rgb(250,176,128); }
td.TdClassName
{
border-color: #FAB080;
}
.TagClassName
{
border-color: #FAB080;
}
</style>