COLOR #F5F3A9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

245
243
169

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

Portions of RGB colors in percentages

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

%37.29
%36.99
%25.72

CMYK color model

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

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

CMYK percentages

%0
%0.82
%31.02
%3.92

Codes

Color #F5F3A9 in popluar color models

F5F3A9
RGB245243169
HSL58°79.17%81.18%
HSB/HSV58°31.02%96.08%
CMYK0.00%0.82%31.02%
3.92%

Color #F5F3A9 in popluar number systems.

HEXF5F3A9
Decimal245243169
Binary111101011111001110101001
Octal365363251

Shades and tints

Shades of #F5F3A9

#F5F3A9
(245,243,169)
#DFDD9A
(223,221,154)
#C9C78B
(201,199,139)
#B3B17C
(179,177,124)
#9D9B6D
(157,155,109)
#87855E
(135,133,94)
#716F4F
(113,111,79)
#5B5940
(91,89,64)
#454331
(69,67,49)
#2F2D22
(47,45,34)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #F5F3A9

#F5F3A9
(245,243,169)
#F5F4B0
(245,244,176)
#F5F5B7
(245,245,183)
#F5F6BE
(245,246,190)
#F5F7C5
(245,247,197)
#F5F8CC
(245,248,204)
#F5F9D3
(245,249,211)
#F5FADA
(245,250,218)
#F5FBE1
(245,251,225)
#F5FCE8
(245,252,232)
#F5FDEF
(245,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F3A9; }

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

This text font color is #F5F3A9.


Background Color

.myBgColor { background-color: #F5F3A9; }

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

This div background color is #F5F3A9.


Border color

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

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

This div border color is #F5F3A9.


Opacity

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

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

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

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

This text has shadow with #F5F3A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F3A9 on black background.


Color preview on white background

This text has color #F5F3A9 on white background.



Black color preview on #F5F3A9 background

This text has black color on #F5F3A9 background.


White color preview on #F5F3A9 background

This text has white color on #F5F3A9 background.