vba - copy row with any colored cells to a new worksheet

Hello,

I have a worksheet called "Fulltable" - I am want to copy any rows if there is a colored cell RGB(255, 255, 0) in that row, and I want to paste it to a different table "Loaded" into the next available row.

The number of total rows in the "fulltable" will vary

Is there an easy vba way to do this?

Thanks!