Generate random hex color code in Java
A random hex color code is a six digit hexadecimal number used in web design and graphic design to specify colors in a standardized format. Each hex color code is predefined with a ‘#’ symbol and followed by six hexadecimal digits, where each pair of digits represents the intensity of red, green, and blue components …