COLOR #F3EF95

HEX: #F3EF95
RGB: (243,239,149)

Color info

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

RGB color model

#F3EF95 color RGB value is (243,239,149).

  • red value is 243;
  • green value is 239;
  • blue value is 149.
RGB:
(243,239,149)
(95%,94%,58%)

RGB channels and saturation

R 243 of 255 = 95%
G 239 of 255 = 94%
B 149 of 255 = 58%

243
239
149

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

Portions of RGB colors in percentages

R + G + B =
243 + 239 + 149 = 631 (100%)
R 243 of 631 ~ 38.51%
G 239 of 631 ~ 37.88%
B 149 of 631 ~ 23.61%

%38.51
%37.88
%23.61

CMYK color model

#F3EF95 color CMYK value is (0,2,39,5).

  • cyan value is 0.00%
  • magenta value is 1.65%
  • yellow value is 38.68%
  • key color value is 4.71%
CMYK:
(0,2,39,5)
C0M2Y39K5 
(0%,2%,39%,5%)
(0.00/0.02/0.39/0.05)	

CMYK percentages

%0
%1.65
%38.68
%4.71

Codes

Color #F3EF95 in popluar color models

F3EF95
RGB243239149
HSL57°79.66%76.86%
HSB/HSV57°38.68%95.29%
CMYK0.00%1.65%38.68%
4.71%

Color #F3EF95 in popluar number systems.

HEXF3EF95
Decimal243239149
Binary111100111110111110010101
Octal363357225

Shades and tints

Shades of #F3EF95

#F3EF95
(243,239,149)
#DDDA88
(221,218,136)
#C7C57B
(199,197,123)
#B1B06E
(177,176,110)
#9B9B61
(155,155,97)
#858654
(133,134,84)
#6F7147
(111,113,71)
#595C3A
(89,92,58)
#43472D
(67,71,45)
#2D3220
(45,50,32)
#171D13
(23,29,19)
#000000
(0,0,0)

Tints of #F3EF95

#F3EF95
(243,239,149)
#F4F09E
(244,240,158)
#F5F1A7
(245,241,167)
#F6F2B0
(246,242,176)
#F7F3B9
(247,243,185)
#F8F4C2
(248,244,194)
#F9F5CB
(249,245,203)
#FAF6D4
(250,246,212)
#FBF7DD
(251,247,221)
#FCF8E6
(252,248,230)
#FDF9EF
(253,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3EF95 color. Also use rgb(243,239,149) instead hex code.

Text Font Color

.myTextColor { color: #F3EF95; }

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

This text font color is #F3EF95.


Background Color

.myBgColor { background-color: #F3EF95; }

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

This div background color is #F3EF95.


Border color

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

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

This div border color is #F3EF95.


Opacity

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

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

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

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

This text has shadow with #F3EF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3EF95 on black background.


Color preview on white background

This text has color #F3EF95 on white background.



Black color preview on #F3EF95 background

This text has black color on #F3EF95 background.


White color preview on #F3EF95 background

This text has white color on #F3EF95 background.