COLOR #F1E68F

HEX: #F1E68F
RGB: (241,230,143)

Renk bilgisi

#F1E68F contains mainly red and green colors. #F1E68F ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F1E68F color RGB value is (241,230,143).

  • kırmız ton 241;
  • yeşil ton 230;
  • mavi ton 143.
RGB:
(241,230,143)
(95%,90%,56%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 230 of 255 = 90%
B 143 of 255 = 56%

241
230
143

R + G + B ~ 80%. #F1E68F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 230 + 143 = 614 (100%)
R 241 of 614 ~ 39.25%
G 230 of 614 ~ 37.46%
B 143 of 614 ~ 23.29%

%39.25
%37.46
%23.29

CMYK RENK MODELİ

#F1E68F rengi CMYK tonu (0,5,41,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.56%
  • sarı tonu 40.66%
  • ana renk tonu 5.49%
CMYK:
(0,5,41,5)
C0M5Y41K5 
(0%,5%,41%,5%)
(0.00/0.05/0.41/0.05)	

CMYK yüzdeleri

%0
%4.56
%40.66
%5.49

Codes

Color #F1E68F in popluar color models

F1E68F
RGB241230143
HSL53°77.78%75.29%
HSB/HSV53°40.66%94.51%
CMYK0.00%4.56%40.66%
5.49%

Color #F1E68F in popluar number systems.

HEXF1E68F
Decimal241230143
Binary111100011110011010001111
Octal361346217

Shades and tints

Shades of #F1E68F

#F1E68F
(241,230,143)
#DCD282
(220,210,130)
#C7BE75
(199,190,117)
#B2AA68
(178,170,104)
#9D965B
(157,150,91)
#88824E
(136,130,78)
#736E41
(115,110,65)
#5E5A34
(94,90,52)
#494627
(73,70,39)
#34321A
(52,50,26)
#1F1E0D
(31,30,13)
#000000
(0,0,0)

Tints of #F1E68F

#F1E68F
(241,230,143)
#F2E899
(242,232,153)
#F3EAA3
(243,234,163)
#F4ECAD
(244,236,173)
#F5EEB7
(245,238,183)
#F6F0C1
(246,240,193)
#F7F2CB
(247,242,203)
#F8F4D5
(248,244,213)
#F9F6DF
(249,246,223)
#FAF8E9
(250,248,233)
#FBFAF3
(251,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E68F color. Also use rgb(241,230,143) instead hex code.

Text Font Color

.myTextColor { color: #F1E68F; }

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

This text font color is #F1E68F.


Background Color

.myBgColor { background-color: #F1E68F; }

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

This div background color is #F1E68F.


Border color

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

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

This div border color is #F1E68F.


Opacity

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

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

Text with #F1E68F 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 #F1E68F;}

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

This text has shadow with #F1E68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E68F on black background.


Color preview on white background

This text has color #F1E68F on white background.



Black color preview on #F1E68F background

This text has black color on #F1E68F background.


White color preview on #F1E68F background

This text has white color on #F1E68F background.