HEX: #F8C980
RGB: (248,201,128)
#F8C980 enthält hauptsächlich rote und grüne Farbe. Für #F8C980 ist eine «websichere» Webfarbe #FFCC66 (oder kurz #FC6).
Die Farbe #F8C980 wird in RGB als (248,201,128) definiert.
RGB: (248,201,128)
(97%, 79%, 50%)
R 248 von 255 = 97%
G 201 von 255 = 79%
B 128 von 255 = 50%
R + G + B ~ 75%. #F8C980 ziemlich helle Farbe.
R + G + B = 248 + 201 + 128 = 577 (100%)
R 248 von 577 ~ 42.98%
G 201 von 577 ~ 34.84%
B 128 von 577 ~ 22.18'%
Die Farbe #F8C980 wird in CMYK als (0,19,48,3) definiert.
CMYK: (0,19,48,3)
C0M19Y48K3 (0%, 19%, 48%, 3%)
(0.00 / 0.19 / 0.48 / 0.03)
Farbe #F8C980 in den populären Farbmodellen.
F8 | C9 | 80 | |
---|---|---|---|
RGB | 248 | 201 | 128 |
HSL | 37° | 89.55% | 73.73% |
HSB/HSV | 37° | 48.39% | 97.25% |
CMYK | 0.00% | 18.95% | 48.39% |
2.75% |
Die Farbe #F8C980 in den populären Zahlensystemen.
Hexadezimal | F8 | C9 | 80 |
Dezimal | 248 | 201 | 128 |
Binär | 11111000 | 11001001 | 10000000 |
Oktal | 370 | 311 | 200 |
Dunkle Töne der Farbe #F8C980
Helle Töne der Farbe #F8C980
Beispiele css- und html für Elemente in der Farbe #F8C980. Bitte benutzen Sie auch rgb(248,201,128) statt hex-Code.
.myTextColor { color: #F8C980; }
<p style="color:#F8C980">This sample text font color is #F8C980.</p>
Die Farbe dieses Textes ist #F8C980.
.myBgColor { background-color: #F8C980; }
<div style="background-color:#F8C980">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F8C980.
.myBorderColor { border: 1px solid #F8C980; }
<div style="border:3px solid #F8C980">Div</div>
Die Grenzen von diesem div sind in Farbe #F8C980.
.myOpacity80 { color: #F8C980; opacity: 0.8; }
<p style="color:#F8C980;opacity:0.8;">80%</p>
Text in Farbe #F8C980 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F8C980;}
<p style="text-shadow: 3px 3px 1px #F8C980">Text here.</p>
Dieser Text hat den Schatten in Farbe #F8C980.
.textShadow {text-shadow: 3px 3px 1px #F8C980', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F8C980, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F8C980 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F8C980, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F8C980, Direction=45, Strength=4)">Text</p>
This text has shadow with #F8C980 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F8C980;
-webkit-box-shadow: 1px 1px 3px 2px #F8C980;
box-shadow: 1px 1px 3px 2px #F8C980;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F8C980; -webkit-box-shadow: 1px 1px 3px 2px #F8C980; box-shadow:1px 1px 3px 2px #F8C980;">
Div content here
</div>
Dieser Text ist in der Farbe #F8C980 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F8C980 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F8C980.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F8C980.
Kontrastfarbe für #hex ist #07367F.