HEX: #F95E15
RGB: (249,94,21)
#F95E15 enthält hauptsächlich rote Farbe. Für #F95E15 ist eine «websichere» Webfarbe #FF6600 (oder kurz #F60).
Die Farbe #F95E15 wird in RGB als (249,94,21) definiert.
RGB: (249,94,21)
(98%, 37%, 8%)
R 249 von 255 = 98%
G 94 von 255 = 37%
B 21 von 255 = 8%
R + G + B ~ 48%. #F95E15 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 249 + 94 + 21 = 364 (100%)
R 249 von 364 ~ 68.41%
G 94 von 364 ~ 25.82%
B 21 von 364 ~ 5.77'%
Die Farbe #F95E15 wird in CMYK als (0,62,92,2) definiert.
CMYK: (0,62,92,2)
C0M62Y92K2 (0%, 62%, 92%, 2%)
(0.00 / 0.62 / 0.92 / 0.02)
Farbe #F95E15 in den populären Farbmodellen.
F9 | 5E | 15 | |
---|---|---|---|
RGB | 249 | 94 | 21 |
HSL | 19° | 95.00% | 52.94% |
HSB/HSV | 19° | 91.57% | 97.65% |
CMYK | 0.00% | 62.25% | 91.57% |
2.35% |
Die Farbe #F95E15 in den populären Zahlensystemen.
Hexadezimal | F9 | 5E | 15 |
Dezimal | 249 | 94 | 21 |
Binär | 11111001 | 1011110 | 10101 |
Oktal | 371 | 136 | 25 |
Dunkle Töne der Farbe #F95E15
Helle Töne der Farbe #F95E15
Beispiele css- und html für Elemente in der Farbe #F95E15. Bitte benutzen Sie auch rgb(249,94,21) statt hex-Code.
.myTextColor { color: #F95E15; }
<p style="color:#F95E15">This sample text font color is #F95E15.</p>
Die Farbe dieses Textes ist #F95E15.
.myBgColor { background-color: #F95E15; }
<div style="background-color:#F95E15">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F95E15.
.myBorderColor { border: 1px solid #F95E15; }
<div style="border:3px solid #F95E15">Div</div>
Die Grenzen von diesem div sind in Farbe #F95E15.
.myOpacity80 { color: #F95E15; opacity: 0.8; }
<p style="color:#F95E15;opacity:0.8;">80%</p>
Text in Farbe #F95E15 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F95E15;}
<p style="text-shadow: 3px 3px 1px #F95E15">Text here.</p>
Dieser Text hat den Schatten in Farbe #F95E15.
.textShadow {text-shadow: 3px 3px 1px #F95E15', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F95E15, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F95E15 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F95E15, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F95E15, Direction=45, Strength=4)">Text</p>
This text has shadow with #F95E15 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F95E15;
-webkit-box-shadow: 1px 1px 3px 2px #F95E15;
box-shadow: 1px 1px 3px 2px #F95E15;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F95E15; -webkit-box-shadow: 1px 1px 3px 2px #F95E15; box-shadow:1px 1px 3px 2px #F95E15;">
Div content here
</div>
Dieser Text ist in der Farbe #F95E15 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F95E15 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F95E15.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F95E15.
Kontrastfarbe für #hex ist #06A1EA.