# File lib/faker/color.rb, line 4
def
hex_color
'#%06x'
%
(
rand
*
0xffffff
)
end