I am using
<hr style="margin:0; padding:0; background-color: #F7D25F" />
However, the color is not showing in the rule.
Add border:0 and give it a height
border:0
<hr style="margin:0; padding:0; background-color: #F7D25F; border: 0; height:1px;" />