Convert the following colors to hexadecimal: gray, yellow, pink, orange, and magenta. You can get the red, green, and blue values for each color using print color.
Note: This entirety depends upon the specific version of each color chosen.
Gray= For a gray color, the only consideration is that all red, green, and blue values be the same. Therefore the three pairs of values need only be the same and not the minimum (which would be black) or the maximum (which would be white). Therefore the answer can range from 010101 to FEFEFE.
Yellow = Yellow is a mix of red and green. That means that any value of equal red and green, especially higher values, will work. FFFF00 will be the typical answer, but even values down to CCCC00 will look yellow.
Pink= Pink is a bit more varying, however as long as there are decreasing values of red, blue, and green it can still be recognized. FF69B4 is the most typical example.
Orange = Orange is a mix of red and green, with a bit over half the value of green as red. Therefore, the most typical solution will be something like FFA500. Any value of blue would very quickly make the color appear not orange.
Magenta = Magenta is always max red and max blue with no green. That means that the correct answer is FF00FF.
You might also like to view...
Your bibliography should only list the references that you cited in parenthetical terms in your paper
Indicate whether the statement is true or false
Virtual machines are available in multiple distinct series types (for instance, A-series and D-series). What is the main technological difference between A-series and D-series virtual machine types?
A) Cost per minute B) Performance C) A-series machines are generally faster D) D-series machines are not virtual machines