COLOR #F3ED96

HEX: #F3ED96 RGB: (243,237,150)

Color info

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

RGB color model

#F3ED96 color RGB value is (243,237,150).

RGB: (243,237,150) (95%, 93%, 59%)

RGB channels and saturation

R 243 of 255 = 95%
G 237 of 255 = 93%
B 150 of 255 = 59%

243
237
150

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

Portions of RGB colors in percentages

R + G + B = 243 + 237 + 150 = 630 (100%)
R 243 of 630 ~ 38.57%
G 237 of 630 ~ 37.62%
B 150 of 630 ~ 23.81'%

%38.57
%37.62
%23.81

CMYK color model

#F3ED96 color CMYK value is (0,2,38,5).

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

CMYK: (0,2,38,5)
C0M2Y38K5 (0%, 2%, 38%, 5%)
(0.00 / 0.02 / 0.38 / 0.05)

CMYK percentages

%0
%2.47
%38.27
%4.71

Codes

Color #F3ED96 in popluar color models

F3 ED 96
RGB 243 237 150
HSL 56° 79.49% 77.06%
HSB/HSV 56° 38.27% 95.29%
CMYK 0.00% 2.47% 38.27%
4.71%

Color #F3ED96 in popluar number systems.

HEX F3 ED 96
Decimal 243 237 150
Binary 11110011 11101101 10010110
Octal 363 355 226

Shades and tints

Shades of #F3ED96

#F3ED96
(243,237,150)
#DDD889
(221,216,137)
#C7C37C
(199,195,124)
#B1AE6F
(177,174,111)
#9B9962
(155,153,98)
#858455
(133,132,85)
#6F6F48
(111,111,72)
#595A3B
(89,90,59)
#43452E
(67,69,46)
#2D3021
(45,48,33)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #F3ED96

#F3ED96
(243,237,150)
#F4EE9F
(244,238,159)
#F5EFA8
(245,239,168)
#F6F0B1
(246,240,177)
#F7F1BA
(247,241,186)
#F8F2C3
(248,242,195)
#F9F3CC
(249,243,204)
#FAF4D5
(250,244,213)
#FBF5DE
(251,245,222)
#FCF6E7
(252,246,231)
#FDF7F0
(253,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3ED96; }

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

This text font color is #F3ED96.

Background Color

.myBgColor { background-color: #F3ED96; }

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

This div background color is #F3ED96.

Border color

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

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

This div border color is #F3ED96.

Opacity

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

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

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

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

This text has shadow with #F3ED96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3ED96.

Preview

Color preview on black background

This text has color #F3ED96 on black background.


Color preview on white background

This text has color #F3ED96 on white background.


Black color preview on #F3ED96 background

This text has black color on #F3ED96 background.


White color preview on #F3ED96 background

This text has white color on #F3ED96 background.


Related colors

Complementary color

Complementary color for #hex is #0C1269.


I love getcolorcode.com

Triadic colors

1 #96F3ED and #ED96F3 with #F3ED96 are triadic colors.

2 #96EDF3 and #EDF396 with #F3ED96 are triadic colors.