Can you do the multiples of 256 in your head?
In hexadecimal, yes. It's 100*1=100, 100*2=200, 100*3=300, 100*4=400, 100*5=500, 100*6=600, 100*7=700, 100*8=800, 100*9=900, 100*A=A00, 100*B=B00, 100*C=C00, 100*D=D00, 100*E=E00, 100*F=F00, 100*10=1000, etc
And if you are talking about the exponents of 256 in hexa that would be 100^1=100, 100^2=10000 , 100^3=1000000
Easy don't you think. I would be so much easier for programmers who would no longer need to find the multiples of 256 in decimal(aka the fact that it's hard to find the multiples of 256 in your head in decimal is the reason why it would make more sense to count in hexadecimal)