COLOR #F1E976

HEX: #F1E976
RGB: (241,233,118)

Color info

#F1E976 contains mainly red and green colors. Web safe color of #F1E976 is #FFFF66 (or #FF6).

RGB color model

#F1E976 color RGB value is (241,233,118).

  • red value is 241;
  • green value is 233;
  • blue value is 118.
RGB:
(241,233,118)
(95%,91%,46%)

RGB channels and saturation

R 241 of 255 = 95%
G 233 of 255 = 91%
B 118 of 255 = 46%

241
233
118

R + G + B ~ 77%. #F1E976 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 233 + 118 = 592 (100%)
R 241 of 592 ~ 40.71%
G 233 of 592 ~ 39.36%
B 118 of 592 ~ 19.93%

%40.71
%39.36
%19.93

CMYK color model

#F1E976 color CMYK value is (0,3,51,5).

  • cyan value is 0.00%
  • magenta value is 3.32%
  • yellow value is 51.04%
  • key color value is 5.49%
CMYK:
(0,3,51,5)
C0M3Y51K5 
(0%,3%,51%,5%)
(0.00/0.03/0.51/0.05)	

CMYK percentages

%0
%3.32
%51.04
%5.49

Codes

Color #F1E976 in popluar color models

F1E976
RGB241233118
HSL56°81.46%70.39%
HSB/HSV56°51.04%94.51%
CMYK0.00%3.32%51.04%
5.49%

Color #F1E976 in popluar number systems.

HEXF1E976
Decimal241233118
Binary11110001111010011110110
Octal361351166

Shades and tints

Shades of #F1E976

#F1E976
(241,233,118)
#DCD46C
(220,212,108)
#C7BF62
(199,191,98)
#B2AA58
(178,170,88)
#9D954E
(157,149,78)
#888044
(136,128,68)
#736B3A
(115,107,58)
#5E5630
(94,86,48)
#494126
(73,65,38)
#342C1C
(52,44,28)
#1F1712
(31,23,18)
#000000
(0,0,0)

Tints of #F1E976

#F1E976
(241,233,118)
#F2EB82
(242,235,130)
#F3ED8E
(243,237,142)
#F4EF9A
(244,239,154)
#F5F1A6
(245,241,166)
#F6F3B2
(246,243,178)
#F7F5BE
(247,245,190)
#F8F7CA
(248,247,202)
#F9F9D6
(249,249,214)
#FAFBE2
(250,251,226)
#FBFDEE
(251,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E976 color. Also use rgb(241,233,118) instead hex code.

Text Font Color

.myTextColor { color: #F1E976; }

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

This text font color is #F1E976.


Background Color

.myBgColor { background-color: #F1E976; }

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

This div background color is #F1E976.


Border color

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

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

This div border color is #F1E976.


Opacity

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

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

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

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

This text has shadow with #F1E976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E976 on black background.


Color preview on white background

This text has color #F1E976 on white background.



Black color preview on #F1E976 background

This text has black color on #F1E976 background.


White color preview on #F1E976 background

This text has white color on #F1E976 background.