COLOR #F3D49B

HEX: #F3D49B
RGB: (243,212,155)

Color info

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

RGB color model

#F3D49B color RGB value is (243,212,155).

  • red value is 243;
  • green value is 212;
  • blue value is 155.
RGB:
(243,212,155)
(95%,83%,61%)

RGB channels and saturation

R 243 of 255 = 95%
G 212 of 255 = 83%
B 155 of 255 = 61%

243
212
155

R + G + B ~ 80%. #F3D49B is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 212 + 155 = 610 (100%)
R 243 of 610 ~ 39.84%
G 212 of 610 ~ 34.75%
B 155 of 610 ~ 25.41%

%39.84
%34.75
%25.41

CMYK color model

#F3D49B color CMYK value is (0,13,36,5).

  • cyan value is 0.00%
  • magenta value is 12.76%
  • yellow value is 36.21%
  • key color value is 4.71%
CMYK:
(0,13,36,5)
C0M13Y36K5 
(0%,13%,36%,5%)
(0.00/0.13/0.36/0.05)	

CMYK percentages

%0
%12.76
%36.21
%4.71

Codes

Color #F3D49B in popluar color models

F3D49B
RGB243212155
HSL39°78.57%78.04%
HSB/HSV39°36.21%95.29%
CMYK0.00%12.76%36.21%
4.71%

Color #F3D49B in popluar number systems.

HEXF3D49B
Decimal243212155
Binary111100111101010010011011
Octal363324233

Shades and tints

Shades of #F3D49B

#F3D49B
(243,212,155)
#DDC18D
(221,193,141)
#C7AE7F
(199,174,127)
#B19B71
(177,155,113)
#9B8863
(155,136,99)
#857555
(133,117,85)
#6F6247
(111,98,71)
#594F39
(89,79,57)
#433C2B
(67,60,43)
#2D291D
(45,41,29)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #F3D49B

#F3D49B
(243,212,155)
#F4D7A4
(244,215,164)
#F5DAAD
(245,218,173)
#F6DDB6
(246,221,182)
#F7E0BF
(247,224,191)
#F8E3C8
(248,227,200)
#F9E6D1
(249,230,209)
#FAE9DA
(250,233,218)
#FBECE3
(251,236,227)
#FCEFEC
(252,239,236)
#FDF2F5
(253,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D49B color. Also use rgb(243,212,155) instead hex code.

Text Font Color

.myTextColor { color: #F3D49B; }

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

This text font color is #F3D49B.


Background Color

.myBgColor { background-color: #F3D49B; }

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

This div background color is #F3D49B.


Border color

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

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

This div border color is #F3D49B.


Opacity

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

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

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

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

This text has shadow with #F3D49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D49B on black background.


Color preview on white background

This text has color #F3D49B on white background.



Black color preview on #F3D49B background

This text has black color on #F3D49B background.


White color preview on #F3D49B background

This text has white color on #F3D49B background.