Hi,
I had this problem and changed the settings in the plugins php file but it still did not affect the icon colours. I came across another post that suggested changing them individually and adding the css changes to the themes stylesheet.
eg
.simple-social-icons .social-youtube a {
background-color: #EA171A !important;
}
.simple-social-icons . social-youtube a:hover {
background-color: #a69c91 !important;
}
I hope this helps someone.