I'm finding it hard to clearly understand hex colours in html..please can someone help me out? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I'm finding it hard to clearly understand hex colours in html..please can someone help me out?

Color

22nd May 2020, 7:49 PM
Fejiro Olokor
Fejiro Olokor - avatar
7 Answers
+ 3
It's just a RGB-scale using another base, e.g. E23D28 -> r(E2), g(3D), b(28). Complete explanation of transforming from one system to another: https://www.google.com/amp/s/amp.convzone.com/hex-to-decimal/
22nd May 2020, 7:59 PM
Sandra Meyer
Sandra Meyer - avatar
+ 2
google is your friend.
22nd May 2020, 8:30 PM
Emina Gabeljić
Emina Gabeljić - avatar
+ 2
Fejiro Olokor hi, There are differents systems : binary, decimal, hexadecimal... RGB value belong to decimal Hex value to hexadecimal Then it's about conversion from one system to another. You can find tutos on youtube on how to operate the conversion. And that ressources might help : https://www.mathsisfun.com/hexadecimal-decimal-colors.html https://en.m.wikipedia.org/wiki/Hexadecimal https://www.rapidtables.com/web/color/RGB_Color.html
22nd May 2020, 8:38 PM
EmmanueLZ.
EmmanueLZ. - avatar
+ 2
Thanks every one
22nd May 2020, 8:45 PM
Fejiro Olokor
Fejiro Olokor - avatar
+ 1
To learn about hex colors, you need to understand these concepts. - Number bases I.e. binary, decimal and hexadecimal. Bonus: learn to convert between them. - the different types of colour systems I.e. rgb and how it relates to hex. Bonus: learn about Hsl.
22nd May 2020, 10:01 PM
Logomonic Learning
Logomonic Learning - avatar
+ 1
Look at that RGB : R = red G = green B = blue RGB is short form of 3 main colors What is RGBA??? Red Green Blue Alpha ---------------------------------------- 0123456789ABCDEF hex colors ---------------------------------------- #RRGGBB ---------------------------------------- #FFFFFF = White #000000 = Black
23rd May 2020, 9:47 AM
Parsa Khadivpoor
Parsa Khadivpoor - avatar
25th Apr 2022, 7:51 AM
rahul kumar
rahul kumar - avatar