COLOR #F3DE7E

HEX: #F3DE7E
RGB: (243,222,126)

Color info

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

RGB color model

#F3DE7E color RGB value is (243,222,126).

  • red value is 243;
  • green value is 222;
  • blue value is 126.
RGB:
(243,222,126)
(95%,87%,49%)

RGB channels and saturation

R 243 of 255 = 95%
G 222 of 255 = 87%
B 126 of 255 = 49%

243
222
126

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

Portions of RGB colors in percentages

R + G + B =
243 + 222 + 126 = 591 (100%)
R 243 of 591 ~ 41.12%
G 222 of 591 ~ 37.56%
B 126 of 591 ~ 21.32%

%41.12
%37.56
%21.32

CMYK color model

#F3DE7E color CMYK value is (0,9,48,5).

  • cyan value is 0.00%
  • magenta value is 8.64%
  • yellow value is 48.15%
  • key color value is 4.71%
CMYK:
(0,9,48,5)
C0M9Y48K5 
(0%,9%,48%,5%)
(0.00/0.09/0.48/0.05)	

CMYK percentages

%0
%8.64
%48.15
%4.71

Codes

Color #F3DE7E in popluar color models

F3DE7E
RGB243222126
HSL49°82.98%72.35%
HSB/HSV49°48.15%95.29%
CMYK0.00%8.64%48.15%
4.71%

Color #F3DE7E in popluar number systems.

HEXF3DE7E
Decimal243222126
Binary11110011110111101111110
Octal363336176

Shades and tints

Shades of #F3DE7E

#F3DE7E
(243,222,126)
#DDCA73
(221,202,115)
#C7B668
(199,182,104)
#B1A25D
(177,162,93)
#9B8E52
(155,142,82)
#857A47
(133,122,71)
#6F663C
(111,102,60)
#595231
(89,82,49)
#433E26
(67,62,38)
#2D2A1B
(45,42,27)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #F3DE7E

#F3DE7E
(243,222,126)
#F4E189
(244,225,137)
#F5E494
(245,228,148)
#F6E79F
(246,231,159)
#F7EAAA
(247,234,170)
#F8EDB5
(248,237,181)
#F9F0C0
(249,240,192)
#FAF3CB
(250,243,203)
#FBF6D6
(251,246,214)
#FCF9E1
(252,249,225)
#FDFCEC
(253,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3DE7E color. Also use rgb(243,222,126) instead hex code.

Text Font Color

.myTextColor { color: #F3DE7E; }

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

This text font color is #F3DE7E.


Background Color

.myBgColor { background-color: #F3DE7E; }

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

This div background color is #F3DE7E.


Border color

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

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

This div border color is #F3DE7E.


Opacity

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

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

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

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

This text has shadow with #F3DE7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DE7E on black background.


Color preview on white background

This text has color #F3DE7E on white background.



Black color preview on #F3DE7E background

This text has black color on #F3DE7E background.


White color preview on #F3DE7E background

This text has white color on #F3DE7E background.