Converting RGB Values to HexAnother useful little widget Web developers frequently wish they had on hand is an RGB-to-hexadecimal converter. This is useful whenever you need to translate a color value from a graphics program like Adobe Photoshop or Macromedia Fireworks into a browser color, for page backgrounds or text colors. Script 17.10 shows the conversion calculator done in JavaScript and turned into a bookmarklet. Script 17.10. This script takes RGB color values and turns them into their hexadecimal equivalents.To convert RGB values to hexadecimal:
|