Shades of Tacao #FAB06F
Tints of Tacao #FAB06F
RGB
CMYK
RGB Variations
Color information
#FAB06F (or 0xFAB06F) is known color: Tacao. HEX triplet: FA, B0 and 6F. RGB value is (250,176,111). Sum of RGB (Red+Green+Blue) = 250+176+111=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 111 (43.75% from 255 or 20.67% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB06F is #054F90. Grayscale: #BFBFBF. Windows color (decimal): -348049 or 7319802. OLE color: 7319802.
HSL color Cylindrical-coordinate representation of color #FAB06F: hue angle of 28.06º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAB06F is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 111 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.02 |
| HSL | 28.06º | 0.93% | 0.71% | - |
| HSV(B) | 28.06º | 0.56% | 0.98% | - |
| XYZ | 57.82 | 52.52 | 22.13 | - |
| YUV | 190.72 | 83.02 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 111 | 0 | 0.30 | 0.56 | 0.02 | 28.06 | 0.93 | 0.71 |
| Hex | FA | B0 | 6F | 0 | 1E | 38 | 2 | 1C | 5D | 47 |
| Octal | 372 | 260 | 157 | 0 | 36 | 70 | 2 | 34 | 135 | 107 |
| Binary | 11111010 | 10110000 | 1101111 | 0 | 11110 | 111000 | 10 | 11100 | 1011101 | 1000111 |
Color Harmonies of #FAB06F
Complementary color
Monochromatic Colors of #FAB06F
Black with #FAB06F
Text Example
Text Example
White with #FAB06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB06F; }
p { color: rgb(250,176,111); }
H1.HeaderClassName
{
color: #FAB06F;
}
.AnyTagClassName
{
color: #FAB06F;
}
</style>
background-color css
<style>
a { background-color: #FAB06F; }
a { background-color: rgb(250,176,111); }
div.DivClassName
{
background-color: #FAB06F;
}
.BgClassName
{
background-color: #FAB06F;
}
</style>
border-color css
<style>
span { border-color: #FAB06F; }
span { border-color: rgb(250,176,111); }
td.TdClassName
{
border-color: #FAB06F;
}
.TagClassName
{
border-color: #FAB06F;
}
</style>