COLOR #F1EB7D

HEX: #F1EB7D RGB: (241,235,125)

Color info

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

RGB color model

#F1EB7D color RGB value is (241,235,125).

RGB: (241,235,125) (95%, 92%, 49%)

RGB channels and saturation

R 241 of 255 = 95%
G 235 of 255 = 92%
B 125 of 255 = 49%

241
235
125

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

Portions of RGB colors in percentages

R + G + B = 241 + 235 + 125 = 601 (100%)
R 241 of 601 ~ 40.1%
G 235 of 601 ~ 39.1%
B 125 of 601 ~ 20.8'%

%40.1
%39.1
%20.8

CMYK color model

#F1EB7D color CMYK value is (0,2,48,5).

  • cyan value is 0.00%
  • magenta value is 2.49%
  • yellow value is 48.13%
  • key color value is 5.49%

CMYK: (0,2,48,5)
C0M2Y48K5 (0%, 2%, 48%, 5%)
(0.00 / 0.02 / 0.48 / 0.05)

CMYK percentages

%0
%2.49
%48.13
%5.49

Codes

Color #F1EB7D in popluar color models

F1 EB 7D
RGB 241 235 125
HSL 57° 80.56% 71.76%
HSB/HSV 57° 48.13% 94.51%
CMYK 0.00% 2.49% 48.13%
5.49%

Color #F1EB7D in popluar number systems.

HEX F1 EB 7D
Decimal 241 235 125
Binary 11110001 11101011 1111101
Octal 361 353 175

Shades and tints

Shades of #F1EB7D

#F1EB7D
(241,235,125)
#DCD672
(220,214,114)
#C7C167
(199,193,103)
#B2AC5C
(178,172,92)
#9D9751
(157,151,81)
#888246
(136,130,70)
#736D3B
(115,109,59)
#5E5830
(94,88,48)
#494325
(73,67,37)
#342E1A
(52,46,26)
#1F190F
(31,25,15)
#000000
(0,0,0)

Tints of #F1EB7D

#F1EB7D
(241,235,125)
#F2EC88
(242,236,136)
#F3ED93
(243,237,147)
#F4EE9E
(244,238,158)
#F5EFA9
(245,239,169)
#F6F0B4
(246,240,180)
#F7F1BF
(247,241,191)
#F8F2CA
(248,242,202)
#F9F3D5
(249,243,213)
#FAF4E0
(250,244,224)
#FBF5EB
(251,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1EB7D color. Also use rgb(241,235,125) instead hex code.

Text Font Color

.myTextColor { color: #F1EB7D; }

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

This text font color is #F1EB7D.

Background Color

.myBgColor { background-color: #F1EB7D; }

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

This div background color is #F1EB7D.

Border color

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

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

This div border color is #F1EB7D.

Opacity

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

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

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

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

This text has shadow with #F1EB7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1EB7D.

Preview

Color preview on black background

This text has color #F1EB7D on black background.


Color preview on white background

This text has color #F1EB7D on white background.


Black color preview on #F1EB7D background

This text has black color on #F1EB7D background.


White color preview on #F1EB7D background

This text has white color on #F1EB7D background.


Related colors

Complementary color

Complementary color for #hex is #0E1482.


I love getcolorcode.com

Triadic colors

1 #7DF1EB and #EB7DF1 with #F1EB7D are triadic colors.

2 #7DEBF1 and #EBF17D with #F1EB7D are triadic colors.