COLOR #F1E980

HEX: #F1E980 RGB: (241,233,128)

Color info

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

RGB color model

#F1E980 color RGB value is (241,233,128).

RGB: (241,233,128) (95%, 91%, 50%)

RGB channels and saturation

R 241 of 255 = 95%
G 233 of 255 = 91%
B 128 of 255 = 50%

241
233
128

R + G + B ~ 79%. #F1E980 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 233 + 128 = 602 (100%)
R 241 of 602 ~ 40.03%
G 233 of 602 ~ 38.7%
B 128 of 602 ~ 21.26'%

%40.03
%38.7
%21.26

CMYK color model

#F1E980 color CMYK value is (0,3,47,5).

  • cyan value is 0.00%
  • magenta value is 3.32%
  • yellow value is 46.89%
  • key color value is 5.49%

CMYK: (0,3,47,5)
C0M3Y47K5 (0%, 3%, 47%, 5%)
(0.00 / 0.03 / 0.47 / 0.05)

CMYK percentages

%0
%3.32
%46.89
%5.49

Codes

Color #F1E980 in popluar color models

F1 E9 80
RGB 241 233 128
HSL 56° 80.14% 72.35%
HSB/HSV 56° 46.89% 94.51%
CMYK 0.00% 3.32% 46.89%
5.49%

Color #F1E980 in popluar number systems.

HEX F1 E9 80
Decimal 241 233 128
Binary 11110001 11101001 10000000
Octal 361 351 200

Shades and tints

Shades of #F1E980

#F1E980
(241,233,128)
#DCD475
(220,212,117)
#C7BF6A
(199,191,106)
#B2AA5F
(178,170,95)
#9D9554
(157,149,84)
#888049
(136,128,73)
#736B3E
(115,107,62)
#5E5633
(94,86,51)
#494128
(73,65,40)
#342C1D
(52,44,29)
#1F1712
(31,23,18)
#000000
(0,0,0)

Tints of #F1E980

#F1E980
(241,233,128)
#F2EB8B
(242,235,139)
#F3ED96
(243,237,150)
#F4EFA1
(244,239,161)
#F5F1AC
(245,241,172)
#F6F3B7
(246,243,183)
#F7F5C2
(247,245,194)
#F8F7CD
(248,247,205)
#F9F9D8
(249,249,216)
#FAFBE3
(250,251,227)
#FBFDEE
(251,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E980; }

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

This text font color is #F1E980.

Background Color

.myBgColor { background-color: #F1E980; }

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

This div background color is #F1E980.

Border color

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

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

This div border color is #F1E980.

Opacity

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

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

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

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

This text has shadow with #F1E980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E980.

Preview

Color preview on black background

This text has color #F1E980 on black background.


Color preview on white background

This text has color #F1E980 on white background.


Black color preview on #F1E980 background

This text has black color on #F1E980 background.


White color preview on #F1E980 background

This text has white color on #F1E980 background.


Related colors

Complementary color

Complementary color for #hex is #0E167F.


I love getcolorcode.com

Triadic colors

1 #80F1E9 and #E980F1 with #F1E980 are triadic colors.

2 #80E9F1 and #E9F180 with #F1E980 are triadic colors.