HEX: #F6C692
RGB: (246,198,146)
#F6C692 enthält hauptsächlich rote und grüne Farbe. Für #F6C692 ist eine «websichere» Webfarbe #FFCC99 (oder kurz #FC9).
Die Farbe #F6C692 wird in RGB als (246,198,146) definiert.
RGB: (246,198,146)
(96%, 78%, 57%)
R 246 von 255 = 96%
G 198 von 255 = 78%
B 146 von 255 = 57%
R + G + B ~ 77%. #F6C692 ziemlich helle Farbe.
R + G + B = 246 + 198 + 146 = 590 (100%)
R 246 von 590 ~ 41.69%
G 198 von 590 ~ 33.56%
B 146 von 590 ~ 24.75'%
Die Farbe #F6C692 wird in CMYK als (0,20,41,4) definiert.
CMYK: (0,20,41,4)
C0M20Y41K4 (0%, 20%, 41%, 4%)
(0.00 / 0.20 / 0.41 / 0.04)
Farbe #F6C692 in den populären Farbmodellen.
F6 | C6 | 92 | |
---|---|---|---|
RGB | 246 | 198 | 146 |
HSL | 31° | 84.75% | 76.86% |
HSB/HSV | 31° | 40.65% | 96.47% |
CMYK | 0.00% | 19.51% | 40.65% |
3.53% |
Die Farbe #F6C692 in den populären Zahlensystemen.
Hexadezimal | F6 | C6 | 92 |
Dezimal | 246 | 198 | 146 |
Binär | 11110110 | 11000110 | 10010010 |
Oktal | 366 | 306 | 222 |
Dunkle Töne der Farbe #F6C692
Helle Töne der Farbe #F6C692
Beispiele css- und html für Elemente in der Farbe #F6C692. Bitte benutzen Sie auch rgb(246,198,146) statt hex-Code.
.myTextColor { color: #F6C692; }
<p style="color:#F6C692">This sample text font color is #F6C692.</p>
Die Farbe dieses Textes ist #F6C692.
.myBgColor { background-color: #F6C692; }
<div style="background-color:#F6C692">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F6C692.
.myBorderColor { border: 1px solid #F6C692; }
<div style="border:3px solid #F6C692">Div</div>
Die Grenzen von diesem div sind in Farbe #F6C692.
.myOpacity80 { color: #F6C692; opacity: 0.8; }
<p style="color:#F6C692;opacity:0.8;">80%</p>
Text in Farbe #F6C692 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6C692;}
<p style="text-shadow: 3px 3px 1px #F6C692">Text here.</p>
Dieser Text hat den Schatten in Farbe #F6C692.
.textShadow {text-shadow: 3px 3px 1px #F6C692', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6C692, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F6C692 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6C692, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6C692, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6C692 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6C692;
-webkit-box-shadow: 1px 1px 3px 2px #F6C692;
box-shadow: 1px 1px 3px 2px #F6C692;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6C692; -webkit-box-shadow: 1px 1px 3px 2px #F6C692; box-shadow:1px 1px 3px 2px #F6C692;">
Div content here
</div>
Dieser Text ist in der Farbe #F6C692 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F6C692 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F6C692.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F6C692.
Kontrastfarbe für #hex ist #09396D.