<div x="10" y="6" height="12" fill="#F89406">
How can i try to identify the color from the above html in selenium driver using java.
The output should be like orange( because #F89406 is orange)
What i think of doing is to assign color to variables in an array and depending on the color code i would like to compare, but it is becoming too long.