HEX: #F6E19B
RGB: (246,225,155)
#F6E19B enthält hauptsächlich rote und grüne Farbe. Für #F6E19B ist eine «websichere» Webfarbe #FFCC99 (oder kurz #FC9).
Die Farbe #F6E19B wird in RGB als (246,225,155) definiert.
RGB: (246,225,155)
(96%, 88%, 61%)
R 246 von 255 = 96%
G 225 von 255 = 88%
B 155 von 255 = 61%
R + G + B ~ 82%. #F6E19B ziemlich helle Farbe.
R + G + B = 246 + 225 + 155 = 626 (100%)
R 246 von 626 ~ 39.3%
G 225 von 626 ~ 35.94%
B 155 von 626 ~ 24.76'%
Die Farbe #F6E19B wird in CMYK als (0,9,37,4) definiert.
CMYK: (0,9,37,4)
C0M9Y37K4 (0%, 9%, 37%, 4%)
(0.00 / 0.09 / 0.37 / 0.04)
Farbe #F6E19B in den populären Farbmodellen.
F6 | E1 | 9B | |
---|---|---|---|
RGB | 246 | 225 | 155 |
HSL | 46° | 83.49% | 78.63% |
HSB/HSV | 46° | 36.99% | 96.47% |
CMYK | 0.00% | 8.54% | 36.99% |
3.53% |
Die Farbe #F6E19B in den populären Zahlensystemen.
Hexadezimal | F6 | E1 | 9B |
Dezimal | 246 | 225 | 155 |
Binär | 11110110 | 11100001 | 10011011 |
Oktal | 366 | 341 | 233 |
Dunkle Töne der Farbe #F6E19B
Helle Töne der Farbe #F6E19B
Beispiele css- und html für Elemente in der Farbe #F6E19B. Bitte benutzen Sie auch rgb(246,225,155) statt hex-Code.
.myTextColor { color: #F6E19B; }
<p style="color:#F6E19B">This sample text font color is #F6E19B.</p>
Die Farbe dieses Textes ist #F6E19B.
.myBgColor { background-color: #F6E19B; }
<div style="background-color:#F6E19B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F6E19B.
.myBorderColor { border: 1px solid #F6E19B; }
<div style="border:3px solid #F6E19B">Div</div>
Die Grenzen von diesem div sind in Farbe #F6E19B.
.myOpacity80 { color: #F6E19B; opacity: 0.8; }
<p style="color:#F6E19B;opacity:0.8;">80%</p>
Text in Farbe #F6E19B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6E19B;}
<p style="text-shadow: 3px 3px 1px #F6E19B">Text here.</p>
Dieser Text hat den Schatten in Farbe #F6E19B.
.textShadow {text-shadow: 3px 3px 1px #F6E19B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6E19B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F6E19B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6E19B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6E19B, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6E19B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6E19B;
-webkit-box-shadow: 1px 1px 3px 2px #F6E19B;
box-shadow: 1px 1px 3px 2px #F6E19B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6E19B; -webkit-box-shadow: 1px 1px 3px 2px #F6E19B; box-shadow:1px 1px 3px 2px #F6E19B;">
Div content here
</div>
Dieser Text ist in der Farbe #F6E19B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F6E19B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F6E19B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F6E19B.
Kontrastfarbe für #hex ist #091E64.