Shades of Tacao #FAB183
Tints of Tacao #FAB183
RGB
CMYK
RGB Variations
Color information
#FAB183 (or 0xFAB183) is known color: Tacao. HEX triplet: FA, B1 and 83. RGB value is (250,177,131). Sum of RGB (Red+Green+Blue) = 250+177+131=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 131 (51.56% from 255 or 23.48% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB183 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB183 is #054E7C. Grayscale: #C1C1C1. Windows color (decimal): -347773 or 8630778. OLE color: 8630778.
HSL color Cylindrical-coordinate representation of color #FAB183: hue angle of 23.19º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAB183 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 131 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.02 |
| HSL | 23.19º | 0.92% | 0.75% | - |
| HSV(B) | 23.19º | 0.48% | 0.98% | - |
| XYZ | 59.24 | 53.41 | 28.66 | - |
| YUV | 193.58 | 92.68 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 131 | 0 | 0.29 | 0.48 | 0.02 | 23.19 | 0.92 | 0.75 |
| Hex | FA | B1 | 83 | 0 | 1D | 30 | 2 | 17 | 5C | 4B |
| Octal | 372 | 261 | 203 | 0 | 35 | 60 | 2 | 27 | 134 | 113 |
| Binary | 11111010 | 10110001 | 10000011 | 0 | 11101 | 110000 | 10 | 10111 | 1011100 | 1001011 |
Color Harmonies of #FAB183
Complementary color
Monochromatic Colors of #FAB183
Black with #FAB183
Text Example
Text Example
White with #FAB183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB183; }
p { color: rgb(250,177,131); }
H1.HeaderClassName
{
color: #FAB183;
}
.AnyTagClassName
{
color: #FAB183;
}
</style>
background-color css
<style>
a { background-color: #FAB183; }
a { background-color: rgb(250,177,131); }
div.DivClassName
{
background-color: #FAB183;
}
.BgClassName
{
background-color: #FAB183;
}
</style>
border-color css
<style>
span { border-color: #FAB183; }
span { border-color: rgb(250,177,131); }
td.TdClassName
{
border-color: #FAB183;
}
.TagClassName
{
border-color: #FAB183;
}
</style>