COLOR #F3D39A

HEX: #F3D39A RGB: (243,211,154)

Color info

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

RGB color model

#F3D39A color RGB value is (243,211,154).

RGB: (243,211,154) (95%, 83%, 60%)

RGB channels and saturation

R 243 of 255 = 95%
G 211 of 255 = 83%
B 154 of 255 = 60%

243
211
154

R + G + B ~ 79%. #F3D39A is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 211 + 154 = 608 (100%)
R 243 of 608 ~ 39.97%
G 211 of 608 ~ 34.7%
B 154 of 608 ~ 25.33'%

%39.97
%34.7
%25.33

CMYK color model

#F3D39A color CMYK value is (0,13,37,5).

  • cyan value is 0.00%
  • magenta value is 13.17%
  • yellow value is 36.63%
  • key color value is 4.71%

CMYK: (0,13,37,5)
C0M13Y37K5 (0%, 13%, 37%, 5%)
(0.00 / 0.13 / 0.37 / 0.05)

CMYK percentages

%0
%13.17
%36.63
%4.71

Codes

Color #F3D39A in popluar color models

F3 D3 9A
RGB 243 211 154
HSL 38° 78.76% 77.84%
HSB/HSV 38° 36.63% 95.29%
CMYK 0.00% 13.17% 36.63%
4.71%

Color #F3D39A in popluar number systems.

HEX F3 D3 9A
Decimal 243 211 154
Binary 11110011 11010011 10011010
Octal 363 323 232

Shades and tints

Shades of #F3D39A

#F3D39A
(243,211,154)
#DDC08C
(221,192,140)
#C7AD7E
(199,173,126)
#B19A70
(177,154,112)
#9B8762
(155,135,98)
#857454
(133,116,84)
#6F6146
(111,97,70)
#594E38
(89,78,56)
#433B2A
(67,59,42)
#2D281C
(45,40,28)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #F3D39A

#F3D39A
(243,211,154)
#F4D7A3
(244,215,163)
#F5DBAC
(245,219,172)
#F6DFB5
(246,223,181)
#F7E3BE
(247,227,190)
#F8E7C7
(248,231,199)
#F9EBD0
(249,235,208)
#FAEFD9
(250,239,217)
#FBF3E2
(251,243,226)
#FCF7EB
(252,247,235)
#FDFBF4
(253,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D39A color. Also use rgb(243,211,154) instead hex code.

Text Font Color

.myTextColor { color: #F3D39A; }

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

This text font color is #F3D39A.

Background Color

.myBgColor { background-color: #F3D39A; }

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

This div background color is #F3D39A.

Border color

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

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

This div border color is #F3D39A.

Opacity

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

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

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

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

This text has shadow with #F3D39A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3D39A.

Preview

Color preview on black background

This text has color #F3D39A on black background.


Color preview on white background

This text has color #F3D39A on white background.


Black color preview on #F3D39A background

This text has black color on #F3D39A background.


White color preview on #F3D39A background

This text has white color on #F3D39A background.


Related colors

Complementary color

Complementary color for #hex is #0C2C65.


I love getcolorcode.com

Triadic colors

1 #9AF3D3 and #D39AF3 with #F3D39A are triadic colors.

2 #9AD3F3 and #D3F39A with #F3D39A are triadic colors.