Extras

Color Picker

The code for this color picker is part of the Yahoo! User interface package. Use this tool to choose the colors for your site. Drag or click in the gradient box and the values will show on the right. To use your chosen colors in a .css file, don't forget to include the # sign before the hex value, and just place that number anywhere you can use a color. Alternatively, you can use the rgb values by using the following syntax: rgb(255,255,255); This rgb value is for the color white. The possibilities and combinations are endless!