3
readers helped!

This helped me

How to Color Text

This How.com.vn teaches you how to change text color in a document. Popular document programs include Microsoft Office programs, Google Docs, and Apple's Pages program. If you're interested in coding your own colored text, you can do so using HTML in any basic text editor.

Method 1
Method 1 of 4:

Using Microsoft Office

  1. How.com.vn English: Step 1 Open a Microsoft Office document.
    Double-click a Microsoft Word, Excel, or PowerPoint document to open it in its respective Microsoft Office program.
    • If you want to create a new document, open Word, Excel, or PowerPoint, then click the Blank option on the opening page.
  2. How.com.vn English: Step 2 Find text to color.
    Scroll through your document until you find the text for which you want to change the color.
    • If you're creating a new document, type in your text before proceeding.
  3. How.com.vn English: Step 3 Select the text.
    Click and drag your mouse across the text to highlight it.
  4. How.com.vn English: Step 4 Click the Home tab.
    It's in the upper-left side of the window. This will bring up the Home toolbar at the top of the window.
  5. How.com.vn English: Step 5 Open the color menu.
    Click the drop-down
    How.com.vn English: Android 7 Dropdown
    icon next to the black A that's in the "Font" section of the toolbar. A drop-down menu will appear.
    • On Word for Mac, there are several A buttons; the bottom-right one in the Font section is the one which controls color. It should have a horizontal colored bar below it.
  6. How.com.vn English: Step 6 Select a color.
    Click one of the color boxes in the drop-down menu. You should see your selected text change its color to match.
  7. How.com.vn English: Step 7 Save your changes.
    Press Ctrl+S (Windows) or Command+S (Mac) to do so.
    Advertisement
Method 2
Method 2 of 4:

Using Google Docs

  1. How.com.vn English: Step 1 Open the Google Docs page.
    Go to https://docs.google.com/ in your computer's web browser. If you're logged into your Google Account, this will open a list of your Google Docs documents.
    • If you aren't logged into your Google Account, enter your email address and password when prompted before proceeding.
  2. How.com.vn English: Step 2 Select a document.
    Click a document for which you want to color some of the text. The document will open.
    • If you want to create a new document, click Blank in the upper-left side of the page.
  3. How.com.vn English: Step 3 Find text to color.
    Scroll through your document until you find the text for which you want to change the color.
    • If you're creating a new document, type in your text before proceeding.
  4. How.com.vn English: Step 4 Select the text.
    Click and drag your cursor across the text to highlight it.
  5. How.com.vn English: Step 5 Click A.
    It's at the top of the Google Docs window. A drop-down menu will appear.
  6. How.com.vn English: Step 6 Select a color.
    Click one of the color boxes in the drop-down menu. You should see your selected text change its color to match.
    • Your changes will automatically be saved.
    Advertisement
Method 3
Method 3 of 4:

Using Pages

  1. How.com.vn English: Step 1 Open a Pages document.
    Double-click a Pages document for which you want to change some of the text color. The document will open in Pages.[1]
    • If you want to create a new document in Pages, open Pages, then click Create Document and select a document preset.
  2. How.com.vn English: Step 2 Find text to color.
    Scroll through your document until you find the text for which you want to change the color.
    • If you're creating a new document, type in your text before proceeding.
  3. How.com.vn English: Step 3 Select the text.
    Click and drag your cursor across the text to highlight it.
  4. How.com.vn English: Step 4 Click Format.
    It's the paintbrush-shaped icon in the upper-right side of the window. Doing so will open the Format menu on the right side of the page.
  5. How.com.vn English: Step 5 Click the Style tab.
    You'll find this near the top of the Format menu.
  6. How.com.vn English: Step 6 Click the color wheel.
    It's the rainbow-colored circle at the bottom of the "Font" section of the Format menu. A drop-down menu will appear.
    • If you want to see a list of colors which go well with your document's preset, click the color rectangle here instead.
  7. How.com.vn English: Step 7 Select a color.
    Click a color in the drop-down menu to apply it to your selected text.
  8. How.com.vn English: Step 8 Save your changes.
    Press Command+S to do so.
    Advertisement
Method 4
Method 4 of 4:

Using HTML

  1. How.com.vn English: Step 1 Open a text editor.
    On Windows, you'll usually use Notepad, while Mac users will use TextEdit.
  2. How.com.vn English: Step 2 Set up your document.
    The first thing you'll need to do when creating HTML text is indicate the type of document by doing the following:
    • Type in <!DOCTYPE html> and press Enter.
    • Type in <html> and press Enter.
    • Type in <body> and press Enter.
  3. How.com.vn English: Step 3 Create a line of text.
    Type <p> into your text editor, write your text, and then close the line of text by typing </p>.
  4. How.com.vn English: Step 4 Change the text's color.
    After the <p> tag, type in <font color="color">—making sure to replace color with your preferred color (e.g., red)—and then type </font> directly before the </p> tag.[2]
    • Your completed line should look something like this: <p><font color="red">I am a banana</font></p>
    • You can choose any color on the ROYGBIV spectrum (as well as white and black), or you can experiment with other more specific colors (e.g., chartreuse).
  5. How.com.vn English: Step 5 Save your file.
    Press Ctrl+S (Windows) or Command+S (Mac) to open the save window, then select a save location and add a title to your file. You'll also need to save the file as an HTML file:
    • On Windows, click the Save as type drop-down box, click All Files in the drop-down menu, and type .html at the end of the file's name. Click Save to save the file.
    • On Mac, you'll type .html after the file's name and then click Save.
    Advertisement

Expert Q&A

Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit

      Advertisement

      Video

      Tips

      • If you're using text in a photo manipulation app (e.g., Gimp or Photoshop), you can usually change the text's color by selecting it, clicking the A or colored box in the menu, and selecting a new color.
      Advertisement

      Warnings

      Advertisement

      About this article

      How.com.vn English: Jack Lloyd
      Written by:
      How.com.vn Technology Writer
      This article was co-authored by How.com.vn staff writer, Jack Lloyd. Jack Lloyd is a Technology Writer and Editor for How.com.vn. He has over two years of experience writing and editing technology-related articles. He is technology enthusiast and an English teacher. This article has been viewed 30,331 times.
      How helpful is this?
      Co-authors: 16
      Updated: October 21, 2021
      Views: 30,331
      Thanks to all authors for creating a page that has been read 30,331 times.

      Is this article up to date?

      ⚠️ Disclaimer:

      Content from Wiki How English language website. Text is available under the Creative Commons Attribution-Share Alike License; additional terms may apply.
      Wiki How does not encourage the violation of any laws, and cannot be responsible for any violations of such laws, should you link to this domain, or use, reproduce, or republish the information contained herein.

      Notices:
      • - A few of these subjects are frequently censored by educational, governmental, corporate, parental and other filtering schemes.
      • - Some articles may contain names, images, artworks or descriptions of events that some cultures restrict access to
      • - Please note: Wiki How does not give you opinion about the law, or advice about medical. If you need specific advice (for example, medical, legal, financial or risk management), please seek a professional who is licensed or knowledgeable in that area.
      • - Readers should not judge the importance of topics based on their coverage on Wiki How, nor think a topic is important just because it is the subject of a Wiki article.

      Advertisement