Oranje RGB-kleurcode = # FFA500 = 255 * 65536 + 165 * 256 + 0 = (255, 165, 0)
ROOD = 255, GROEN = 165, BLAUW = 0
| Kleur | HTML / CSS- kleurnaam |
Hex-code #RRGGBB |
Decimale code (R, G, B) |
|---|---|---|---|
| koraal | # FF7F50 | rgb (255.127,80) | |
| tomaat | # FF6347 | RGB (255,99,71) | |
| Oranje rood | # FF4500 | RGB (255,69,0) | |
| goud | # FFD700 | RGB (255.215,0) | |
| oranje | # FFA500 | RGB (255,165,0) | |
| donker oranje | # FF8C00 | rgb (255,140,0) |