HEX: #F4A460
RGB: (244,164,96)
Die Farbenname ist SandyBrown. #F4A460 enthält hauptsächlich rote Farbe. Für #F4A460 ist eine «websichere» Webfarbe #FF9966 (oder kurz #F96).
Die Farbe #F4A460 wird in RGB als (244,164,96) definiert.
RGB: (244,164,96) (96%,64%,38%)
R 244 von 255 = 96%
G 164 von 255 = 64%
B 96 von 255 = 38%
R + G + B ~ 66%. #F4A460 ziemlich helle Farbe.
R + G + B =
244 + 164 + 96 = 504 (100%)
R 244 von 504 ~ 48.41%
G 164 von 504 ~ 32.54%
B 96 von 504 ~ 19.05%
Die Farbe #F4A460 wird in CMYK als (0,33,61,4) definiert.
CMYK: (0,33,61,4) C0M33Y61K4 (0%,33%,61%,4%) (0.00/0.33/0.61/0.04)
F4 | A4 | 60 | |
---|---|---|---|
RGB | 244 | 164 | 96 |
HSL | 28° | 87.06% | 66.67% |
HSB/HSV | 28° | 60.66% | 95.69% |
CMYK | 0.00% | 32.79% | 60.66% |
4.31% |
Hexadezimal | F4 | A4 | 60 |
Dezimal | 244 | 164 | 96 |
Binär | 11110100 | 10100100 | 1100000 |
Oktal | 364 | 244 | 140 |
Beispiele css- und html für Elemente in der Farbe #F4A460. Bitte benutzen Sie auch rgb(244,164,96) statt hex-Code.
.myTextColor { color: #F4A460; }
<p style="color:#F4A460">This sample text font color is #F4A460.</p>
Die Farbe dieses Textes ist #F4A460.
.myBgColor { background-color: #F4A460; }
<div style="background-color:#F4A460">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F4A460.
.myBorderColor { border: 1px solid #F4A460; }
<div style="border:3px solid #F4A460">Div</div>
Die Grenzen von diesem div sind in Farbe #F4A460.
.myOpacity80 { color: #F4A460; opacity: 0.8; }
<p style="color:#F4A460;opacity:0.8;">80%</p>
Text in Farbe #F4A460 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F4A460;}
<p style="text-shadow: 3px 3px 1px #F4A460">Text here.</p>
Dieser Text hat den Schatten in Farbe #F4A460.
.textShadow {text-shadow: 3px 3px 1px #F4A460, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F4A460, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F4A460 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F4A460, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F4A460, Direction=45, Strength=4)">Text</p>
This text has shadow with #F4A460 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F4A460; -webkit-box-shadow: 1px 1px 3px 2px #F4A460; box-shadow: 1px 1px 3px 2px #F4A460; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F4A460; -webkit-box-shadow: 1px 1px 3px 2px #F4A460; box-shadow:1px 1px 3px 2px #F4A460;">
Div content here</div>
Dieser Text ist in der Farbe #F4A460 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F4A460 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F4A460.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F4A460.