COLOR #F0E995

HEX: #F0E995 RGB: (240,233,149)

Color info

#F0E995 contains mainly red and green colors. Web safe color of #F0E995 is #FFFF99 (or #FF9).

RGB color model

#F0E995 color RGB value is (240,233,149).

RGB: (240,233,149) (94%, 91%, 58%)

RGB channels and saturation

R 240 of 255 = 94%
G 233 of 255 = 91%
B 149 of 255 = 58%

240
233
149

R + G + B ~ 81%. #F0E995 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 233 + 149 = 622 (100%)
R 240 of 622 ~ 38.59%
G 233 of 622 ~ 37.46%
B 149 of 622 ~ 23.95'%

%38.59
%37.46
%23.95

CMYK color model

#F0E995 color CMYK value is (0,3,38,6).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 37.92%
  • key color value is 5.88%

CMYK: (0,3,38,6)
C0M3Y38K6 (0%, 3%, 38%, 6%)
(0.00 / 0.03 / 0.38 / 0.06)

CMYK percentages

%0
%2.92
%37.92
%5.88

Codes

Color #F0E995 in popluar color models

F0 E9 95
RGB 240 233 149
HSL 55° 75.21% 76.27%
HSB/HSV 55° 37.92% 94.12%
CMYK 0.00% 2.92% 37.92%
5.88%

Color #F0E995 in popluar number systems.

HEX F0 E9 95
Decimal 240 233 149
Binary 11110000 11101001 10010101
Octal 360 351 225

Shades and tints

Shades of #F0E995

#F0E995
(240,233,149)
#DBD488
(219,212,136)
#C6BF7B
(198,191,123)
#B1AA6E
(177,170,110)
#9C9561
(156,149,97)
#878054
(135,128,84)
#726B47
(114,107,71)
#5D563A
(93,86,58)
#48412D
(72,65,45)
#332C20
(51,44,32)
#1E1713
(30,23,19)
#000000
(0,0,0)

Tints of #F0E995

#F0E995
(240,233,149)
#F1EB9E
(241,235,158)
#F2EDA7
(242,237,167)
#F3EFB0
(243,239,176)
#F4F1B9
(244,241,185)
#F5F3C2
(245,243,194)
#F6F5CB
(246,245,203)
#F7F7D4
(247,247,212)
#F8F9DD
(248,249,221)
#F9FBE6
(249,251,230)
#FAFDEF
(250,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E995 color. Also use rgb(240,233,149) instead hex code.

Text Font Color

.myTextColor { color: #F0E995; }

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

This text font color is #F0E995.

Background Color

.myBgColor { background-color: #F0E995; }

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

This div background color is #F0E995.

Border color

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

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

This div border color is #F0E995.

Opacity

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

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

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

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

This text has shadow with #F0E995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0E995.

Preview

Color preview on black background

This text has color #F0E995 on black background.


Color preview on white background

This text has color #F0E995 on white background.


Black color preview on #F0E995 background

This text has black color on #F0E995 background.


White color preview on #F0E995 background

This text has white color on #F0E995 background.


Related colors

Complementary color

Complementary color for #hex is #0F166A.


I love getcolorcode.com

Triadic colors

1 #95F0E9 and #E995F0 with #F0E995 are triadic colors.

2 #95E9F0 and #E9F095 with #F0E995 are triadic colors.