Shades of Tacao #FAB16F
Tints of Tacao #FAB16F
RGB
CMYK
RGB Variations
Color information
#FAB16F (or 0xFAB16F) is known color: Tacao. HEX triplet: FA, B1 and 6F. RGB value is (250,177,111). Sum of RGB (Red+Green+Blue) = 250+177+111=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 111 (43.75% from 255 or 20.63% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB16F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB16F is #054E90. Grayscale: #BFBFBF. Windows color (decimal): -347793 or 7320058. OLE color: 7320058.
HSL color Cylindrical-coordinate representation of color #FAB16F: hue angle of 28.49º 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 #FAB16F is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 111 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.02 |
| HSL | 28.49º | 0.93% | 0.71% | - |
| HSV(B) | 28.49º | 0.56% | 0.98% | - |
| XYZ | 58.02 | 52.92 | 22.19 | - |
| YUV | 191.3 | 82.68 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 111 | 0 | 0.29 | 0.56 | 0.02 | 28.49 | 0.93 | 0.71 |
| Hex | FA | B1 | 6F | 0 | 1D | 38 | 2 | 1C | 5D | 47 |
| Octal | 372 | 261 | 157 | 0 | 35 | 70 | 2 | 34 | 135 | 107 |
| Binary | 11111010 | 10110001 | 1101111 | 0 | 11101 | 111000 | 10 | 11100 | 1011101 | 1000111 |
Color Harmonies of #FAB16F
Complementary color
Monochromatic Colors of #FAB16F
Black with #FAB16F
Text Example
Text Example
White with #FAB16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB16F; }
p { color: rgb(250,177,111); }
H1.HeaderClassName
{
color: #FAB16F;
}
.AnyTagClassName
{
color: #FAB16F;
}
</style>
background-color css
<style>
a { background-color: #FAB16F; }
a { background-color: rgb(250,177,111); }
div.DivClassName
{
background-color: #FAB16F;
}
.BgClassName
{
background-color: #FAB16F;
}
</style>
border-color css
<style>
span { border-color: #FAB16F; }
span { border-color: rgb(250,177,111); }
td.TdClassName
{
border-color: #FAB16F;
}
.TagClassName
{
border-color: #FAB16F;
}
</style>