COLOR #F1E47F

HEX: #F1E47F
RGB: (241,228,127)

Renk bilgisi

#F1E47F contains mainly red and green colors. #F1E47F ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#F1E47F color RGB value is (241,228,127).

  • kırmız ton 241;
  • yeşil ton 228;
  • mavi ton 127.
RGB:
(241,228,127)
(95%,89%,50%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 228 of 255 = 89%
B 127 of 255 = 50%

241
228
127

R + G + B ~ 78%. #F1E47F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 228 + 127 = 596 (100%)
R 241 of 596 ~ 40.44%
G 228 of 596 ~ 38.26%
B 127 of 596 ~ 21.31%

%40.44
%38.26
%21.31

CMYK RENK MODELİ

#F1E47F rengi CMYK tonu (0,5,47,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.39%
  • sarı tonu 47.30%
  • ana renk tonu 5.49%
CMYK:
(0,5,47,5)
C0M5Y47K5 
(0%,5%,47%,5%)
(0.00/0.05/0.47/0.05)	

CMYK yüzdeleri

%0
%5.39
%47.3
%5.49

Codes

Color #F1E47F in popluar color models

F1E47F
RGB241228127
HSL53°80.28%72.16%
HSB/HSV53°47.30%94.51%
CMYK0.00%5.39%47.30%
5.49%

Color #F1E47F in popluar number systems.

HEXF1E47F
Decimal241228127
Binary11110001111001001111111
Octal361344177

Shades and tints

Shades of #F1E47F

#F1E47F
(241,228,127)
#DCD074
(220,208,116)
#C7BC69
(199,188,105)
#B2A85E
(178,168,94)
#9D9453
(157,148,83)
#888048
(136,128,72)
#736C3D
(115,108,61)
#5E5832
(94,88,50)
#494427
(73,68,39)
#34301C
(52,48,28)
#1F1C11
(31,28,17)
#000000
(0,0,0)

Tints of #F1E47F

#F1E47F
(241,228,127)
#F2E68A
(242,230,138)
#F3E895
(243,232,149)
#F4EAA0
(244,234,160)
#F5ECAB
(245,236,171)
#F6EEB6
(246,238,182)
#F7F0C1
(247,240,193)
#F8F2CC
(248,242,204)
#F9F4D7
(249,244,215)
#FAF6E2
(250,246,226)
#FBF8ED
(251,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E47F color. Also use rgb(241,228,127) instead hex code.

Text Font Color

.myTextColor { color: #F1E47F; }

<p style="color:#F1E47F">This sample text font color is #F1E47F.</p>

This text font color is #F1E47F.


Background Color

.myBgColor { background-color: #F1E47F; }

<div style="background-color:#F1E47F">Inner text</div>

This div background color is #F1E47F.


Border color

.myBorderColor { border: 1px solid #F1E47F; }

<div style="border:3px solid #F1E47F">Div</div>

This div border color is #F1E47F.


Opacity

.myOpacity80 { color: #F1E47F; opacity: 0.8; }

<p style="color:#F1E47F;opacity:0.8;">80%</p>

Text with #F1E47F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F1E47F;}

<p style="text-shadow: 3px 3px 1px #F1E47F">Text here.</p>

This text has shadow with #F1E47F color.

.textShadow {text-shadow: 3px 3px 1px #F1E47F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F1E47F, 5px 5px 20px red">Text here.</p>

This text has shadow with #F1E47F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1E47F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F1E47F, Direction=45, Strength=4)">Text</p>

This text has shadow with #F1E47F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F1E47F;
  -webkit-box-shadow:	1px 1px 3px 2px #F1E47F;
  box-shadow:		1px 1px 3px 2px #F1E47F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F1E47F;
-webkit-box-shadow: 1px 1px 3px 2px #F1E47F;
box-shadow:1px 1px 3px 2px #F1E47F;">
Div content here</div>
This div box has shadow with color #F1E47F.

Preview

Color preview on black background

This text has color #F1E47F on black background.


Color preview on white background

This text has color #F1E47F on white background.



Black color preview on #F1E47F background

This text has black color on #F1E47F background.


White color preview on #F1E47F background

This text has white color on #F1E47F background.