COLOR #F1F38D

HEX: #F1F38D
RGB: (241,243,141)

Color info

#F1F38D contains mainly red and green colors. Web safe color of #F1F38D is #FFFF99 (or #FF9).

RGB color model

#F1F38D color RGB value is (241,243,141).

  • red value is 241;
  • green value is 243;
  • blue value is 141.
RGB:
(241,243,141)
(95%,95%,55%)

RGB channels and saturation

R 241 of 255 = 95%
G 243 of 255 = 95%
B 141 of 255 = 55%

241
243
141

R + G + B ~ 82%. #F1F38D is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 243 + 141 = 625 (100%)
R 241 of 625 ~ 38.56%
G 243 of 625 ~ 38.88%
B 141 of 625 ~ 22.56%

%38.56
%38.88
%22.56

CMYK color model

#F1F38D color CMYK value is (1,0,42,5).

  • cyan value is 0.82%
  • magenta value is 0.00%
  • yellow value is 41.98%
  • key color value is 4.71%
CMYK:
(1,0,42,5)
C1M0Y42K5 
(1%,0%,42%,5%)
(0.01/0.00/0.42/0.05)	

CMYK percentages

%0.82
%0
%41.98
%4.71

Codes

Color #F1F38D in popluar color models

F1F38D
RGB241243141
HSL61°80.95%75.29%
HSB/HSV61°41.98%95.29%
CMYK0.82%0.00%41.98%
4.71%

Color #F1F38D in popluar number systems.

HEXF1F38D
Decimal241243141
Binary111100011111001110001101
Octal361363215

Shades and tints

Shades of #F1F38D

#F1F38D
(241,243,141)
#DCDD81
(220,221,129)
#C7C775
(199,199,117)
#B2B169
(178,177,105)
#9D9B5D
(157,155,93)
#888551
(136,133,81)
#736F45
(115,111,69)
#5E5939
(94,89,57)
#49432D
(73,67,45)
#342D21
(52,45,33)
#1F1715
(31,23,21)
#000000
(0,0,0)

Tints of #F1F38D

#F1F38D
(241,243,141)
#F2F497
(242,244,151)
#F3F5A1
(243,245,161)
#F4F6AB
(244,246,171)
#F5F7B5
(245,247,181)
#F6F8BF
(246,248,191)
#F7F9C9
(247,249,201)
#F8FAD3
(248,250,211)
#F9FBDD
(249,251,221)
#FAFCE7
(250,252,231)
#FBFDF1
(251,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1F38D color. Also use rgb(241,243,141) instead hex code.

Text Font Color

.myTextColor { color: #F1F38D; }

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

This text font color is #F1F38D.


Background Color

.myBgColor { background-color: #F1F38D; }

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

This div background color is #F1F38D.


Border color

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

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

This div border color is #F1F38D.


Opacity

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

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

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

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

This text has shadow with #F1F38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F38D on black background.


Color preview on white background

This text has color #F1F38D on white background.



Black color preview on #F1F38D background

This text has black color on #F1F38D background.


White color preview on #F1F38D background

This text has white color on #F1F38D background.