html color scale code example
Example 1: rgba white color
rgb(255,255,255) /*white*/ Hex #FFFFFF
Example 2: rgb yellow color
rgb(255,255,0) /* yellow*/ Hex #FFFF00
Example 3: html color codes
Use htmlcolorcodes.com for this
rgb(255,255,255) /*white*/ Hex #FFFFFF
rgb(255,255,0) /* yellow*/ Hex #FFFF00
Use htmlcolorcodes.com for this