Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which one of the following colors will be darkest?

a) rgba(255,99,71,0)
b) rgba(255,99,71,0.5)
c) rgba(255,99,71,0.8)
d) rgba(255,99,71,0.2)

Answer: c
Explanation: The higher the value of a parameter in rgba, the less transparent the color will be. Hence rgba(255,99,71,0.8) will be the darkest among the four.

Join The Discussion