COLOR #F3E18A

HEX: #F3E18A
RGB: (243,225,138)

Color info

#F3E18A contains mainly red and green colors. Web safe color of #F3E18A is #FFCC99 (or #FC9).

RGB color model

#F3E18A color RGB value is (243,225,138).

  • red value is 243;
  • green value is 225;
  • blue value is 138.
RGB:
(243,225,138)
(95%,88%,54%)

RGB channels and saturation

R 243 of 255 = 95%
G 225 of 255 = 88%
B 138 of 255 = 54%

243
225
138

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

Portions of RGB colors in percentages

R + G + B =
243 + 225 + 138 = 606 (100%)
R 243 of 606 ~ 40.1%
G 225 of 606 ~ 37.13%
B 138 of 606 ~ 22.77%

%40.1
%37.13
%22.77

CMYK color model

#F3E18A color CMYK value is (0,7,43,5).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 43.21%
  • key color value is 4.71%
CMYK:
(0,7,43,5)
C0M7Y43K5 
(0%,7%,43%,5%)
(0.00/0.07/0.43/0.05)	

CMYK percentages

%0
%7.41
%43.21
%4.71

Codes

Color #F3E18A in popluar color models

F3E18A
RGB243225138
HSL50°81.40%74.71%
HSB/HSV50°43.21%95.29%
CMYK0.00%7.41%43.21%
4.71%

Color #F3E18A in popluar number systems.

HEXF3E18A
Decimal243225138
Binary111100111110000110001010
Octal363341212

Shades and tints

Shades of #F3E18A

#F3E18A
(243,225,138)
#DDCD7E
(221,205,126)
#C7B972
(199,185,114)
#B1A566
(177,165,102)
#9B915A
(155,145,90)
#857D4E
(133,125,78)
#6F6942
(111,105,66)
#595536
(89,85,54)
#43412A
(67,65,42)
#2D2D1E
(45,45,30)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #F3E18A

#F3E18A
(243,225,138)
#F4E394
(244,227,148)
#F5E59E
(245,229,158)
#F6E7A8
(246,231,168)
#F7E9B2
(247,233,178)
#F8EBBC
(248,235,188)
#F9EDC6
(249,237,198)
#FAEFD0
(250,239,208)
#FBF1DA
(251,241,218)
#FCF3E4
(252,243,228)
#FDF5EE
(253,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3E18A color. Also use rgb(243,225,138) instead hex code.

Text Font Color

.myTextColor { color: #F3E18A; }

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

This text font color is #F3E18A.


Background Color

.myBgColor { background-color: #F3E18A; }

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

This div background color is #F3E18A.


Border color

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

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

This div border color is #F3E18A.


Opacity

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

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

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

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

This text has shadow with #F3E18A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3E18A on black background.


Color preview on white background

This text has color #F3E18A on white background.



Black color preview on #F3E18A background

This text has black color on #F3E18A background.


White color preview on #F3E18A background

This text has white color on #F3E18A background.