COLOR #F1EC98

HEX: #F1EC98 RGB: (241,236,152)

Color info

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

RGB color model

#F1EC98 color RGB value is (241,236,152).

RGB: (241,236,152) (95%, 93%, 60%)

RGB channels and saturation

R 241 of 255 = 95%
G 236 of 255 = 93%
B 152 of 255 = 60%

241
236
152

R + G + B ~ 83%. #F1EC98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 236 + 152 = 629 (100%)
R 241 of 629 ~ 38.31%
G 236 of 629 ~ 37.52%
B 152 of 629 ~ 24.17'%

%38.31
%37.52
%24.17

CMYK color model

#F1EC98 color CMYK value is (0,2,37,5).

  • cyan value is 0.00%
  • magenta value is 2.07%
  • yellow value is 36.93%
  • key color value is 5.49%

CMYK: (0,2,37,5)
C0M2Y37K5 (0%, 2%, 37%, 5%)
(0.00 / 0.02 / 0.37 / 0.05)

CMYK percentages

%0
%2.07
%36.93
%5.49

Codes

Color #F1EC98 in popluar color models

F1 EC 98
RGB 241 236 152
HSL 57° 76.07% 77.06%
HSB/HSV 57° 36.93% 94.51%
CMYK 0.00% 2.07% 36.93%
5.49%

Color #F1EC98 in popluar number systems.

HEX F1 EC 98
Decimal 241 236 152
Binary 11110001 11101100 10011000
Octal 361 354 230

Shades and tints

Shades of #F1EC98

#F1EC98
(241,236,152)
#DCD78B
(220,215,139)
#C7C27E
(199,194,126)
#B2AD71
(178,173,113)
#9D9864
(157,152,100)
#888357
(136,131,87)
#736E4A
(115,110,74)
#5E593D
(94,89,61)
#494430
(73,68,48)
#342F23
(52,47,35)
#1F1A16
(31,26,22)
#000000
(0,0,0)

Tints of #F1EC98

#F1EC98
(241,236,152)
#F2EDA1
(242,237,161)
#F3EEAA
(243,238,170)
#F4EFB3
(244,239,179)
#F5F0BC
(245,240,188)
#F6F1C5
(246,241,197)
#F7F2CE
(247,242,206)
#F8F3D7
(248,243,215)
#F9F4E0
(249,244,224)
#FAF5E9
(250,245,233)
#FBF6F2
(251,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EC98; }

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

This text font color is #F1EC98.

Background Color

.myBgColor { background-color: #F1EC98; }

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

This div background color is #F1EC98.

Border color

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

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

This div border color is #F1EC98.

Opacity

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

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

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

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

This text has shadow with #F1EC98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1EC98.

Preview

Color preview on black background

This text has color #F1EC98 on black background.


Color preview on white background

This text has color #F1EC98 on white background.


Black color preview on #F1EC98 background

This text has black color on #F1EC98 background.


White color preview on #F1EC98 background

This text has white color on #F1EC98 background.


Related colors

Complementary color

Complementary color for #hex is #0E1367.


I love getcolorcode.com

Triadic colors

1 #98F1EC and #EC98F1 with #F1EC98 are triadic colors.

2 #98ECF1 and #ECF198 with #F1EC98 are triadic colors.