HEX: #F76B57
RGB: (247,107,87)
#F76B57 enthält hauptsächlich rote Farbe. Für #F76B57 ist eine «websichere» Webfarbe #FF6666 (oder kurz #F66).
Die Farbe #F76B57 wird in RGB als (247,107,87) definiert.
RGB: (247,107,87)
(97%, 42%, 34%)
R 247 von 255 = 97%
G 107 von 255 = 42%
B 87 von 255 = 34%
R + G + B ~ 58%. #F76B57 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 247 + 107 + 87 = 441 (100%)
R 247 von 441 ~ 56.01%
G 107 von 441 ~ 24.26%
B 87 von 441 ~ 19.73'%
Die Farbe #F76B57 wird in CMYK als (0,57,65,3) definiert.
CMYK: (0,57,65,3) C0M57Y65K3 (0%,57%,65%,3%) (0.00/0.57/0.65/0.03)
Farbe #F76B57 in den populären Farbmodellen.
F7 | 6B | 57 | |
---|---|---|---|
RGB | 247 | 107 | 87 |
HSL | 8° | 90.91% | 65.49% |
HSB/HSV | 7° | 64.78% | 96.86% |
CMYK | 0.00% | 56.68% | 64.78% |
3.14% |
Die Farbe #F76B57 in den populären Zahlensystemen.
Hexadezimal | F7 | 6B | 57 |
Dezimal | 247 | 107 | 87 |
Binär | 11110111 | 1101011 | 1010111 |
Oktal | 367 | 153 | 127 |
Dunkle Töne der Farbe #F76B57
Helle Töne der Farbe #F76B57
Beispiele css- und html für Elemente in der Farbe #F76B57. Bitte benutzen Sie auch rgb(247,107,87) statt hex-Code.
.myTextColor { color: #F76B57; }
<p style="color:#F76B57">This sample text font color is #F76B57.</p>
Die Farbe dieses Textes ist #F76B57.
.myBgColor { background-color: #F76B57; }
<div style="background-color:#F76B57">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F76B57.
.myBorderColor { border: 1px solid #F76B57; }
<div style="border:3px solid #F76B57">Div</div>
Die Grenzen von diesem div sind in Farbe #F76B57.
.myOpacity80 { color: #F76B57; opacity: 0.8; }
<p style="color:#F76B57;opacity:0.8;">80%</p>
Text in Farbe #F76B57 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F76B57;}
<p style="text-shadow: 3px 3px 1px #F76B57">Text here.</p>
Dieser Text hat den Schatten in Farbe #F76B57.
.textShadow {text-shadow: 3px 3px 1px #F76B57', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F76B57, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F76B57 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F76B57, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F76B57, Direction=45, Strength=4)">Text</p>
This text has shadow with #F76B57 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F76B57;
-webkit-box-shadow: 1px 1px 3px 2px #F76B57;
box-shadow: 1px 1px 3px 2px #F76B57;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F76B57; -webkit-box-shadow: 1px 1px 3px 2px #F76B57; box-shadow:1px 1px 3px 2px #F76B57;">
Div content here
</div>
Dieser Text ist in der Farbe #F76B57 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F76B57 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F76B57.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F76B57.
Kontrastfarbe für #hex ist #0894A8.