COLOR #F3F2A3

HEX: #F3F2A3
RGB: (243,242,163)

Color info

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

RGB color model

#F3F2A3 color RGB value is (243,242,163).

  • red value is 243;
  • green value is 242;
  • blue value is 163.
RGB:
(243,242,163)
(95%,95%,64%)

RGB channels and saturation

R 243 of 255 = 95%
G 242 of 255 = 95%
B 163 of 255 = 64%

243
242
163

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

Portions of RGB colors in percentages

R + G + B =
243 + 242 + 163 = 648 (100%)
R 243 of 648 ~ 37.5%
G 242 of 648 ~ 37.35%
B 163 of 648 ~ 25.15%

%37.5
%37.35
%25.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 32.92%
  • key color value is 4.71%
CMYK:
(0,0,33,5)
C0M0Y33K5 
(0%,0%,33%,5%)
(0.00/0.00/0.33/0.05)	

CMYK percentages

%0
%0.41
%32.92
%4.71

Codes

Color #F3F2A3 in popluar color models

F3F2A3
RGB243242163
HSL59°76.92%79.61%
HSB/HSV59°32.92%95.29%
CMYK0.00%0.41%32.92%
4.71%

Color #F3F2A3 in popluar number systems.

HEXF3F2A3
Decimal243242163
Binary111100111111001010100011
Octal363362243

Shades and tints

Shades of #F3F2A3

#F3F2A3
(243,242,163)
#DDDC95
(221,220,149)
#C7C687
(199,198,135)
#B1B079
(177,176,121)
#9B9A6B
(155,154,107)
#85845D
(133,132,93)
#6F6E4F
(111,110,79)
#595841
(89,88,65)
#434233
(67,66,51)
#2D2C25
(45,44,37)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #F3F2A3

#F3F2A3
(243,242,163)
#F4F3AB
(244,243,171)
#F5F4B3
(245,244,179)
#F6F5BB
(246,245,187)
#F7F6C3
(247,246,195)
#F8F7CB
(248,247,203)
#F9F8D3
(249,248,211)
#FAF9DB
(250,249,219)
#FBFAE3
(251,250,227)
#FCFBEB
(252,251,235)
#FDFCF3
(253,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3F2A3 color. Also use rgb(243,242,163) instead hex code.

Text Font Color

.myTextColor { color: #F3F2A3; }

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

This text font color is #F3F2A3.


Background Color

.myBgColor { background-color: #F3F2A3; }

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

This div background color is #F3F2A3.


Border color

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

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

This div border color is #F3F2A3.


Opacity

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

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

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

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

This text has shadow with #F3F2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F2A3 on black background.


Color preview on white background

This text has color #F3F2A3 on white background.



Black color preview on #F3F2A3 background

This text has black color on #F3F2A3 background.


White color preview on #F3F2A3 background

This text has white color on #F3F2A3 background.