Just learn hex, you won't have to mess with programs at all. to make color text in world editor, type
The first two #s are the amount of red, the next two are blue, then green. If you want red text, type
For blue,
And green,
FF is the highest amount, because the digit system is different. The digits go 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f. So what is normally "10" is actually one digit "a".