COLOR #F3E379

HEX: #F3E379 RGB: (243,227,121)

Color info

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

RGB color model

#F3E379 color RGB value is (243,227,121).

RGB: (243,227,121) (95%, 89%, 47%)

RGB channels and saturation

R 243 of 255 = 95%
G 227 of 255 = 89%
B 121 of 255 = 47%

243
227
121

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

Portions of RGB colors in percentages

R + G + B = 243 + 227 + 121 = 591 (100%)
R 243 of 591 ~ 41.12%
G 227 of 591 ~ 38.41%
B 121 of 591 ~ 20.47'%

%41.12
%38.41
%20.47

CMYK color model

#F3E379 color CMYK value is (0,7,50,5).

  • cyan value is 0.00%
  • magenta value is 6.58%
  • yellow value is 50.21%
  • key color value is 4.71%

CMYK: (0,7,50,5)
C0M7Y50K5 (0%, 7%, 50%, 5%)
(0.00 / 0.07 / 0.50 / 0.05)

CMYK percentages

%0
%6.58
%50.21
%4.71

Codes

Color #F3E379 in popluar color models

F3 E3 79
RGB 243 227 121
HSL 52° 83.56% 71.37%
HSB/HSV 52° 50.21% 95.29%
CMYK 0.00% 6.58% 50.21%
4.71%

Color #F3E379 in popluar number systems.

HEX F3 E3 79
Decimal 243 227 121
Binary 11110011 11100011 1111001
Octal 363 343 171

Shades and tints

Shades of #F3E379

#F3E379
(243,227,121)
#DDCF6E
(221,207,110)
#C7BB63
(199,187,99)
#B1A758
(177,167,88)
#9B934D
(155,147,77)
#857F42
(133,127,66)
#6F6B37
(111,107,55)
#59572C
(89,87,44)
#434321
(67,67,33)
#2D2F16
(45,47,22)
#171B0B
(23,27,11)
#000000
(0,0,0)

Tints of #F3E379

#F3E379
(243,227,121)
#F4E585
(244,229,133)
#F5E791
(245,231,145)
#F6E99D
(246,233,157)
#F7EBA9
(247,235,169)
#F8EDB5
(248,237,181)
#F9EFC1
(249,239,193)
#FAF1CD
(250,241,205)
#FBF3D9
(251,243,217)
#FCF5E5
(252,245,229)
#FDF7F1
(253,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3E379 color. Also use rgb(243,227,121) instead hex code.

Text Font Color

.myTextColor { color: #F3E379; }

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

This text font color is #F3E379.

Background Color

.myBgColor { background-color: #F3E379; }

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

This div background color is #F3E379.

Border color

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

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

This div border color is #F3E379.

Opacity

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

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

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

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

This text has shadow with #F3E379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3E379.

Preview

Color preview on black background

This text has color #F3E379 on black background.


Color preview on white background

This text has color #F3E379 on white background.


Black color preview on #F3E379 background

This text has black color on #F3E379 background.


White color preview on #F3E379 background

This text has white color on #F3E379 background.


Related colors

Complementary color

Complementary color for #hex is #0C1C86.


I love getcolorcode.com

Triadic colors

1 #79F3E3 and #E379F3 with #F3E379 are triadic colors.

2 #79E3F3 and #E3F379 with #F3E379 are triadic colors.