HEX: #F5D59C
RGB: (245,213,156)
#F5D59C enthält hauptsächlich rote und grüne Farbe. Für #F5D59C ist eine «websichere» Webfarbe #FFCC99 (oder kurz #FC9).
Die Farbe #F5D59C wird in RGB als (245,213,156) definiert.
RGB: (245,213,156)
(96%, 84%, 61%)
R 245 von 255 = 96%
G 213 von 255 = 84%
B 156 von 255 = 61%
R + G + B ~ 80%. #F5D59C ziemlich helle Farbe.
R + G + B = 245 + 213 + 156 = 614 (100%)
R 245 von 614 ~ 39.9%
G 213 von 614 ~ 34.69%
B 156 von 614 ~ 25.41'%
Die Farbe #F5D59C wird in CMYK als (0,13,36,4) definiert.
CMYK: (0,13,36,4)
C0M13Y36K4 (0%, 13%, 36%, 4%)
(0.00 / 0.13 / 0.36 / 0.04)
Farbe #F5D59C in den populären Farbmodellen.
F5 | D5 | 9C | |
---|---|---|---|
RGB | 245 | 213 | 156 |
HSL | 38° | 81.65% | 78.63% |
HSB/HSV | 38° | 36.33% | 96.08% |
CMYK | 0.00% | 13.06% | 36.33% |
3.92% |
Die Farbe #F5D59C in den populären Zahlensystemen.
Hexadezimal | F5 | D5 | 9C |
Dezimal | 245 | 213 | 156 |
Binär | 11110101 | 11010101 | 10011100 |
Oktal | 365 | 325 | 234 |
Dunkle Töne der Farbe #F5D59C
Helle Töne der Farbe #F5D59C
Beispiele css- und html für Elemente in der Farbe #F5D59C. Bitte benutzen Sie auch rgb(245,213,156) statt hex-Code.
.myTextColor { color: #F5D59C; }
<p style="color:#F5D59C">This sample text font color is #F5D59C.</p>
Die Farbe dieses Textes ist #F5D59C.
.myBgColor { background-color: #F5D59C; }
<div style="background-color:#F5D59C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F5D59C.
.myBorderColor { border: 1px solid #F5D59C; }
<div style="border:3px solid #F5D59C">Div</div>
Die Grenzen von diesem div sind in Farbe #F5D59C.
.myOpacity80 { color: #F5D59C; opacity: 0.8; }
<p style="color:#F5D59C;opacity:0.8;">80%</p>
Text in Farbe #F5D59C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5D59C;}
<p style="text-shadow: 3px 3px 1px #F5D59C">Text here.</p>
Dieser Text hat den Schatten in Farbe #F5D59C.
.textShadow {text-shadow: 3px 3px 1px #F5D59C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5D59C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F5D59C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5D59C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5D59C, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5D59C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5D59C;
-webkit-box-shadow: 1px 1px 3px 2px #F5D59C;
box-shadow: 1px 1px 3px 2px #F5D59C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5D59C; -webkit-box-shadow: 1px 1px 3px 2px #F5D59C; box-shadow:1px 1px 3px 2px #F5D59C;">
Div content here
</div>
Dieser Text ist in der Farbe #F5D59C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F5D59C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F5D59C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F5D59C.
Kontrastfarbe für #hex ist #0A2A63.