This is the correct answer because colour constructor creates a new colour, but it takes parameters in the range 0-255. But, here the value passed is 284(in first parameter). So, a runtime exception named “IllegalArgumentException” will be thrown by the JVM. Hence, this is the correct answer.