COLOR #F0EB79

HEX: #F0EB79
RGB: (240,235,121)

Color info

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

RGB color model

#F0EB79 color RGB value is (240,235,121).

  • red value is 240;
  • green value is 235;
  • blue value is 121.
RGB:
(240,235,121)
(94%,92%,47%)

RGB channels and saturation

R 240 of 255 = 94%
G 235 of 255 = 92%
B 121 of 255 = 47%

240
235
121

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

Portions of RGB colors in percentages

R + G + B =
240 + 235 + 121 = 596 (100%)
R 240 of 596 ~ 40.27%
G 235 of 596 ~ 39.43%
B 121 of 596 ~ 20.3%

%40.27
%39.43
%20.3

CMYK color model

#F0EB79 color CMYK value is (0,2,50,6).

  • cyan value is 0.00%
  • magenta value is 2.08%
  • yellow value is 49.58%
  • key color value is 5.88%
CMYK:
(0,2,50,6)
C0M2Y50K6 
(0%,2%,50%,6%)
(0.00/0.02/0.50/0.06)	

CMYK percentages

%0
%2.08
%49.58
%5.88

Codes

Color #F0EB79 in popluar color models

F0EB79
RGB240235121
HSL57°79.87%70.78%
HSB/HSV57°49.58%94.12%
CMYK0.00%2.08%49.58%
5.88%

Color #F0EB79 in popluar number systems.

HEXF0EB79
Decimal240235121
Binary11110000111010111111001
Octal360353171

Shades and tints

Shades of #F0EB79

#F0EB79
(240,235,121)
#DBD66E
(219,214,110)
#C6C163
(198,193,99)
#B1AC58
(177,172,88)
#9C974D
(156,151,77)
#878242
(135,130,66)
#726D37
(114,109,55)
#5D582C
(93,88,44)
#484321
(72,67,33)
#332E16
(51,46,22)
#1E190B
(30,25,11)
#000000
(0,0,0)

Tints of #F0EB79

#F0EB79
(240,235,121)
#F1EC85
(241,236,133)
#F2ED91
(242,237,145)
#F3EE9D
(243,238,157)
#F4EFA9
(244,239,169)
#F5F0B5
(245,240,181)
#F6F1C1
(246,241,193)
#F7F2CD
(247,242,205)
#F8F3D9
(248,243,217)
#F9F4E5
(249,244,229)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EB79 color. Also use rgb(240,235,121) instead hex code.

Text Font Color

.myTextColor { color: #F0EB79; }

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

This text font color is #F0EB79.


Background Color

.myBgColor { background-color: #F0EB79; }

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

This div background color is #F0EB79.


Border color

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

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

This div border color is #F0EB79.


Opacity

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

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

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

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

This text has shadow with #F0EB79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EB79 on black background.


Color preview on white background

This text has color #F0EB79 on white background.



Black color preview on #F0EB79 background

This text has black color on #F0EB79 background.


White color preview on #F0EB79 background

This text has white color on #F0EB79 background.