I'm looking for a tool or list that shows me different colours to the example below.
fillColor = ccc4(255, 0, 0,255);
Thanks in advance
Here is the online tools for it
Update
If you go through the docs ccc4(255, 0, 0,255);
stands for
ccc4(red,green,blue,opacity);