Gelbe Farbcodes

Gelbe Farbe wird durch Hinzufügen von roten und grünen Farben erzeugt.

Gelber RGB-Farbcode

Gelber RGB-Code = 255 * 65536 + 255 * 256 + 0 = # FFFF00

ROT = 255, GRÜN = 255, BLAU = 0

Schattierungen der gelben Farbkarte

Farbe HTML / CSS-
Farbname
Hex-Code
#RRGGBB
Dezimalcode
(R, G, B)
  hellgelb # FFFFE0 rgb (255,255,224)
  Zitronenchiffon #FFFACD RGB (255, 250, 205)
  hellgoldenrodyellow # FAFAD2 RGB (250, 250, 210)
  Papayawhip # FFEFD5 rgb (255,239,213)
  Mokassin # FFE4B5 rgb (255,228,181)
  Peachpuff # FFDAB9 rgb (255,218,185)
  Palegoldenrod # EEE8AA rgb (238,232,170)
  khaki # F0E68C RGB (240, 230, 140)
  dunkles Khaki # BDB76B rgb (189, 183, 107)
  Gelb # FFFF00 rgb (255,255,0)
  Olive # 808000 rgb (128,128,0)
  Grün Gelb # ADFF2F RGB (173, 255, 47)
  Gelbgrün # 9ACD32 RGB (154, 205, 50)

 

Farbe Nicht-HTML-
Farbname
Hex-Code
#RRGGBB
Dezimalcode
R, G, B.
  Hellgelb1 #FFFFCC rgb (255,255,204)
  Hellgelb2 # FFFF99 rgb (255,255,153)
  Hellgelb3 # FFFF66 rgb (255,255,102)
  Hellgelb4 # FFFF33 rgb (255,255,51)
  Gelb # FFFF00 rgb (255,255,0)
  Dunkelgelb1 # CCCC00 rgb (204,204,0)
  Dunkelgelb2 # 999900 rgb (153, 153, 0)
  Dunkelgelb3 # 666600 rgb (102,102,0)
  Dunkelgelb4 # 333300 rgb (51,51,0)

Gelber HTML-Farbcode

HTML-Absatz mit gelben Schriftarten

Code:

<p style="color:yellow; background:black"/These fonts are yellow!</p/

Ergebnis:

Diese Schriftarten sind gelb!

ODER

<p style="color:#FFFF00; background:black"/These fonts are yellow, too!</p/

Ergebnis:

Diese Schriften sind auch gelb!

ODER

<p style="color:rgb(255,255,0); background:black"/These fonts are yellow, too!</p/

Ergebnis:

Diese Schriften sind auch gelb!

HTML-Absatz mit schwarzen Schriftarten und gelber Hintergrundfarbe

Code:

<p style="color:black; background:yellow"/Background color is yellow</p>

Ergebnis:

Hintergrundfarbe ist gelb

 

Goldfarbe ►

 


Siehe auch

Advertising

WEBFARBEN
SCHNELLE TABELLEN