Shades of Tacao #FAB06E
Tints of Tacao #FAB06E
RGB
CMYK
RGB Variations
Color information
#FAB06E (or 0xFAB06E) is known color: Tacao. HEX triplet: FA, B0 and 6E. RGB value is (250,176,110). Sum of RGB (Red+Green+Blue) = 250+176+110=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB06E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB06E is #054F91. Grayscale: #BEBEBE. Windows color (decimal): -348050 or 7254266. OLE color: 7254266.
HSL color Cylindrical-coordinate representation of color #FAB06E: hue angle of 28.29º 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 #FAB06E is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 110 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.02 |
| HSL | 28.29º | 0.93% | 0.71% | - |
| HSV(B) | 28.29º | 0.56% | 0.98% | - |
| XYZ | 57.76 | 52.5 | 21.84 | - |
| YUV | 190.6 | 82.52 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 110 | 0 | 0.30 | 0.56 | 0.02 | 28.29 | 0.93 | 0.71 |
| Hex | FA | B0 | 6E | 0 | 1E | 38 | 2 | 1C | 5D | 47 |
| Octal | 372 | 260 | 156 | 0 | 36 | 70 | 2 | 34 | 135 | 107 |
| Binary | 11111010 | 10110000 | 1101110 | 0 | 11110 | 111000 | 10 | 11100 | 1011101 | 1000111 |
Color Harmonies of #FAB06E
Complementary color
Monochromatic Colors of #FAB06E
Black with #FAB06E
Text Example
Text Example
White with #FAB06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB06E; }
p { color: rgb(250,176,110); }
H1.HeaderClassName
{
color: #FAB06E;
}
.AnyTagClassName
{
color: #FAB06E;
}
</style>
background-color css
<style>
a { background-color: #FAB06E; }
a { background-color: rgb(250,176,110); }
div.DivClassName
{
background-color: #FAB06E;
}
.BgClassName
{
background-color: #FAB06E;
}
</style>
border-color css
<style>
span { border-color: #FAB06E; }
span { border-color: rgb(250,176,110); }
td.TdClassName
{
border-color: #FAB06E;
}
.TagClassName
{
border-color: #FAB06E;
}
</style>