Setting Background Color of Form

I am sure I am overlooking something obvious but is there a way to set the background color of a form to a specific hexcolor, i.e., I can set the bgcolor of an element to #cc9900 but how do I set the form to that specific hexcolor without having to go to a web authoring program and find out the CMYK or RGB reference of that color first?

TIA

You can’t change the bgcolor of a form PART at runtime.

I just use RGB or photoshop (to sample color and then get the RGB values).

Bob Cusick

Thanks, Bob. I kind of figured that’s what I would have to do.