Skip to content

jacobrussell-eng/Random-Hex-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Hexadecimal Color Generator (🔗)

Playing with how many possible hexadecimal colors are available -> 16^6

To-do:

  • Make Function that randomly produces 6 numbers (range 1 - 16)
  • Convert digits to Hex (range 0 - F)
  • Set background color to generated number
  • Update text fields to present hex value
  • Function to detect light/dark color
  • Update text color to be opposite of background brightness

References:

Dec-to-Hex conversion using .toString(): 30 Seconds of Code
RGB-to-HSL maths: Colorspace Conversions

About

Random Hexadecimal color generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published