COLOR #F3F0A4

HEX: #F3F0A4
RGB: (243,240,164)

Color info

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

RGB color model

#F3F0A4 color RGB value is (243,240,164).

  • red value is 243;
  • green value is 240;
  • blue value is 164.
RGB:
(243,240,164)
(95%,94%,64%)

RGB channels and saturation

R 243 of 255 = 95%
G 240 of 255 = 94%
B 164 of 255 = 64%

243
240
164

R + G + B ~ 84%. #F3F0A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 240 + 164 = 647 (100%)
R 243 of 647 ~ 37.56%
G 240 of 647 ~ 37.09%
B 164 of 647 ~ 25.35%

%37.56
%37.09
%25.35

CMYK color model

#F3F0A4 color CMYK value is (0,1,33,5).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 32.51%
  • key color value is 4.71%
CMYK:
(0,1,33,5)
C0M1Y33K5 
(0%,1%,33%,5%)
(0.00/0.01/0.33/0.05)	

CMYK percentages

%0
%1.23
%32.51
%4.71

Codes

Color #F3F0A4 in popluar color models

F3F0A4
RGB243240164
HSL58°76.70%79.80%
HSB/HSV58°32.51%95.29%
CMYK0.00%1.23%32.51%
4.71%

Color #F3F0A4 in popluar number systems.

HEXF3F0A4
Decimal243240164
Binary111100111111000010100100
Octal363360244

Shades and tints

Shades of #F3F0A4

#F3F0A4
(243,240,164)
#DDDB96
(221,219,150)
#C7C688
(199,198,136)
#B1B17A
(177,177,122)
#9B9C6C
(155,156,108)
#85875E
(133,135,94)
#6F7250
(111,114,80)
#595D42
(89,93,66)
#434834
(67,72,52)
#2D3326
(45,51,38)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #F3F0A4

#F3F0A4
(243,240,164)
#F4F1AC
(244,241,172)
#F5F2B4
(245,242,180)
#F6F3BC
(246,243,188)
#F7F4C4
(247,244,196)
#F8F5CC
(248,245,204)
#F9F6D4
(249,246,212)
#FAF7DC
(250,247,220)
#FBF8E4
(251,248,228)
#FCF9EC
(252,249,236)
#FDFAF4
(253,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3F0A4 color. Also use rgb(243,240,164) instead hex code.

Text Font Color

.myTextColor { color: #F3F0A4; }

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

This text font color is #F3F0A4.


Background Color

.myBgColor { background-color: #F3F0A4; }

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

This div background color is #F3F0A4.


Border color

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

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

This div border color is #F3F0A4.


Opacity

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

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

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

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

This text has shadow with #F3F0A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F0A4 on black background.


Color preview on white background

This text has color #F3F0A4 on white background.



Black color preview on #F3F0A4 background

This text has black color on #F3F0A4 background.


White color preview on #F3F0A4 background

This text has white color on #F3F0A4 background.