Hi recently I have been learning the CSS part of the HTML and CSS and they started talking about how Hexadecimals and fonts the problem is i don’t know the any hexadecimals and font so if anyone can help me get list for that and would be very happy.
What exactly is it that you’re looking for? Could you elaborate, please?
a color for example #FFC125
Any colour?
Hexadecimal is like this:
#RRGGBB
R is for Red, G for Green. B for Blue.
To make the different colours, you use numbers or letters: 0-9, then A-F, where 0 is none of the colour (#000000 is black), and F is full colour (#ffffff is white)… I’m sorry, I’m really bad at explaining…
Red: #FF0000
Green: #00FF00
Blue: #0000FF
Just have a play around, and you’ll see how it works.
Check out this site: http://htmlcolorcodes.com/ - use the colour slider and look at how the code changes, that should help you understand.
1 Like
Thanks!
1 Like