Shades of Tacao #FAB172
Tints of Tacao #FAB172
RGB
CMYK
RGB Variations
Color information
#FAB172 (or 0xFAB172) is known color: Tacao. HEX triplet: FA, B1 and 72. RGB value is (250,177,114). Sum of RGB (Red+Green+Blue) = 250+177+114=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB172 is #054E8D. Grayscale: #BFBFBF. Windows color (decimal): -347790 or 7516666. OLE color: 7516666.
HSL color Cylindrical-coordinate representation of color #FAB172: hue angle of 27.79º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAB172 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 114 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.02 |
| HSL | 27.79º | 0.93% | 0.71% | - |
| HSV(B) | 27.79º | 0.54% | 0.98% | - |
| XYZ | 58.18 | 52.98 | 23.08 | - |
| YUV | 191.65 | 84.18 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 114 | 0 | 0.29 | 0.54 | 0.02 | 27.79 | 0.93 | 0.71 |
| Hex | FA | B1 | 72 | 0 | 1D | 36 | 2 | 1C | 5D | 47 |
| Octal | 372 | 261 | 162 | 0 | 35 | 66 | 2 | 34 | 135 | 107 |
| Binary | 11111010 | 10110001 | 1110010 | 0 | 11101 | 110110 | 10 | 11100 | 1011101 | 1000111 |
Color Harmonies of #FAB172
Complementary color
Monochromatic Colors of #FAB172
Black with #FAB172
Text Example
Text Example
White with #FAB172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB172; }
p { color: rgb(250,177,114); }
H1.HeaderClassName
{
color: #FAB172;
}
.AnyTagClassName
{
color: #FAB172;
}
</style>
background-color css
<style>
a { background-color: #FAB172; }
a { background-color: rgb(250,177,114); }
div.DivClassName
{
background-color: #FAB172;
}
.BgClassName
{
background-color: #FAB172;
}
</style>
border-color css
<style>
span { border-color: #FAB172; }
span { border-color: rgb(250,177,114); }
td.TdClassName
{
border-color: #FAB172;
}
.TagClassName
{
border-color: #FAB172;
}
</style>