COLOR #F0EF76

HEX: #F0EF76
RGB: (240,239,118)

Color info

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

RGB color model

#F0EF76 color RGB value is (240,239,118).

  • red value is 240;
  • green value is 239;
  • blue value is 118.
RGB:
(240,239,118)
(94%,94%,46%)

RGB channels and saturation

R 240 of 255 = 94%
G 239 of 255 = 94%
B 118 of 255 = 46%

240
239
118

R + G + B ~ 78%. #F0EF76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 239 + 118 = 597 (100%)
R 240 of 597 ~ 40.2%
G 239 of 597 ~ 40.03%
B 118 of 597 ~ 19.77%

%40.2
%40.03
%19.77

CMYK color model

#F0EF76 color CMYK value is (0,0,51,6).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 50.83%
  • key color value is 5.88%
CMYK:
(0,0,51,6)
C0M0Y51K6 
(0%,0%,51%,6%)
(0.00/0.00/0.51/0.06)	

CMYK percentages

%0
%0.42
%50.83
%5.88

Codes

Color #F0EF76 in popluar color models

F0EF76
RGB240239118
HSL60°80.26%70.20%
HSB/HSV60°50.83%94.12%
CMYK0.00%0.42%50.83%
5.88%

Color #F0EF76 in popluar number systems.

HEXF0EF76
Decimal240239118
Binary11110000111011111110110
Octal360357166

Shades and tints

Shades of #F0EF76

#F0EF76
(240,239,118)
#DBDA6C
(219,218,108)
#C6C562
(198,197,98)
#B1B058
(177,176,88)
#9C9B4E
(156,155,78)
#878644
(135,134,68)
#72713A
(114,113,58)
#5D5C30
(93,92,48)
#484726
(72,71,38)
#33321C
(51,50,28)
#1E1D12
(30,29,18)
#000000
(0,0,0)

Tints of #F0EF76

#F0EF76
(240,239,118)
#F1F082
(241,240,130)
#F2F18E
(242,241,142)
#F3F29A
(243,242,154)
#F4F3A6
(244,243,166)
#F5F4B2
(245,244,178)
#F6F5BE
(246,245,190)
#F7F6CA
(247,246,202)
#F8F7D6
(248,247,214)
#F9F8E2
(249,248,226)
#FAF9EE
(250,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EF76 color. Also use rgb(240,239,118) instead hex code.

Text Font Color

.myTextColor { color: #F0EF76; }

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

This text font color is #F0EF76.


Background Color

.myBgColor { background-color: #F0EF76; }

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

This div background color is #F0EF76.


Border color

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

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

This div border color is #F0EF76.


Opacity

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

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

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

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

This text has shadow with #F0EF76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EF76 on black background.


Color preview on white background

This text has color #F0EF76 on white background.



Black color preview on #F0EF76 background

This text has black color on #F0EF76 background.


White color preview on #F0EF76 background

This text has white color on #F0EF76 background.