|
|
#1 |
|
Junior Member
Join Date: Mar 2001
Posts: 6
|
Could someone help me with changing the colors from RGB to Hex. I read the stuff on developer. But it only says that you have to use windows calculator. Well, I used it and it didn't make any sense. (I have to change the RGB color of 255,255,0 to Hex color)
|
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Feb 2001
Posts: 171
|
255,255,0 in hex is either 0x00FFFF00 or 0xFFFF0000, depends on the program implementation. in some cases it's 0x0000FFFF, but i guess it's 0x00FFFF00; you have to change every single value from RGB to HEX: first change R then G then B and then simply queue them together
hoirkmann |
|
|
|
|
|
#3 |
|
Backpacking
Moderator |
If you download a paint program, such as paint shop pro, you can type in the RGB value, and the hex value will be displayed, and vice-versa.
Like my photography? Buy some here.... |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|