- 2
WHICH NUMBER SYSTEM IS USED TO REPRESENT WEBCOLOR
<advertising redacted>
5 Answers
+ 10
⢠you can use the hexadecimal format
⢠use the rgb format
⢠use the name directly
+ 3
https://code.sololearn.com/W5Of8safsGpc/?ref=app
this code might help a little
+ 2
Hexadecimal is used to represent web color.
+ 2
absolute ans
+ 1
Like the others says, use:
R G B R G B
HEX - #000000-#FFFFFF
RGB - rgb(0, 0, 0)-rgb(255, 255, 255)
For more info, look here:
https://www.w3schools.com/colors/colors_picker.asp