COLOR #F3F5A9

HEX: #F3F5A9
RGB: (243,245,169)

Color info

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

RGB color model

#F3F5A9 color RGB value is (243,245,169).

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

RGB channels and saturation

R 243 of 255 = 95%
G 245 of 255 = 96%
B 169 of 255 = 66%

243
245
169

R + G + B ~ 86%. #F3F5A9 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 245 + 169 = 657 (100%)
R 243 of 657 ~ 36.99%
G 245 of 657 ~ 37.29%
B 169 of 657 ~ 25.72%

%36.99
%37.29
%25.72

CMYK color model

#F3F5A9 color CMYK value is (1,0,31,4).

  • cyan value is 0.82%
  • magenta value is 0.00%
  • yellow value is 31.02%
  • key color value is 3.92%
CMYK:
(1,0,31,4)
C1M0Y31K4 
(1%,0%,31%,4%)
(0.01/0.00/0.31/0.04)	

CMYK percentages

%0.82
%0
%31.02
%3.92

Codes

Color #F3F5A9 in popluar color models

F3F5A9
RGB243245169
HSL62°79.17%81.18%
HSB/HSV62°31.02%96.08%
CMYK0.82%0.00%31.02%
3.92%

Color #F3F5A9 in popluar number systems.

HEXF3F5A9
Decimal243245169
Binary111100111111010110101001
Octal363365251

Shades and tints

Shades of #F3F5A9

#F3F5A9
(243,245,169)
#DDDF9A
(221,223,154)
#C7C98B
(199,201,139)
#B1B37C
(177,179,124)
#9B9D6D
(155,157,109)
#85875E
(133,135,94)
#6F714F
(111,113,79)
#595B40
(89,91,64)
#434531
(67,69,49)
#2D2F22
(45,47,34)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #F3F5A9

#F3F5A9
(243,245,169)
#F4F5B0
(244,245,176)
#F5F5B7
(245,245,183)
#F6F5BE
(246,245,190)
#F7F5C5
(247,245,197)
#F8F5CC
(248,245,204)
#F9F5D3
(249,245,211)
#FAF5DA
(250,245,218)
#FBF5E1
(251,245,225)
#FCF5E8
(252,245,232)
#FDF5EF
(253,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F5A9; }

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

This text font color is #F3F5A9.


Background Color

.myBgColor { background-color: #F3F5A9; }

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

This div background color is #F3F5A9.


Border color

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

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

This div border color is #F3F5A9.


Opacity

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

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

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

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

This text has shadow with #F3F5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F5A9 on black background.


Color preview on white background

This text has color #F3F5A9 on white background.



Black color preview on #F3F5A9 background

This text has black color on #F3F5A9 background.


White color preview on #F3F5A9 background

This text has white color on #F3F5A9 background.