HEX: #F9E09A
RGB: (249,224,154)
#F9E09A enthält hauptsächlich rote und grüne Farbe. Für #F9E09A ist eine «websichere» Webfarbe #FFCC99 (oder kurz #FC9).
Die Farbe #F9E09A wird in RGB als (249,224,154) definiert.
RGB: (249,224,154)
(98%, 88%, 60%)
R 249 von 255 = 98%
G 224 von 255 = 88%
B 154 von 255 = 60%
R + G + B ~ 82%. #F9E09A ziemlich helle Farbe.
R + G + B = 249 + 224 + 154 = 627 (100%)
R 249 von 627 ~ 39.71%
G 224 von 627 ~ 35.73%
B 154 von 627 ~ 24.56'%
Die Farbe #F9E09A wird in CMYK als (0,10,38,2) definiert.
CMYK: (0,10,38,2)
C0M10Y38K2 (0%, 10%, 38%, 2%)
(0.00 / 0.10 / 0.38 / 0.02)
Farbe #F9E09A in den populären Farbmodellen.
F9 | E0 | 9A | |
---|---|---|---|
RGB | 249 | 224 | 154 |
HSL | 44° | 88.79% | 79.02% |
HSB/HSV | 44° | 38.15% | 97.65% |
CMYK | 0.00% | 10.04% | 38.15% |
2.35% |
Die Farbe #F9E09A in den populären Zahlensystemen.
Hexadezimal | F9 | E0 | 9A |
Dezimal | 249 | 224 | 154 |
Binär | 11111001 | 11100000 | 10011010 |
Oktal | 371 | 340 | 232 |
Dunkle Töne der Farbe #F9E09A
Helle Töne der Farbe #F9E09A
Beispiele css- und html für Elemente in der Farbe #F9E09A. Bitte benutzen Sie auch rgb(249,224,154) statt hex-Code.
.myTextColor { color: #F9E09A; }
<p style="color:#F9E09A">This sample text font color is #F9E09A.</p>
Die Farbe dieses Textes ist #F9E09A.
.myBgColor { background-color: #F9E09A; }
<div style="background-color:#F9E09A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F9E09A.
.myBorderColor { border: 1px solid #F9E09A; }
<div style="border:3px solid #F9E09A">Div</div>
Die Grenzen von diesem div sind in Farbe #F9E09A.
.myOpacity80 { color: #F9E09A; opacity: 0.8; }
<p style="color:#F9E09A;opacity:0.8;">80%</p>
Text in Farbe #F9E09A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9E09A;}
<p style="text-shadow: 3px 3px 1px #F9E09A">Text here.</p>
Dieser Text hat den Schatten in Farbe #F9E09A.
.textShadow {text-shadow: 3px 3px 1px #F9E09A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9E09A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F9E09A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9E09A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9E09A, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9E09A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9E09A;
-webkit-box-shadow: 1px 1px 3px 2px #F9E09A;
box-shadow: 1px 1px 3px 2px #F9E09A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9E09A; -webkit-box-shadow: 1px 1px 3px 2px #F9E09A; box-shadow:1px 1px 3px 2px #F9E09A;">
Div content here
</div>
Dieser Text ist in der Farbe #F9E09A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F9E09A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F9E09A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F9E09A.
Kontrastfarbe für #hex ist #061F65.