COLOR #F3D986

HEX: #F3D986
RGB: (243,217,134)

Color info

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

RGB color model

#F3D986 color RGB value is (243,217,134).

  • red value is 243;
  • green value is 217;
  • blue value is 134.
RGB:
(243,217,134)
(95%,85%,53%)

RGB channels and saturation

R 243 of 255 = 95%
G 217 of 255 = 85%
B 134 of 255 = 53%

243
217
134

R + G + B ~ 78%. #F3D986 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 217 + 134 = 594 (100%)
R 243 of 594 ~ 40.91%
G 217 of 594 ~ 36.53%
B 134 of 594 ~ 22.56%

%40.91
%36.53
%22.56

CMYK color model

#F3D986 color CMYK value is (0,11,45,5).

  • cyan value is 0.00%
  • magenta value is 10.70%
  • yellow value is 44.86%
  • key color value is 4.71%
CMYK:
(0,11,45,5)
C0M11Y45K5 
(0%,11%,45%,5%)
(0.00/0.11/0.45/0.05)	

CMYK percentages

%0
%10.7
%44.86
%4.71

Codes

Color #F3D986 in popluar color models

F3D986
RGB243217134
HSL46°81.95%73.92%
HSB/HSV46°44.86%95.29%
CMYK0.00%10.70%44.86%
4.71%

Color #F3D986 in popluar number systems.

HEXF3D986
Decimal243217134
Binary111100111101100110000110
Octal363331206

Shades and tints

Shades of #F3D986

#F3D986
(243,217,134)
#DDC67A
(221,198,122)
#C7B36E
(199,179,110)
#B1A062
(177,160,98)
#9B8D56
(155,141,86)
#857A4A
(133,122,74)
#6F673E
(111,103,62)
#595432
(89,84,50)
#434126
(67,65,38)
#2D2E1A
(45,46,26)
#171B0E
(23,27,14)
#000000
(0,0,0)

Tints of #F3D986

#F3D986
(243,217,134)
#F4DC91
(244,220,145)
#F5DF9C
(245,223,156)
#F6E2A7
(246,226,167)
#F7E5B2
(247,229,178)
#F8E8BD
(248,232,189)
#F9EBC8
(249,235,200)
#FAEED3
(250,238,211)
#FBF1DE
(251,241,222)
#FCF4E9
(252,244,233)
#FDF7F4
(253,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D986 color. Also use rgb(243,217,134) instead hex code.

Text Font Color

.myTextColor { color: #F3D986; }

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

This text font color is #F3D986.


Background Color

.myBgColor { background-color: #F3D986; }

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

This div background color is #F3D986.


Border color

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

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

This div border color is #F3D986.


Opacity

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

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

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

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

This text has shadow with #F3D986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D986 on black background.


Color preview on white background

This text has color #F3D986 on white background.



Black color preview on #F3D986 background

This text has black color on #F3D986 background.


White color preview on #F3D986 background

This text has white color on #F3D986 background.