HEX: #F68B61
RGB: (246,139,97)
#F68B61 enthält hauptsächlich rote Farbe. Für #F68B61 ist eine «websichere» Webfarbe #FF9966 (oder kurz #F96).
Die Farbe #F68B61 wird in RGB als (246,139,97) definiert.
RGB: (246,139,97)
(96%, 55%, 38%)
R 246 von 255 = 96%
G 139 von 255 = 55%
B 97 von 255 = 38%
R + G + B ~ 63%. #F68B61 ziemlich helle Farbe.
R + G + B = 246 + 139 + 97 = 482 (100%)
R 246 von 482 ~ 51.04%
G 139 von 482 ~ 28.84%
B 97 von 482 ~ 20.12'%
Die Farbe #F68B61 wird in CMYK als (0,43,61,4) definiert.
CMYK: (0,43,61,4)
C0M43Y61K4 (0%, 43%, 61%, 4%)
(0.00 / 0.43 / 0.61 / 0.04)
Farbe #F68B61 in den populären Farbmodellen.
F6 | 8B | 61 | |
---|---|---|---|
RGB | 246 | 139 | 97 |
HSL | 17° | 89.22% | 67.25% |
HSB/HSV | 17° | 60.57% | 96.47% |
CMYK | 0.00% | 43.50% | 60.57% |
3.53% |
Die Farbe #F68B61 in den populären Zahlensystemen.
Hexadezimal | F6 | 8B | 61 |
Dezimal | 246 | 139 | 97 |
Binär | 11110110 | 10001011 | 1100001 |
Oktal | 366 | 213 | 141 |
Dunkle Töne der Farbe #F68B61
Helle Töne der Farbe #F68B61
Beispiele css- und html für Elemente in der Farbe #F68B61. Bitte benutzen Sie auch rgb(246,139,97) statt hex-Code.
.myTextColor { color: #F68B61; }
<p style="color:#F68B61">This sample text font color is #F68B61.</p>
Die Farbe dieses Textes ist #F68B61.
.myBgColor { background-color: #F68B61; }
<div style="background-color:#F68B61">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F68B61.
.myBorderColor { border: 1px solid #F68B61; }
<div style="border:3px solid #F68B61">Div</div>
Die Grenzen von diesem div sind in Farbe #F68B61.
.myOpacity80 { color: #F68B61; opacity: 0.8; }
<p style="color:#F68B61;opacity:0.8;">80%</p>
Text in Farbe #F68B61 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F68B61;}
<p style="text-shadow: 3px 3px 1px #F68B61">Text here.</p>
Dieser Text hat den Schatten in Farbe #F68B61.
.textShadow {text-shadow: 3px 3px 1px #F68B61', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F68B61, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F68B61 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F68B61, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F68B61, Direction=45, Strength=4)">Text</p>
This text has shadow with #F68B61 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F68B61;
-webkit-box-shadow: 1px 1px 3px 2px #F68B61;
box-shadow: 1px 1px 3px 2px #F68B61;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F68B61; -webkit-box-shadow: 1px 1px 3px 2px #F68B61; box-shadow:1px 1px 3px 2px #F68B61;">
Div content here
</div>
Dieser Text ist in der Farbe #F68B61 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F68B61 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F68B61.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F68B61.
Kontrastfarbe für #hex ist #09749E.