HEX: #F16A09
RGB: (241,106,9)
#F16A09 enthält hauptsächlich rote Farbe. Für #F16A09 ist eine «websichere» Webfarbe #FF6600 (oder kurz #F60).
Die Farbe #F16A09 wird in RGB als (241,106,9) definiert.
RGB: (241,106,9) (95%,42%,4%)
R 241 von 255 = 95%
G 106 von 255 = 42%
B 9 von 255 = 4%
R + G + B ~ 47%. #F16A09 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
241 + 106 + 9 = 356 (100%)
R 241 von 356 ~ 67.7%
G 106 von 356 ~ 29.78%
B 9 von 356 ~ 2.53%
Die Farbe #F16A09 wird in CMYK als (0,56,96,5) definiert.
CMYK: (0,56,96,5) C0M56Y96K5 (0%,56%,96%,5%) (0.00/0.56/0.96/0.05)
F1 | 6A | 09 | |
---|---|---|---|
RGB | 241 | 106 | 9 |
HSL | 25° | 92.80% | 49.02% |
HSB/HSV | 25° | 96.27% | 94.51% |
CMYK | 0.00% | 56.02% | 96.27% |
5.49% |
Hexadezimal | F1 | 6A | 09 |
Dezimal | 241 | 106 | 9 |
Binär | 11110001 | 1101010 | 1001 |
Oktal | 361 | 152 | 11 |
Beispiele css- und html für Elemente in der Farbe #F16A09. Bitte benutzen Sie auch rgb(241,106,9) statt hex-Code.
.myTextColor { color: #F16A09; }
<p style="color:#F16A09">This sample text font color is #F16A09.</p>
Die Farbe dieses Textes ist #F16A09.
.myBgColor { background-color: #F16A09; }
<div style="background-color:#F16A09">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F16A09.
.myBorderColor { border: 1px solid #F16A09; }
<div style="border:3px solid #F16A09">Div</div>
Die Grenzen von diesem div sind in Farbe #F16A09.
.myOpacity80 { color: #F16A09; opacity: 0.8; }
<p style="color:#F16A09;opacity:0.8;">80%</p>
Text in Farbe #F16A09 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F16A09;}
<p style="text-shadow: 3px 3px 1px #F16A09">Text here.</p>
Dieser Text hat den Schatten in Farbe #F16A09.
.textShadow {text-shadow: 3px 3px 1px #F16A09, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F16A09, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F16A09 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F16A09, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F16A09, Direction=45, Strength=4)">Text</p>
This text has shadow with #F16A09 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F16A09; -webkit-box-shadow: 1px 1px 3px 2px #F16A09; box-shadow: 1px 1px 3px 2px #F16A09; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F16A09; -webkit-box-shadow: 1px 1px 3px 2px #F16A09; box-shadow:1px 1px 3px 2px #F16A09;">
Div content here</div>
Dieser Text ist in der Farbe #F16A09 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F16A09 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F16A09.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F16A09.