This example sets the color of the font to red.
Font font = range.getFont(); font.setColor(application.RGB(123, 123, 123));
Related information
Color property