Returns the ANSI escape sequence for the RGB foreground color.
Format: "38;2;r;g;b"
@override String get fg => '38;2;$r;$g;$b';