HTML Color Codes
Có thể bạn quan tâm
The best HTML color codes are waiting for you to find them and they can be found here with all of their names, hex codes, rgb values and other attributes!
Color Picker
Hex:
RGB: rgb(102,232,232)
HSL: hsl(232,232,232)
Color Tools
Colors Codes within Images
Input an image and find all the colors within!
Search Images for Colors!Color Code Chart
A reference of colors in a chart grid form.
See the Color Chart!Color Code Names
A reference of named color codes for CSS.
See the Color Names!What is a HTML color code?
A HTML color code is an identifier used to represent a color on the web and within other digital assets. Common color codes are in the forms of: a keyword name, a hexadecimal value, a RGB (red, green, blue) triplet, or a HSL (hue, saturation, lightness) triplet. Different values allow for 16,777,216 potential colors to be chosen.
For example, the color red can be identifier using the following formats:
- red (keyword name)
- #ff0000 (hex)
- (255,0,0) (RGB)
- (0, 100%, 50%) (HSL)
Because there are so many colors to choose from, tools have been created to make the task of selection much simpler. A color picker allows a user to select a color by clicking on visual range of color to pin-point an exact code. A color chart provides a listing of common colors for quick selection.
To use a selected color code within your web page, you could place the following attribute within a given element to change its background color to red: style="background-color: #ff0000;"
What are HTML color codes used for?
HTML color codes are used within HTML and CSS to create web design color schemes. They are primarily used by web designers, graphic designers, computer programmers, and digital illustrators. Choosing the correct web colors can be exhausting, but it is a great skill to have, especially for marketing purposes.
To read more about html colors, Wikipedia has a good resource on web colors: https://en.wikipedia.org/wiki/Web_colors.
What are basic HTML color codes?
A few common color codes are: black, #000000, rgb(0,0,0) white, #FFFFFF, rgb(255,255,255) silver, #C0C0C0, rgb(192,192,192 grey, #808080, rgb(128,128,128) maroon, #800000, rgb(128,0,0) red, #FF0000, rgb(255,0,0) purple, #800080, rgb(128,0,128) fuchsia, #FF00FF, rgb(255,0,255) green, #008000, rgb(0,128,0) lime, #00FF00, rgb(0,255,0) olive, #808000, rgb(128,128,0) yellow, #FFFF00, rgb(255,255,0) navy, #000080, rgb(0,0,128) blue, #0000FF, rgb(0,0,255) teal, #008080, rgb(0,128,128) aqua, #00FFFF, rgb(0,255,255)
Color Lists
Red Color Codes- -> See Red Color List
- -> See Red Color Chart
- -> See Maroon Color List
- -> See Maroon Color Chart
- -> See Brown Color List
- -> See Brown Color Chart
- -> See Tan Color List
- -> See Tan Color Chart
- -> See Orange Color List
- -> See Orange Color Chart
- -> See Peach Color List
- -> See Peach Color Chart
- -> See Gold Color List
- -> See Gold Color Chart
- -> See Yellow Color List
- -> See Yellow Color Chart
- -> See Lime Color List
- -> See Lime Color Chart
- -> See Olive Color List
- -> See Olive Color Chart
- -> See Green Color List
- -> See Green Color Chart
- -> See Teal Color List
- -> See Teal Color Chart
- -> See Cyan Color List
- -> See Cyan Color Chart
- -> See Blue Color List
- -> See Blue Color Chart
- -> See Navy Blue Color List
- -> See Navy Blue Color Chart
- -> See Purple Color List
- -> See Purple Color Chart
- -> See Magenta Color List
- -> See Magenta Color Chart
- -> See Pink Color List
- -> See Pink Color Chart
- -> See Grey Color List
- -> See Grey Color Chart
- -> See Silver Color List
- -> See Silver Color Chart
- -> See White Color List
- -> See White Color Chart
- -> See Black Color List
- -> See Black Color Chart
Copyright © HTML-Color.Codes 2024 Privacy Policy
Từ khóa » Html Notepad Color Codes
-
Major Hexadecimal Color Codes
-
HTML Color Codes
-
HTML Text Color - HTML Color Codes
-
HTML Color Codes
-
HTML Color Names - W3Schools
-
HTML - Colors - Tutorialspoint
-
HTML Code For Color Text - Career Karma
-
Changing Colors
-
HTML Color Codes Chart
-
HTML Color Names And HTML Color Codes Part 1 - HTML Tutorial 20
-
HTML | Color Attribute - GeeksforGeeks
-
HTML Color Lines In Notepad ++ - Get Started - SitePoint Forums
-
How Can We Easily Remember The Color Codes In Html? - Quora