COLOR #F3F5A5

HEX: #F3F5A5
RGB: (243,245,165)

Color info

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

RGB color model

#F3F5A5 color RGB value is (243,245,165).

  • red value is 243;
  • green value is 245;
  • blue value is 165.
RGB:
(243,245,165)
(95%,96%,65%)

RGB channels and saturation

R 243 of 255 = 95%
G 245 of 255 = 96%
B 165 of 255 = 65%

243
245
165

R + G + B ~ 85%. #F3F5A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 245 + 165 = 653 (100%)
R 243 of 653 ~ 37.21%
G 245 of 653 ~ 37.52%
B 165 of 653 ~ 25.27%

%37.21
%37.52
%25.27

CMYK color model

#F3F5A5 color CMYK value is (1,0,33,4).

  • cyan value is 0.82%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 3.92%
CMYK:
(1,0,33,4)
C1M0Y33K4 
(1%,0%,33%,4%)
(0.01/0.00/0.33/0.04)	

CMYK percentages

%0.82
%0
%32.65
%3.92

Codes

Color #F3F5A5 in popluar color models

F3F5A5
RGB243245165
HSL62°80.00%80.39%
HSB/HSV62°32.65%96.08%
CMYK0.82%0.00%32.65%
3.92%

Color #F3F5A5 in popluar number systems.

HEXF3F5A5
Decimal243245165
Binary111100111111010110100101
Octal363365245

Shades and tints

Shades of #F3F5A5

#F3F5A5
(243,245,165)
#DDDF96
(221,223,150)
#C7C987
(199,201,135)
#B1B378
(177,179,120)
#9B9D69
(155,157,105)
#85875A
(133,135,90)
#6F714B
(111,113,75)
#595B3C
(89,91,60)
#43452D
(67,69,45)
#2D2F1E
(45,47,30)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #F3F5A5

#F3F5A5
(243,245,165)
#F4F5AD
(244,245,173)
#F5F5B5
(245,245,181)
#F6F5BD
(246,245,189)
#F7F5C5
(247,245,197)
#F8F5CD
(248,245,205)
#F9F5D5
(249,245,213)
#FAF5DD
(250,245,221)
#FBF5E5
(251,245,229)
#FCF5ED
(252,245,237)
#FDF5F5
(253,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3F5A5 color. Also use rgb(243,245,165) instead hex code.

Text Font Color

.myTextColor { color: #F3F5A5; }

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

This text font color is #F3F5A5.


Background Color

.myBgColor { background-color: #F3F5A5; }

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

This div background color is #F3F5A5.


Border color

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

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

This div border color is #F3F5A5.


Opacity

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

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

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

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

This text has shadow with #F3F5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F5A5 on black background.


Color preview on white background

This text has color #F3F5A5 on white background.



Black color preview on #F3F5A5 background

This text has black color on #F3F5A5 background.


White color preview on #F3F5A5 background

This text has white color on #F3F5A5 background.