COLOR #F5F3AE

HEX: #F5F3AE
RGB: (245,243,174)

Color info

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

RGB color model

#F5F3AE color RGB value is (245,243,174).

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

RGB channels and saturation

R 245 of 255 = 96%
G 243 of 255 = 95%
B 174 of 255 = 68%

245
243
174

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

Portions of RGB colors in percentages

R + G + B =
245 + 243 + 174 = 662 (100%)
R 245 of 662 ~ 37.01%
G 243 of 662 ~ 36.71%
B 174 of 662 ~ 26.28%

%37.01
%36.71
%26.28

CMYK color model

#F5F3AE color CMYK value is (0,1,29,4).

  • cyan value is 0.00%
  • magenta value is 0.82%
  • yellow value is 28.98%
  • key color value is 3.92%
CMYK:
(0,1,29,4)
C0M1Y29K4 
(0%,1%,29%,4%)
(0.00/0.01/0.29/0.04)	

CMYK percentages

%0
%0.82
%28.98
%3.92

Codes

Color #F5F3AE in popluar color models

F5F3AE
RGB245243174
HSL58°78.02%82.16%
HSB/HSV58°28.98%96.08%
CMYK0.00%0.82%28.98%
3.92%

Color #F5F3AE in popluar number systems.

HEXF5F3AE
Decimal245243174
Binary111101011111001110101110
Octal365363256

Shades and tints

Shades of #F5F3AE

#F5F3AE
(245,243,174)
#DFDD9F
(223,221,159)
#C9C790
(201,199,144)
#B3B181
(179,177,129)
#9D9B72
(157,155,114)
#878563
(135,133,99)
#716F54
(113,111,84)
#5B5945
(91,89,69)
#454336
(69,67,54)
#2F2D27
(47,45,39)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #F5F3AE

#F5F3AE
(245,243,174)
#F5F4B5
(245,244,181)
#F5F5BC
(245,245,188)
#F5F6C3
(245,246,195)
#F5F7CA
(245,247,202)
#F5F8D1
(245,248,209)
#F5F9D8
(245,249,216)
#F5FADF
(245,250,223)
#F5FBE6
(245,251,230)
#F5FCED
(245,252,237)
#F5FDF4
(245,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F3AE; }

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

This text font color is #F5F3AE.


Background Color

.myBgColor { background-color: #F5F3AE; }

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

This div background color is #F5F3AE.


Border color

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

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

This div border color is #F5F3AE.


Opacity

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

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

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

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

This text has shadow with #F5F3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F3AE on black background.


Color preview on white background

This text has color #F5F3AE on white background.



Black color preview on #F5F3AE background

This text has black color on #F5F3AE background.


White color preview on #F5F3AE background

This text has white color on #F5F3AE background.