COLOR #F3DA7D

HEX: #F3DA7D
RGB: (243,218,125)

Color info

#F3DA7D contains mainly red and green colors. Web safe color of #F3DA7D is #FFCC66 (or #FC6).

RGB color model

#F3DA7D color RGB value is (243,218,125).

  • red value is 243;
  • green value is 218;
  • blue value is 125.
RGB:
(243,218,125)
(95%,85%,49%)

RGB channels and saturation

R 243 of 255 = 95%
G 218 of 255 = 85%
B 125 of 255 = 49%

243
218
125

R + G + B ~ 76%. #F3DA7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 218 + 125 = 586 (100%)
R 243 of 586 ~ 41.47%
G 218 of 586 ~ 37.2%
B 125 of 586 ~ 21.33%

%41.47
%37.2
%21.33

CMYK color model

#F3DA7D color CMYK value is (0,10,49,5).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 48.56%
  • key color value is 4.71%
CMYK:
(0,10,49,5)
C0M10Y49K5 
(0%,10%,49%,5%)
(0.00/0.10/0.49/0.05)	

CMYK percentages

%0
%10.29
%48.56
%4.71

Codes

Color #F3DA7D in popluar color models

F3DA7D
RGB243218125
HSL47°83.10%72.16%
HSB/HSV47°48.56%95.29%
CMYK0.00%10.29%48.56%
4.71%

Color #F3DA7D in popluar number systems.

HEXF3DA7D
Decimal243218125
Binary11110011110110101111101
Octal363332175

Shades and tints

Shades of #F3DA7D

#F3DA7D
(243,218,125)
#DDC772
(221,199,114)
#C7B467
(199,180,103)
#B1A15C
(177,161,92)
#9B8E51
(155,142,81)
#857B46
(133,123,70)
#6F683B
(111,104,59)
#595530
(89,85,48)
#434225
(67,66,37)
#2D2F1A
(45,47,26)
#171C0F
(23,28,15)
#000000
(0,0,0)

Tints of #F3DA7D

#F3DA7D
(243,218,125)
#F4DD88
(244,221,136)
#F5E093
(245,224,147)
#F6E39E
(246,227,158)
#F7E6A9
(247,230,169)
#F8E9B4
(248,233,180)
#F9ECBF
(249,236,191)
#FAEFCA
(250,239,202)
#FBF2D5
(251,242,213)
#FCF5E0
(252,245,224)
#FDF8EB
(253,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3DA7D color. Also use rgb(243,218,125) instead hex code.

Text Font Color

.myTextColor { color: #F3DA7D; }

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

This text font color is #F3DA7D.


Background Color

.myBgColor { background-color: #F3DA7D; }

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

This div background color is #F3DA7D.


Border color

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

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

This div border color is #F3DA7D.


Opacity

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

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

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

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

This text has shadow with #F3DA7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DA7D on black background.


Color preview on white background

This text has color #F3DA7D on white background.



Black color preview on #F3DA7D background

This text has black color on #F3DA7D background.


White color preview on #F3DA7D background

This text has white color on #F3DA7D background.