Shades of Tacao #FAB286
Tints of Tacao #FAB286
RGB
CMYK
RGB Variations
Color information
#FAB286 (or 0xFAB286) is known color: Tacao. HEX triplet: FA, B2 and 86. RGB value is (250,178,134). Sum of RGB (Red+Green+Blue) = 250+178+134=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB286 is #054D79. Grayscale: #C2C2C2. Windows color (decimal): -347514 or 8827642. OLE color: 8827642.
HSL color Cylindrical-coordinate representation of color #FAB286: hue angle of 22.76º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAB286 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 134 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.02 |
| HSL | 22.76º | 0.92% | 0.75% | - |
| HSV(B) | 22.76º | 0.46% | 0.98% | - |
| XYZ | 59.65 | 53.89 | 29.81 | - |
| YUV | 194.51 | 93.85 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 134 | 0 | 0.29 | 0.46 | 0.02 | 22.76 | 0.92 | 0.75 |
| Hex | FA | B2 | 86 | 0 | 1D | 2E | 2 | 17 | 5C | 4B |
| Octal | 372 | 262 | 206 | 0 | 35 | 56 | 2 | 27 | 134 | 113 |
| Binary | 11111010 | 10110010 | 10000110 | 0 | 11101 | 101110 | 10 | 10111 | 1011100 | 1001011 |
Color Harmonies of #FAB286
Complementary color
Monochromatic Colors of #FAB286
Black with #FAB286
Text Example
Text Example
White with #FAB286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB286; }
p { color: rgb(250,178,134); }
H1.HeaderClassName
{
color: #FAB286;
}
.AnyTagClassName
{
color: #FAB286;
}
</style>
background-color css
<style>
a { background-color: #FAB286; }
a { background-color: rgb(250,178,134); }
div.DivClassName
{
background-color: #FAB286;
}
.BgClassName
{
background-color: #FAB286;
}
</style>
border-color css
<style>
span { border-color: #FAB286; }
span { border-color: rgb(250,178,134); }
td.TdClassName
{
border-color: #FAB286;
}
.TagClassName
{
border-color: #FAB286;
}
</style>