HEX: #FA8072
RGB: (250,128,114)
Die Farbenname ist Salmon. #FA8072 enthält hauptsächlich rote Farbe. Für #FA8072 ist eine «websichere» Webfarbe #FF6666 (oder kurz #F66).
Die Farbe #FA8072 wird in RGB als (250,128,114) definiert.
RGB: (250,128,114) (98%,50%,45%)
R 250 von 255 = 98%
G 128 von 255 = 50%
B 114 von 255 = 45%
R + G + B ~ 64%. #FA8072 ziemlich helle Farbe.
R + G + B =
250 + 128 + 114 = 492 (100%)
R 250 von 492 ~ 50.81%
G 128 von 492 ~ 26.02%
B 114 von 492 ~ 23.17%
Die Farbe #FA8072 wird in CMYK als (0,49,54,2) definiert.
CMYK: (0,49,54,2) C0M49Y54K2 (0%,49%,54%,2%) (0.00/0.49/0.54/0.02)
FA | 80 | 72 | |
---|---|---|---|
RGB | 250 | 128 | 114 |
HSL | 6° | 93.15% | 71.37% |
HSB/HSV | 6° | 54.40% | 98.04% |
CMYK | 0.00% | 48.80% | 54.40% |
1.96% |
Hexadezimal | FA | 80 | 72 |
Dezimal | 250 | 128 | 114 |
Binär | 11111010 | 10000000 | 1110010 |
Oktal | 372 | 200 | 162 |
Beispiele css- und html für Elemente in der Farbe #FA8072. Bitte benutzen Sie auch rgb(250,128,114) statt hex-Code.
.myTextColor { color: #FA8072; }
<p style="color:#FA8072">This sample text font color is #FA8072.</p>
Die Farbe dieses Textes ist #FA8072.
.myBgColor { background-color: #FA8072; }
<div style="background-color:#FA8072">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #FA8072.
.myBorderColor { border: 1px solid #FA8072; }
<div style="border:3px solid #FA8072">Div</div>
Die Grenzen von diesem div sind in Farbe #FA8072.
.myOpacity80 { color: #FA8072; opacity: 0.8; }
<p style="color:#FA8072;opacity:0.8;">80%</p>
Text in Farbe #FA8072 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FA8072;}
<p style="text-shadow: 3px 3px 1px #FA8072">Text here.</p>
Dieser Text hat den Schatten in Farbe #FA8072.
.textShadow {text-shadow: 3px 3px 1px #FA8072, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FA8072, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #FA8072 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FA8072, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FA8072, Direction=45, Strength=4)">Text</p>
This text has shadow with #FA8072 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #FA8072; -webkit-box-shadow: 1px 1px 3px 2px #FA8072; box-shadow: 1px 1px 3px 2px #FA8072; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #FA8072; -webkit-box-shadow: 1px 1px 3px 2px #FA8072; box-shadow:1px 1px 3px 2px #FA8072;">
Div content here</div>
Dieser Text ist in der Farbe #FA8072 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #FA8072 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #FA8072.
Dieser Text ist weiß auf dem Hintergrund in Farbe #FA8072.