COLOR #F1E398

HEX: #F1E398
RGB: (241,227,152)

Color info

#F1E398 contains mainly red and green colors. Web safe color of #F1E398 is #FFCC99 (or #FC9).

RGB color model

#F1E398 color RGB value is (241,227,152).

  • red value is 241;
  • green value is 227;
  • blue value is 152.
RGB:
(241,227,152)
(95%,89%,60%)

RGB channels and saturation

R 241 of 255 = 95%
G 227 of 255 = 89%
B 152 of 255 = 60%

241
227
152

R + G + B ~ 81%. #F1E398 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 227 + 152 = 620 (100%)
R 241 of 620 ~ 38.87%
G 227 of 620 ~ 36.61%
B 152 of 620 ~ 24.52%

%38.87
%36.61
%24.52

CMYK color model

#F1E398 color CMYK value is (0,6,37,5).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 36.93%
  • key color value is 5.49%
CMYK:
(0,6,37,5)
C0M6Y37K5 
(0%,6%,37%,5%)
(0.00/0.06/0.37/0.05)	

CMYK percentages

%0
%5.81
%36.93
%5.49

Codes

Color #F1E398 in popluar color models

F1E398
RGB241227152
HSL51°76.07%77.06%
HSB/HSV51°36.93%94.51%
CMYK0.00%5.81%36.93%
5.49%

Color #F1E398 in popluar number systems.

HEXF1E398
Decimal241227152
Binary111100011110001110011000
Octal361343230

Shades and tints

Shades of #F1E398

#F1E398
(241,227,152)
#DCCF8B
(220,207,139)
#C7BB7E
(199,187,126)
#B2A771
(178,167,113)
#9D9364
(157,147,100)
#887F57
(136,127,87)
#736B4A
(115,107,74)
#5E573D
(94,87,61)
#494330
(73,67,48)
#342F23
(52,47,35)
#1F1B16
(31,27,22)
#000000
(0,0,0)

Tints of #F1E398

#F1E398
(241,227,152)
#F2E5A1
(242,229,161)
#F3E7AA
(243,231,170)
#F4E9B3
(244,233,179)
#F5EBBC
(245,235,188)
#F6EDC5
(246,237,197)
#F7EFCE
(247,239,206)
#F8F1D7
(248,241,215)
#F9F3E0
(249,243,224)
#FAF5E9
(250,245,233)
#FBF7F2
(251,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E398 color. Also use rgb(241,227,152) instead hex code.

Text Font Color

.myTextColor { color: #F1E398; }

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

This text font color is #F1E398.


Background Color

.myBgColor { background-color: #F1E398; }

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

This div background color is #F1E398.


Border color

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

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

This div border color is #F1E398.


Opacity

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

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

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

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

This text has shadow with #F1E398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E398 on black background.


Color preview on white background

This text has color #F1E398 on white background.



Black color preview on #F1E398 background

This text has black color on #F1E398 background.


White color preview on #F1E398 background

This text has white color on #F1E398 background.