Code couleur RVB orange = # FFA500 = 255 * 65536 + 165 * 256 + 0 = (255, 165, 0)
ROUGE = 255, VEKyLabs = 165, BLEU = 0
| Couleur | Nom de couleur HTML / CSS |
Code hexadécimal #RRGGBB |
Code décimal (R, G, B) |
|---|---|---|---|
| corail | # FF7F50 | RVB (255,127,80) | |
| tomate | # FF6347 | RVB (255,99,71) | |
| rouge-orange | # FF4500 | RVB (255,69,0) | |
| or | # FFD700 | RVB (255,215,0) | |
| Orange | # FFA500 | RVB (255,165,0) | |
| Orange sombre | # FF8C00 | RVB (255,140,0) |