HEX: #F9C03A
RGB: (249,192,58)
#F9C03A enthält hauptsächlich rote und grüne Farbe. Für #F9C03A ist eine «websichere» Webfarbe #FFCC33 (oder kurz #FC3).
Die Farbe #F9C03A wird in RGB als (249,192,58) definiert.
RGB: (249,192,58)
(98%, 75%, 23%)
R 249 von 255 = 98%
G 192 von 255 = 75%
B 58 von 255 = 23%
R + G + B ~ 65%. #F9C03A ziemlich helle Farbe.
R + G + B = 249 + 192 + 58 = 499 (100%)
R 249 von 499 ~ 49.9%
G 192 von 499 ~ 38.48%
B 58 von 499 ~ 11.62'%
Die Farbe #F9C03A wird in CMYK als (0,23,77,2) definiert.
CMYK: (0,23,77,2)
C0M23Y77K2 (0%, 23%, 77%, 2%)
(0.00 / 0.23 / 0.77 / 0.02)
Farbe #F9C03A in den populären Farbmodellen.
F9 | C0 | 3A | |
---|---|---|---|
RGB | 249 | 192 | 58 |
HSL | 42° | 94.09% | 60.20% |
HSB/HSV | 42° | 76.71% | 97.65% |
CMYK | 0.00% | 22.89% | 76.71% |
2.35% |
Die Farbe #F9C03A in den populären Zahlensystemen.
Hexadezimal | F9 | C0 | 3A |
Dezimal | 249 | 192 | 58 |
Binär | 11111001 | 11000000 | 111010 |
Oktal | 371 | 300 | 72 |
Dunkle Töne der Farbe #F9C03A
Helle Töne der Farbe #F9C03A
Beispiele css- und html für Elemente in der Farbe #F9C03A. Bitte benutzen Sie auch rgb(249,192,58) statt hex-Code.
.myTextColor { color: #F9C03A; }
<p style="color:#F9C03A">This sample text font color is #F9C03A.</p>
Die Farbe dieses Textes ist #F9C03A.
.myBgColor { background-color: #F9C03A; }
<div style="background-color:#F9C03A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F9C03A.
.myBorderColor { border: 1px solid #F9C03A; }
<div style="border:3px solid #F9C03A">Div</div>
Die Grenzen von diesem div sind in Farbe #F9C03A.
.myOpacity80 { color: #F9C03A; opacity: 0.8; }
<p style="color:#F9C03A;opacity:0.8;">80%</p>
Text in Farbe #F9C03A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9C03A;}
<p style="text-shadow: 3px 3px 1px #F9C03A">Text here.</p>
Dieser Text hat den Schatten in Farbe #F9C03A.
.textShadow {text-shadow: 3px 3px 1px #F9C03A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9C03A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F9C03A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9C03A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9C03A, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9C03A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9C03A;
-webkit-box-shadow: 1px 1px 3px 2px #F9C03A;
box-shadow: 1px 1px 3px 2px #F9C03A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9C03A; -webkit-box-shadow: 1px 1px 3px 2px #F9C03A; box-shadow:1px 1px 3px 2px #F9C03A;">
Div content here
</div>
Dieser Text ist in der Farbe #F9C03A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F9C03A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F9C03A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F9C03A.
Kontrastfarbe für #F9C03A ist #063FC5.