> For the complete documentation index, see [llms.txt](https://computational-thinking-in-room11.gitbook.io/room-112-dhs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://computational-thinking-in-room11.gitbook.io/room-112-dhs/html-1/color/html-color-codes.md).

# HTML Color Codes

All 16,777,216 of them

Using RGB Color (Red  Green Blue) coloring the computer can mix and match colors to make over 16 million different colors, each with its very own HTML color code &#x20;

{% embed url="<https://htmlcolorcodes.com/color-picker/>" %}

There are several sites but this is my favorite.&#x20;

![For HTML we are interested in the HEX Color code (that # is important)](https://2507214486-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpUPSf3tCxHePJxNjfg%2F-Ly9bvhOcpTDqIbefXfu%2F-Ly9cXkdg3AZ0lcQFj3X%2Fimage.png?alt=media\&token=a0dbecfc-37ca-4152-b6a2-c20c33971d67)

```
<font color = #AOD384>
```

Update your web page to have at least 5 color words that are formatted into their color font. At least one font color should use a word ("red" )and at least one font color should use a hex color code (#FF0000)

So if you type the word RED it should appear in the color RED
