COLOR #F3C494

HEX: #F3C494
RGB: (243,196,148)

Color info

#F3C494 contains mainly red and green colors. Web safe color of #F3C494 is #FFCC99 (or #FC9).

RGB color model

#F3C494 color RGB value is (243,196,148).

  • red value is 243;
  • green value is 196;
  • blue value is 148.
RGB:
(243,196,148)
(95%,77%,58%)

RGB channels and saturation

R 243 of 255 = 95%
G 196 of 255 = 77%
B 148 of 255 = 58%

243
196
148

R + G + B ~ 77%. #F3C494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 196 + 148 = 587 (100%)
R 243 of 587 ~ 41.4%
G 196 of 587 ~ 33.39%
B 148 of 587 ~ 25.21%

%41.4
%33.39
%25.21

CMYK color model

#F3C494 color CMYK value is (0,19,39,5).

  • cyan value is 0.00%
  • magenta value is 19.34%
  • yellow value is 39.09%
  • key color value is 4.71%
CMYK:
(0,19,39,5)
C0M19Y39K5 
(0%,19%,39%,5%)
(0.00/0.19/0.39/0.05)	

CMYK percentages

%0
%19.34
%39.09
%4.71

Codes

Color #F3C494 in popluar color models

F3C494
RGB243196148
HSL30°79.83%76.67%
HSB/HSV30°39.09%95.29%
CMYK0.00%19.34%39.09%
4.71%

Color #F3C494 in popluar number systems.

HEXF3C494
Decimal243196148
Binary111100111100010010010100
Octal363304224

Shades and tints

Shades of #F3C494

#F3C494
(243,196,148)
#DDB387
(221,179,135)
#C7A27A
(199,162,122)
#B1916D
(177,145,109)
#9B8060
(155,128,96)
#856F53
(133,111,83)
#6F5E46
(111,94,70)
#594D39
(89,77,57)
#433C2C
(67,60,44)
#2D2B1F
(45,43,31)
#171A12
(23,26,18)
#000000
(0,0,0)

Tints of #F3C494

#F3C494
(243,196,148)
#F4C99D
(244,201,157)
#F5CEA6
(245,206,166)
#F6D3AF
(246,211,175)
#F7D8B8
(247,216,184)
#F8DDC1
(248,221,193)
#F9E2CA
(249,226,202)
#FAE7D3
(250,231,211)
#FBECDC
(251,236,220)
#FCF1E5
(252,241,229)
#FDF6EE
(253,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C494 color. Also use rgb(243,196,148) instead hex code.

Text Font Color

.myTextColor { color: #F3C494; }

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

This text font color is #F3C494.


Background Color

.myBgColor { background-color: #F3C494; }

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

This div background color is #F3C494.


Border color

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

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

This div border color is #F3C494.


Opacity

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

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

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

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

This text has shadow with #F3C494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C494 on black background.


Color preview on white background

This text has color #F3C494 on white background.



Black color preview on #F3C494 background

This text has black color on #F3C494 background.


White color preview on #F3C494 background

This text has white color on #F3C494 background.