COLOR #F3D682

HEX: #F3D682
RGB: (243,214,130)

Color info

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

RGB color model

#F3D682 color RGB value is (243,214,130).

  • red value is 243;
  • green value is 214;
  • blue value is 130.
RGB:
(243,214,130)
(95%,84%,51%)

RGB channels and saturation

R 243 of 255 = 95%
G 214 of 255 = 84%
B 130 of 255 = 51%

243
214
130

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

Portions of RGB colors in percentages

R + G + B =
243 + 214 + 130 = 587 (100%)
R 243 of 587 ~ 41.4%
G 214 of 587 ~ 36.46%
B 130 of 587 ~ 22.15%

%41.4
%36.46
%22.15

CMYK color model

#F3D682 color CMYK value is (0,12,47,5).

  • cyan value is 0.00%
  • magenta value is 11.93%
  • yellow value is 46.50%
  • key color value is 4.71%
CMYK:
(0,12,47,5)
C0M12Y47K5 
(0%,12%,47%,5%)
(0.00/0.12/0.47/0.05)	

CMYK percentages

%0
%11.93
%46.5
%4.71

Codes

Color #F3D682 in popluar color models

F3D682
RGB243214130
HSL45°82.48%73.14%
HSB/HSV45°46.50%95.29%
CMYK0.00%11.93%46.50%
4.71%

Color #F3D682 in popluar number systems.

HEXF3D682
Decimal243214130
Binary111100111101011010000010
Octal363326202

Shades and tints

Shades of #F3D682

#F3D682
(243,214,130)
#DDC377
(221,195,119)
#C7B06C
(199,176,108)
#B19D61
(177,157,97)
#9B8A56
(155,138,86)
#85774B
(133,119,75)
#6F6440
(111,100,64)
#595135
(89,81,53)
#433E2A
(67,62,42)
#2D2B1F
(45,43,31)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #F3D682

#F3D682
(243,214,130)
#F4D98D
(244,217,141)
#F5DC98
(245,220,152)
#F6DFA3
(246,223,163)
#F7E2AE
(247,226,174)
#F8E5B9
(248,229,185)
#F9E8C4
(249,232,196)
#FAEBCF
(250,235,207)
#FBEEDA
(251,238,218)
#FCF1E5
(252,241,229)
#FDF4F0
(253,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D682 color. Also use rgb(243,214,130) instead hex code.

Text Font Color

.myTextColor { color: #F3D682; }

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

This text font color is #F3D682.


Background Color

.myBgColor { background-color: #F3D682; }

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

This div background color is #F3D682.


Border color

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

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

This div border color is #F3D682.


Opacity

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

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

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

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

This text has shadow with #F3D682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D682 on black background.


Color preview on white background

This text has color #F3D682 on white background.



Black color preview on #F3D682 background

This text has black color on #F3D682 background.


White color preview on #F3D682 background

This text has white color on #F3D682 background.