Javascript Properties JavaScript Reference

Note:
Read and write property. 
Sets the element color. 
Value: 
Web color name or hexadecimal value in #RRGGBB format.
    
Syntax:
    
document.getElementById("elementID").color = value
document.all.elementID.color = value // IE only