$('tr:first > td').css('background-color','orange');

JavaScript のjQuery なら、これで、
表の1行目(tr)のすべての列(td)の、背景色を変更できる