Shades of Tacao #FAB174
Tints of Tacao #FAB174
RGB
CMYK
RGB Variations
Color information
#FAB174 (or 0xFAB174) is known color: Tacao. HEX triplet: FA, B1 and 74. RGB value is (250,177,116). Sum of RGB (Red+Green+Blue) = 250+177+116=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB174 is #054E8B. Grayscale: #C0C0C0. Windows color (decimal): -347788 or 7647738. OLE color: 7647738.
HSL color Cylindrical-coordinate representation of color #FAB174: hue angle of 27.31º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAB174 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 116 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.02 |
| HSL | 27.31º | 0.93% | 0.72% | - |
| HSV(B) | 27.31º | 0.54% | 0.98% | - |
| XYZ | 58.3 | 53.03 | 23.69 | - |
| YUV | 191.87 | 85.18 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 116 | 0 | 0.29 | 0.54 | 0.02 | 27.31 | 0.93 | 0.72 |
| Hex | FA | B1 | 74 | 0 | 1D | 36 | 2 | 1B | 5D | 48 |
| Octal | 372 | 261 | 164 | 0 | 35 | 66 | 2 | 33 | 135 | 110 |
| Binary | 11111010 | 10110001 | 1110100 | 0 | 11101 | 110110 | 10 | 11011 | 1011101 | 1001000 |
Color Harmonies of #FAB174
Complementary color
Monochromatic Colors of #FAB174
Black with #FAB174
Text Example
Text Example
White with #FAB174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB174; }
p { color: rgb(250,177,116); }
H1.HeaderClassName
{
color: #FAB174;
}
.AnyTagClassName
{
color: #FAB174;
}
</style>
background-color css
<style>
a { background-color: #FAB174; }
a { background-color: rgb(250,177,116); }
div.DivClassName
{
background-color: #FAB174;
}
.BgClassName
{
background-color: #FAB174;
}
</style>
border-color css
<style>
span { border-color: #FAB174; }
span { border-color: rgb(250,177,116); }
td.TdClassName
{
border-color: #FAB174;
}
.TagClassName
{
border-color: #FAB174;
}
</style>