Home  >  Article  >  Common color hexadecimal codes

Common color hexadecimal codes

zbt
zbtOriginal
2023-10-26 13:51:044872browse

Common color hexadecimal codes are red (#FF0000), green (#00FF00), blue (#0000FF), black (#000000), white (#FFFFFF), yellow (#FFFF00) , orange (#FFA500), purple (#FF00FF), pink (#FFC0CB), gray (#808080), brown (#5C3317), light green (#B0C4DE), light blue (#87CEEB), light red (# FFB6C1) and so on.

Common color hexadecimal codes

Here are the hexadecimal codes for some common colors:

Red(#FF0000)

Green(# 00FF00)

Blue(#0000FF)

Black(#000000)

White(#FFFFFF)

Yellow(#FFFF00)

Orange(#FFA500)

Purple(#FF00FF)

Pink(#FFC0CB)

Gray(#808080)

Brown(# 5C3317)

Light green(#B0C4DE)

Light blue(#87CEEB)

Light red(#FFB6C1)

Light yellow(#FFFF66 )

These color codes can be used in HTML, CSS and other scenarios to set the background color, font color, etc. of elements.

The above is the detailed content of Common color hexadecimal codes. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn