Shades of Tacao #FAB285
Tints of Tacao #FAB285
RGB
CMYK
RGB Variations
Color information
#FAB285 (or 0xFAB285) is known color: Tacao. HEX triplet: FA, B2 and 85. RGB value is (250,178,133). Sum of RGB (Red+Green+Blue) = 250+178+133=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB285 is #054D7A. Grayscale: #C2C2C2. Windows color (decimal): -347515 or 8762106. OLE color: 8762106.
HSL color Cylindrical-coordinate representation of color #FAB285: hue angle of 23.08º 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 #FAB285 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 133 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.02 |
| HSL | 23.08º | 0.92% | 0.75% | - |
| HSV(B) | 23.08º | 0.47% | 0.98% | - |
| XYZ | 59.58 | 53.86 | 29.45 | - |
| YUV | 194.4 | 93.35 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 133 | 0 | 0.29 | 0.47 | 0.02 | 23.08 | 0.92 | 0.75 |
| Hex | FA | B2 | 85 | 0 | 1D | 2F | 2 | 17 | 5C | 4B |
| Octal | 372 | 262 | 205 | 0 | 35 | 57 | 2 | 27 | 134 | 113 |
| Binary | 11111010 | 10110010 | 10000101 | 0 | 11101 | 101111 | 10 | 10111 | 1011100 | 1001011 |
Color Harmonies of #FAB285
Complementary color
Monochromatic Colors of #FAB285
Black with #FAB285
Text Example
Text Example
White with #FAB285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB285; }
p { color: rgb(250,178,133); }
H1.HeaderClassName
{
color: #FAB285;
}
.AnyTagClassName
{
color: #FAB285;
}
</style>
background-color css
<style>
a { background-color: #FAB285; }
a { background-color: rgb(250,178,133); }
div.DivClassName
{
background-color: #FAB285;
}
.BgClassName
{
background-color: #FAB285;
}
</style>
border-color css
<style>
span { border-color: #FAB285; }
span { border-color: rgb(250,178,133); }
td.TdClassName
{
border-color: #FAB285;
}
.TagClassName
{
border-color: #FAB285;
}
</style>