COLOR #F1EF9B

HEX: #F1EF9B RGB: (241,239,155)

Color info

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

RGB color model

#F1EF9B color RGB value is (241,239,155).

RGB: (241,239,155) (95%, 94%, 61%)

RGB channels and saturation

R 241 of 255 = 95%
G 239 of 255 = 94%
B 155 of 255 = 61%

241
239
155

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

Portions of RGB colors in percentages

R + G + B = 241 + 239 + 155 = 635 (100%)
R 241 of 635 ~ 37.95%
G 239 of 635 ~ 37.64%
B 155 of 635 ~ 24.41'%

%37.95
%37.64
%24.41

CMYK color model

#F1EF9B color CMYK value is (0,1,36,5).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 35.68%
  • key color value is 5.49%

CMYK: (0,1,36,5)
C0M1Y36K5 (0%, 1%, 36%, 5%)
(0.00 / 0.01 / 0.36 / 0.05)

CMYK percentages

%0
%0.83
%35.68
%5.49

Codes

Color #F1EF9B in popluar color models

F1 EF 9B
RGB 241 239 155
HSL 59° 75.44% 77.65%
HSB/HSV 59° 35.68% 94.51%
CMYK 0.00% 0.83% 35.68%
5.49%

Color #F1EF9B in popluar number systems.

HEX F1 EF 9B
Decimal 241 239 155
Binary 11110001 11101111 10011011
Octal 361 357 233

Shades and tints

Shades of #F1EF9B

#F1EF9B
(241,239,155)
#DCDA8D
(220,218,141)
#C7C57F
(199,197,127)
#B2B071
(178,176,113)
#9D9B63
(157,155,99)
#888655
(136,134,85)
#737147
(115,113,71)
#5E5C39
(94,92,57)
#49472B
(73,71,43)
#34321D
(52,50,29)
#1F1D0F
(31,29,15)
#000000
(0,0,0)

Tints of #F1EF9B

#F1EF9B
(241,239,155)
#F2F0A4
(242,240,164)
#F3F1AD
(243,241,173)
#F4F2B6
(244,242,182)
#F5F3BF
(245,243,191)
#F6F4C8
(246,244,200)
#F7F5D1
(247,245,209)
#F8F6DA
(248,246,218)
#F9F7E3
(249,247,227)
#FAF8EC
(250,248,236)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1EF9B color. Also use rgb(241,239,155) instead hex code.

Text Font Color

.myTextColor { color: #F1EF9B; }

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

This text font color is #F1EF9B.

Background Color

.myBgColor { background-color: #F1EF9B; }

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

This div background color is #F1EF9B.

Border color

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

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

This div border color is #F1EF9B.

Opacity

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

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

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

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

This text has shadow with #F1EF9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1EF9B.

Preview

Color preview on black background

This text has color #F1EF9B on black background.


Color preview on white background

This text has color #F1EF9B on white background.


Black color preview on #F1EF9B background

This text has black color on #F1EF9B background.


White color preview on #F1EF9B background

This text has white color on #F1EF9B background.


Related colors

Complementary color

Complementary color for #hex is #0E1064.


I love getcolorcode.com

Triadic colors

1 #9BF1EF and #EF9BF1 with #F1EF9B are triadic colors.

2 #9BEFF1 and #EFF19B with #F1EF9B are triadic colors.