font awesome icon apply color code example
Example 1: css change font awesome icon color
<a href="/users/edit"><i class="fa fa-cog" style="color:black !important;"></i> Edit profile</a>
Example 2: css change font awesome icon color
.fa {
color: red !important;
}