HEX: #F9BC0E
RGB: (249,188,14)
#F9BC0E enthält hauptsächlich rote Farbe. Für #F9BC0E ist eine «websichere» Webfarbe #FFCC00 (oder kurz #FC0).
Die Farbe #F9BC0E wird in RGB als (249,188,14) definiert.
RGB: (249,188,14)
(98%, 74%, 5%)
R 249 von 255 = 98%
G 188 von 255 = 74%
B 14 von 255 = 5%
R + G + B ~ 59%. #F9BC0E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 249 + 188 + 14 = 451 (100%)
R 249 von 451 ~ 55.21%
G 188 von 451 ~ 41.69%
B 14 von 451 ~ 3.1'%
Die Farbe #F9BC0E wird in CMYK als (0,24,94,2) definiert.
CMYK: (0,24,94,2)
C0M24Y94K2 (0%, 24%, 94%, 2%)
(0.00 / 0.24 / 0.94 / 0.02)
Farbe #F9BC0E in den populären Farbmodellen.
F9 | BC | 0E | |
---|---|---|---|
RGB | 249 | 188 | 14 |
HSL | 44° | 95.14% | 51.57% |
HSB/HSV | 44° | 94.38% | 97.65% |
CMYK | 0.00% | 24.50% | 94.38% |
2.35% |
Die Farbe #F9BC0E in den populären Zahlensystemen.
Hexadezimal | F9 | BC | 0E |
Dezimal | 249 | 188 | 14 |
Binär | 11111001 | 10111100 | 1110 |
Oktal | 371 | 274 | 16 |
Dunkle Töne der Farbe #F9BC0E
Helle Töne der Farbe #F9BC0E
Beispiele css- und html für Elemente in der Farbe #F9BC0E. Bitte benutzen Sie auch rgb(249,188,14) statt hex-Code.
.myTextColor { color: #F9BC0E; }
<p style="color:#F9BC0E">This sample text font color is #F9BC0E.</p>
Die Farbe dieses Textes ist #F9BC0E.
.myBgColor { background-color: #F9BC0E; }
<div style="background-color:#F9BC0E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F9BC0E.
.myBorderColor { border: 1px solid #F9BC0E; }
<div style="border:3px solid #F9BC0E">Div</div>
Die Grenzen von diesem div sind in Farbe #F9BC0E.
.myOpacity80 { color: #F9BC0E; opacity: 0.8; }
<p style="color:#F9BC0E;opacity:0.8;">80%</p>
Text in Farbe #F9BC0E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9BC0E;}
<p style="text-shadow: 3px 3px 1px #F9BC0E">Text here.</p>
Dieser Text hat den Schatten in Farbe #F9BC0E.
.textShadow {text-shadow: 3px 3px 1px #F9BC0E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9BC0E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F9BC0E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9BC0E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9BC0E, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9BC0E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9BC0E;
-webkit-box-shadow: 1px 1px 3px 2px #F9BC0E;
box-shadow: 1px 1px 3px 2px #F9BC0E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9BC0E; -webkit-box-shadow: 1px 1px 3px 2px #F9BC0E; box-shadow:1px 1px 3px 2px #F9BC0E;">
Div content here
</div>
Dieser Text ist in der Farbe #F9BC0E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F9BC0E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F9BC0E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F9BC0E.
Kontrastfarbe für #F9BC0E ist #0643F1.