COLOR #F3E980

HEX: #F3E980
RGB: (243,233,128)

Color info

#F3E980 contains mainly red and green colors. Web safe color of #F3E980 is #FFFF66 (or #FF6).

RGB color model

#F3E980 color RGB value is (243,233,128).

  • red value is 243;
  • green value is 233;
  • blue value is 128.
RGB:
(243,233,128)
(95%,91%,50%)

RGB channels and saturation

R 243 of 255 = 95%
G 233 of 255 = 91%
B 128 of 255 = 50%

243
233
128

R + G + B ~ 79%. #F3E980 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 233 + 128 = 604 (100%)
R 243 of 604 ~ 40.23%
G 233 of 604 ~ 38.58%
B 128 of 604 ~ 21.19%

%40.23
%38.58
%21.19

CMYK color model

#F3E980 color CMYK value is (0,4,47,5).

  • cyan value is 0.00%
  • magenta value is 4.12%
  • yellow value is 47.33%
  • key color value is 4.71%
CMYK:
(0,4,47,5)
C0M4Y47K5 
(0%,4%,47%,5%)
(0.00/0.04/0.47/0.05)	

CMYK percentages

%0
%4.12
%47.33
%4.71

Codes

Color #F3E980 in popluar color models

F3E980
RGB243233128
HSL55°82.73%72.75%
HSB/HSV55°47.33%95.29%
CMYK0.00%4.12%47.33%
4.71%

Color #F3E980 in popluar number systems.

HEXF3E980
Decimal243233128
Binary111100111110100110000000
Octal363351200

Shades and tints

Shades of #F3E980

#F3E980
(243,233,128)
#DDD475
(221,212,117)
#C7BF6A
(199,191,106)
#B1AA5F
(177,170,95)
#9B9554
(155,149,84)
#858049
(133,128,73)
#6F6B3E
(111,107,62)
#595633
(89,86,51)
#434128
(67,65,40)
#2D2C1D
(45,44,29)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #F3E980

#F3E980
(243,233,128)
#F4EB8B
(244,235,139)
#F5ED96
(245,237,150)
#F6EFA1
(246,239,161)
#F7F1AC
(247,241,172)
#F8F3B7
(248,243,183)
#F9F5C2
(249,245,194)
#FAF7CD
(250,247,205)
#FBF9D8
(251,249,216)
#FCFBE3
(252,251,227)
#FDFDEE
(253,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3E980 color. Also use rgb(243,233,128) instead hex code.

Text Font Color

.myTextColor { color: #F3E980; }

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

This text font color is #F3E980.


Background Color

.myBgColor { background-color: #F3E980; }

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

This div background color is #F3E980.


Border color

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

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

This div border color is #F3E980.


Opacity

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

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

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

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

This text has shadow with #F3E980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3E980 on black background.


Color preview on white background

This text has color #F3E980 on white background.



Black color preview on #F3E980 background

This text has black color on #F3E980 background.


White color preview on #F3E980 background

This text has white color on #F3E980 background.