HTML Color Codes: Fill Color
https://htmlcolorcodes.com/
hey all. just a little tool to help pick colors for your code.
Java used RGB for colors so when you use fill(r,g,b), you need to give it a code.
This website allows you to pick colors and gives you the RGB code.
good luck and happy coding
-Danielle
hey all. just a little tool to help pick colors for your code.
Java used RGB for colors so when you use fill(r,g,b), you need to give it a code.
This website allows you to pick colors and gives you the RGB code.
FOR EXAMPLE
I want this peachy color. I look at the top middle where it says RGB and it gives me three numbers.
Copy this code.
Highlighted in my code, I put the three numbers in the fill() method and it should give me a circle in the peachy color.
-Danielle
Comments
Post a Comment