HEX: #F9E69F
RGB: (249,230,159)
#F9E69F enthält hauptsächlich rote und grüne Farbe. Für #F9E69F ist eine «websichere» Webfarbe #FFCC99 (oder kurz #FC9).
Die Farbe #F9E69F wird in RGB als (249,230,159) definiert.
RGB: (249,230,159) (98%,90%,62%)
R 249 von 255 = 98%
G 230 von 255 = 90%
B 159 von 255 = 62%
R + G + B ~ 83%. #F9E69F ziemlich helle Farbe.
R + G + B =
249 + 230 + 159 = 638 (100%)
R 249 von 638 ~ 39.03%
G 230 von 638 ~ 36.05%
B 159 von 638 ~ 24.92%
Die Farbe #F9E69F wird in CMYK als (0,8,36,2) definiert.
CMYK: (0,8,36,2) C0M8Y36K2 (0%,8%,36%,2%) (0.00/0.08/0.36/0.02)
F9 | E6 | 9F | |
---|---|---|---|
RGB | 249 | 230 | 159 |
HSL | 47° | 88.24% | 80.00% |
HSB/HSV | 47° | 36.14% | 97.65% |
CMYK | 0.00% | 7.63% | 36.14% |
2.35% |
Hexadezimal | F9 | E6 | 9F |
Dezimal | 249 | 230 | 159 |
Binär | 11111001 | 11100110 | 10011111 |
Oktal | 371 | 346 | 237 |
Beispiele css- und html für Elemente in der Farbe #F9E69F. Bitte benutzen Sie auch rgb(249,230,159) statt hex-Code.
.myTextColor { color: #F9E69F; }
<p style="color:#F9E69F">This sample text font color is #F9E69F.</p>
Die Farbe dieses Textes ist #F9E69F.
.myBgColor { background-color: #F9E69F; }
<div style="background-color:#F9E69F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F9E69F.
.myBorderColor { border: 1px solid #F9E69F; }
<div style="border:3px solid #F9E69F">Div</div>
Die Grenzen von diesem div sind in Farbe #F9E69F.
.myOpacity80 { color: #F9E69F; opacity: 0.8; }
<p style="color:#F9E69F;opacity:0.8;">80%</p>
Text in Farbe #F9E69F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9E69F;}
<p style="text-shadow: 3px 3px 1px #F9E69F">Text here.</p>
Dieser Text hat den Schatten in Farbe #F9E69F.
.textShadow {text-shadow: 3px 3px 1px #F9E69F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9E69F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F9E69F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9E69F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9E69F, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9E69F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F9E69F; -webkit-box-shadow: 1px 1px 3px 2px #F9E69F; box-shadow: 1px 1px 3px 2px #F9E69F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F9E69F; -webkit-box-shadow: 1px 1px 3px 2px #F9E69F; box-shadow:1px 1px 3px 2px #F9E69F;">
Div content here</div>
Dieser Text ist in der Farbe #F9E69F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F9E69F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F9E69F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F9E69F.