Colors

T3rm1nat0r

New Member
Reaction score
23
WoW! Cool tutorial (even so I know how to work out colours)! Thanx any way, now I know even more!
 

Frozenwind

System maker
Reaction score
99
And if you're interested HOW to calculate with hexadecimal:

1. Write all ² of 16 (0t/m9 = 10 and At/mF = 6, that makes 16).
2. Think what decimal number you'd like (for example I take 567).
3. 16³ 16² 16¹ 16^0
4096 256 16 1
How much times can 4096 be in 567? Ok, it can't!
Now you've got: 0???
How much times can 256 be in 567? (567/256 = 2,21484275) 2 times!
Now you've got: 1?? (0 in front doesn't count!)
How much times can 16 be in (567-int(567/256)*256 = 567-2*256 =) 55? (55/16 = 3,4375) 3 times!
Now you've got: 22?
How much times can 1 be in (55-int(55/16)*16 = 55-3*16 =) 7? (7/1 = 7) 7 times!
Now you've got: 236

Don't forget this table:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
0 1 2 3 4 5 6 7 8  9 A  B  C  D  E  F

frozenwind.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top