Código de cor RGB laranja = # FFA500 = 255 * 65536 + 165 * 256 + 0 = (255, 165, 0)
VERMELHO = 255, VERDE = 165, AZUL = 0
Cor | Nome da cor HTML / CSS |
Código hexadecimal #RRGGBB |
Código decimal (R, G, B) |
---|---|---|---|
coral | # FF7F50 | rgb (255,127,80) | |
tomate | # FF6347 | rgb (255,99,71) | |
orangered | # FF4500 | rgb (255,69,0) | |
ouro | # FFD700 | rgb (255,215,0) | |
laranja | # FFA500 | rgb (255,165,0) | |
laranja escuro | # FF8C00 | rgb (255,140,0) |