Free color picker to choose any hex color you desire. Also, free color code chart containing the 216 web safe colors. These are hexadecimal values of colors that will look good in all browsers and platforms.
Or Enter a Color: Or Use HTML5: Selected Color: Black Text Shadow White Text Shadow Red #ff0000 rgb(255, 0, 0) hsl(0, 100%, 50%) Lighter / Darker: 100%#ffffff 95%#ffe6e6 90%#ffcccc 85%#ffb3b3 80%#ff9999 75%#ff8080 ...
Simple tool for finding the color code! Every time that put search every time the code in the Web has created cumbersome. - The color of the code you want to…
Enter a color: 1% 2% 3% 4% 5% 6% 7% 8% 9% 10% 11% 12% 13% 14% 15% 16% 17% 18% 19% 20% All About Picking Colors Digital color can be represented in a number of ways. The most common ways to represent color on the web are via a 6-digit HEX number, RGBA, and HSL (...
html backgound color codes, css color codes, hexadecimal color codes, rgb color codes and color names.
In HTML code, there are two ways to describe colors. One is to use color names, such as blue, its color name is blue. Another is RGB color which is represented by the hex value. RGB stands for Red, Green, and Blue. The minimum value of RGB primary color is 0, the maximum is 25...
ColorNameHex CodeRGB Code White#FFFFFFrgb(255, 255, 255) Silver#C0C0C0rgb(192, 192, 192) Gray#808080rgb(128, 128, 128) Black#000000rgb(0, 0, 0) Red#FF0000rgb(255, 0, 0) Maroon#800000rgb(128, 0, 0) Yellow#FFFF00rgb(255, 255, 0) ...
<body><pstyle="color:rgb(255,0,0);">Red paragraph text</p></body> Demo on CodePen When using an RGB value in your website, you can also specify opacity. Instead of rgb() use rgba() – the a is for alpha, the color channel that controls opacity – and after your three color...
ColorNameHex CodeRGB Code White#FFFFFFrgb(255, 255, 255) Silver#C0C0C0rgb(192, 192, 192) Gray#808080rgb(128, 128, 128) Black#000000rgb(0, 0, 0) Red#FF0000rgb(255, 0, 0) Maroon#800000rgb(128, 0, 0) Yellow#FFFF00rgb(255, 255, 0) ...
Color NameColor CodeColor NameColor Code Red #FF0000 White #FFFFFF Cyan #00FFFF Silver #C0C0C0 Blue #0000FF Gray or Grey #808080 DarkBlue #00008B Black #000000 LightBlue #ADD8E6 Orange #FFA500 Purple #800080 Brown #A52A2A Yellow #FFFF00 Maroon #800000 Lime #00FF00 Green #008000 ...