I guess that it would be a good idea to run this script:
--
tell application "Numbers" to tell document 1 to tell sheet 1 to tell table 1
get background color of cell y of row x (* double check because I am accustomed to use x for the column, y for the row *)
end tell
--
With orange, on my machine it returns {65021, 39578, 0}
{255, 255, 153} isn't black but an heavy gray.
Apple use the same scheme to define colors for years. Each component may have values from 0 to 65535.
Black is : {0, 0, 0}
White is : {65535, 65535, 65535}
None is : missing value
Yvan KOENIG (VALLAURIS, France) samedi 1 janvier 2011 20:33:28