Find top 1-on-1 online tutors for Coding, Math, Science, AP and 50+ subjects
Tutoring
Tutors by Subject
Computer Science
Math
AP (Advanced Placement)
Courses
Coding Classes for Kids
Robotics Classes for Kids
Design Classes for Kids
Resources
AP (Advanced Placement)
Calculators
Length Calculators
Weight Calculators
Tools
Tutorials
Scratch Tutorial
Learn
Math Tutorials
AP Statistics Tutorials
Python Tutorials
Blog
Table of Contents
Use this free online color picker tool to the find the hex value of any color. This HTML color picker can help you get the hex code for your desired color.
A hex color code is a HTML color code. It is also known as hex or hexadecimal color code. Hex color code is a value that tells the display how much of a color to show. The values are coded using a scale of 256 points with values ranging from 0 to 255.
Hex color codes are 6-digit alpahanumeric codes preceeded by a “#” symbol.
Letters/Numbers 1 to 2: Refer to the value of red color
Letters/Numbers 3 to 4: Refer to the value of green color
Letters/Numbers 5 to 6: Refer to the value of blue color
The color values are defined between 00 and FF
For example #000000 is the Hex code for black color and #0000FF is Hex code for blue color
lets look at some popular hex color codes:
Hex Color Code | Color |
---|---|
#000000 | Black |
#FFFFFF | White |
#FF0000 | Red |
#008000 | Green |
#0000FF | Blue |
Hex colors are based on the RGB color model which was developed in the field of photography.
| Note: RGB stands for Red Green Blue
The RGB model is based on the principle that any color can be created using a combination of Red, Green and Blue.