COLOR #F3ED93

HEX: #F3ED93 RGB: (243,237,147)

Color info

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

RGB color model

#F3ED93 color RGB value is (243,237,147).

RGB: (243,237,147) (95%, 93%, 58%)

RGB channels and saturation

R 243 of 255 = 95%
G 237 of 255 = 93%
B 147 of 255 = 58%

243
237
147

R + G + B ~ 82%. #F3ED93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 237 + 147 = 627 (100%)
R 243 of 627 ~ 38.76%
G 237 of 627 ~ 37.8%
B 147 of 627 ~ 23.44'%

%38.76
%37.8
%23.44

CMYK color model

#F3ED93 color CMYK value is (0,2,40,5).

  • cyan value is 0.00%
  • magenta value is 2.47%
  • yellow value is 39.51%
  • key color value is 4.71%

CMYK: (0,2,40,5)
C0M2Y40K5 (0%, 2%, 40%, 5%)
(0.00 / 0.02 / 0.40 / 0.05)

CMYK percentages

%0
%2.47
%39.51
%4.71

Codes

Color #F3ED93 in popluar color models

F3 ED 93
RGB 243 237 147
HSL 56° 80.00% 76.47%
HSB/HSV 56° 39.51% 95.29%
CMYK 0.00% 2.47% 39.51%
4.71%

Color #F3ED93 in popluar number systems.

HEX F3 ED 93
Decimal 243 237 147
Binary 11110011 11101101 10010011
Octal 363 355 223

Shades and tints

Shades of #F3ED93

#F3ED93
(243,237,147)
#DDD886
(221,216,134)
#C7C379
(199,195,121)
#B1AE6C
(177,174,108)
#9B995F
(155,153,95)
#858452
(133,132,82)
#6F6F45
(111,111,69)
#595A38
(89,90,56)
#43452B
(67,69,43)
#2D301E
(45,48,30)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #F3ED93

#F3ED93
(243,237,147)
#F4EE9C
(244,238,156)
#F5EFA5
(245,239,165)
#F6F0AE
(246,240,174)
#F7F1B7
(247,241,183)
#F8F2C0
(248,242,192)
#F9F3C9
(249,243,201)
#FAF4D2
(250,244,210)
#FBF5DB
(251,245,219)
#FCF6E4
(252,246,228)
#FDF7ED
(253,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3ED93 color. Also use rgb(243,237,147) instead hex code.

Text Font Color

.myTextColor { color: #F3ED93; }

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

This text font color is #F3ED93.

Background Color

.myBgColor { background-color: #F3ED93; }

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

This div background color is #F3ED93.

Border color

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

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

This div border color is #F3ED93.

Opacity

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

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

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

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

This text has shadow with #F3ED93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3ED93.

Preview

Color preview on black background

This text has color #F3ED93 on black background.


Color preview on white background

This text has color #F3ED93 on white background.


Black color preview on #F3ED93 background

This text has black color on #F3ED93 background.


White color preview on #F3ED93 background

This text has white color on #F3ED93 background.


Related colors

Complementary color

Complementary color for #hex is #0C126C.


I love getcolorcode.com

Triadic colors

1 #93F3ED and #ED93F3 with #F3ED93 are triadic colors.

2 #93EDF3 and #EDF393 with #F3ED93 are triadic colors.