HEX: #F6CC6B
RGB: (246,204,107)
#F6CC6B enthält hauptsächlich rote und grüne Farbe. Für #F6CC6B ist eine «websichere» Webfarbe #FFCC66 (oder kurz #FC6).
Die Farbe #F6CC6B wird in RGB als (246,204,107) definiert.
RGB: (246,204,107) (96%,80%,42%)
R 246 von 255 = 96%
G 204 von 255 = 80%
B 107 von 255 = 42%
R + G + B ~ 73%. #F6CC6B ziemlich helle Farbe.
R + G + B =
246 + 204 + 107 = 557 (100%)
R 246 von 557 ~ 44.17%
G 204 von 557 ~ 36.62%
B 107 von 557 ~ 19.21%
Die Farbe #F6CC6B wird in CMYK als (0,17,57,4) definiert.
CMYK: (0,17,57,4) C0M17Y57K4 (0%,17%,57%,4%) (0.00/0.17/0.57/0.04)
F6 | CC | 6B | |
---|---|---|---|
RGB | 246 | 204 | 107 |
HSL | 42° | 88.54% | 69.22% |
HSB/HSV | 42° | 56.50% | 96.47% |
CMYK | 0.00% | 17.07% | 56.50% |
3.53% |
Hexadezimal | F6 | CC | 6B |
Dezimal | 246 | 204 | 107 |
Binär | 11110110 | 11001100 | 1101011 |
Oktal | 366 | 314 | 153 |
Beispiele css- und html für Elemente in der Farbe #F6CC6B. Bitte benutzen Sie auch rgb(246,204,107) statt hex-Code.
.myTextColor { color: #F6CC6B; }
<p style="color:#F6CC6B">This sample text font color is #F6CC6B.</p>
Die Farbe dieses Textes ist #F6CC6B.
.myBgColor { background-color: #F6CC6B; }
<div style="background-color:#F6CC6B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F6CC6B.
.myBorderColor { border: 1px solid #F6CC6B; }
<div style="border:3px solid #F6CC6B">Div</div>
Die Grenzen von diesem div sind in Farbe #F6CC6B.
.myOpacity80 { color: #F6CC6B; opacity: 0.8; }
<p style="color:#F6CC6B;opacity:0.8;">80%</p>
Text in Farbe #F6CC6B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6CC6B;}
<p style="text-shadow: 3px 3px 1px #F6CC6B">Text here.</p>
Dieser Text hat den Schatten in Farbe #F6CC6B.
.textShadow {text-shadow: 3px 3px 1px #F6CC6B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6CC6B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F6CC6B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6CC6B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6CC6B, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6CC6B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F6CC6B; -webkit-box-shadow: 1px 1px 3px 2px #F6CC6B; box-shadow: 1px 1px 3px 2px #F6CC6B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F6CC6B; -webkit-box-shadow: 1px 1px 3px 2px #F6CC6B; box-shadow:1px 1px 3px 2px #F6CC6B;">
Div content here</div>
Dieser Text ist in der Farbe #F6CC6B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F6CC6B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F6CC6B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F6CC6B.