HEX: #F2CC18
RGB: (242,204,24)
#F2CC18 enthält hauptsächlich rote und grüne Farbe. Für #F2CC18 ist eine «websichere» Webfarbe #FFCC00 (oder kurz #FC0).
Die Farbe #F2CC18 wird in RGB als (242,204,24) definiert.
RGB: (242,204,24)
(95%, 80%, 9%)
R 242 von 255 = 95%
G 204 von 255 = 80%
B 24 von 255 = 9%
R + G + B ~ 61%. #F2CC18 ziemlich helle Farbe.
R + G + B = 242 + 204 + 24 = 470 (100%)
R 242 von 470 ~ 51.49%
G 204 von 470 ~ 43.4%
B 24 von 470 ~ 5.11'%
Die Farbe #F2CC18 wird in CMYK als (0,16,90,5) definiert.
CMYK: (0,16,90,5)
C0M16Y90K5 (0%, 16%, 90%, 5%)
(0.00 / 0.16 / 0.90 / 0.05)
Farbe #F2CC18 in den populären Farbmodellen.
F2 | CC | 18 | |
---|---|---|---|
RGB | 242 | 204 | 24 |
HSL | 50° | 89.34% | 52.16% |
HSB/HSV | 50° | 90.08% | 94.90% |
CMYK | 0.00% | 15.70% | 90.08% |
5.10% |
Die Farbe #F2CC18 in den populären Zahlensystemen.
Hexadezimal | F2 | CC | 18 |
Dezimal | 242 | 204 | 24 |
Binär | 11110010 | 11001100 | 11000 |
Oktal | 362 | 314 | 30 |
Dunkle Töne der Farbe #F2CC18
Helle Töne der Farbe #F2CC18
Beispiele css- und html für Elemente in der Farbe #F2CC18. Bitte benutzen Sie auch rgb(242,204,24) statt hex-Code.
.myTextColor { color: #F2CC18; }
<p style="color:#F2CC18">This sample text font color is #F2CC18.</p>
Die Farbe dieses Textes ist #F2CC18.
.myBgColor { background-color: #F2CC18; }
<div style="background-color:#F2CC18">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F2CC18.
.myBorderColor { border: 1px solid #F2CC18; }
<div style="border:3px solid #F2CC18">Div</div>
Die Grenzen von diesem div sind in Farbe #F2CC18.
.myOpacity80 { color: #F2CC18; opacity: 0.8; }
<p style="color:#F2CC18;opacity:0.8;">80%</p>
Text in Farbe #F2CC18 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F2CC18;}
<p style="text-shadow: 3px 3px 1px #F2CC18">Text here.</p>
Dieser Text hat den Schatten in Farbe #F2CC18.
.textShadow {text-shadow: 3px 3px 1px #F2CC18', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F2CC18, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F2CC18 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F2CC18, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F2CC18, Direction=45, Strength=4)">Text</p>
This text has shadow with #F2CC18 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F2CC18;
-webkit-box-shadow: 1px 1px 3px 2px #F2CC18;
box-shadow: 1px 1px 3px 2px #F2CC18;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F2CC18; -webkit-box-shadow: 1px 1px 3px 2px #F2CC18; box-shadow:1px 1px 3px 2px #F2CC18;">
Div content here
</div>
Dieser Text ist in der Farbe #F2CC18 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F2CC18 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F2CC18.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F2CC18.
Kontrastfarbe für #hex ist #0D33E7.