Shades of Tacao #FAB26D
Tints of Tacao #FAB26D
RGB
CMYK
RGB Variations
Color information
#FAB26D (or 0xFAB26D) is known color: Tacao. HEX triplet: FA, B2 and 6D. RGB value is (250,178,109). Sum of RGB (Red+Green+Blue) = 250+178+109=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB26D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB26D is #054D92. Grayscale: #C0C0C0. Windows color (decimal): -347539 or 7189242. OLE color: 7189242.
HSL color Cylindrical-coordinate representation of color #FAB26D: hue angle of 29.36º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAB26D is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 109 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.02 |
| HSL | 29.36º | 0.93% | 0.7% | - |
| HSV(B) | 29.36º | 0.56% | 0.98% | - |
| XYZ | 58.11 | 53.27 | 21.69 | - |
| YUV | 191.66 | 81.35 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 109 | 0 | 0.29 | 0.56 | 0.02 | 29.36 | 0.93 | 0.7 |
| Hex | FA | B2 | 6D | 0 | 1D | 38 | 2 | 1D | 5D | 46 |
| Octal | 372 | 262 | 155 | 0 | 35 | 70 | 2 | 35 | 135 | 106 |
| Binary | 11111010 | 10110010 | 1101101 | 0 | 11101 | 111000 | 10 | 11101 | 1011101 | 1000110 |
Color Harmonies of #FAB26D
Complementary color
Monochromatic Colors of #FAB26D
Black with #FAB26D
Text Example
Text Example
White with #FAB26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB26D; }
p { color: rgb(250,178,109); }
H1.HeaderClassName
{
color: #FAB26D;
}
.AnyTagClassName
{
color: #FAB26D;
}
</style>
background-color css
<style>
a { background-color: #FAB26D; }
a { background-color: rgb(250,178,109); }
div.DivClassName
{
background-color: #FAB26D;
}
.BgClassName
{
background-color: #FAB26D;
}
</style>
border-color css
<style>
span { border-color: #FAB26D; }
span { border-color: rgb(250,178,109); }
td.TdClassName
{
border-color: #FAB26D;
}
.TagClassName
{
border-color: #FAB26D;
}
</style>