COLOR #F0F29E

HEX: #F0F29E
RGB: (240,242,158)

Color info

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

RGB color model

#F0F29E color RGB value is (240,242,158).

  • red value is 240;
  • green value is 242;
  • blue value is 158.
RGB:
(240,242,158)
(94%,95%,62%)

RGB channels and saturation

R 240 of 255 = 94%
G 242 of 255 = 95%
B 158 of 255 = 62%

240
242
158

R + G + B ~ 84%. #F0F29E is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 242 + 158 = 640 (100%)
R 240 of 640 ~ 37.5%
G 242 of 640 ~ 37.81%
B 158 of 640 ~ 24.69%

%37.5
%37.81
%24.69

CMYK color model

#F0F29E color CMYK value is (1,0,35,5).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 34.71%
  • key color value is 5.10%
CMYK:
(1,0,35,5)
C1M0Y35K5 
(1%,0%,35%,5%)
(0.01/0.00/0.35/0.05)	

CMYK percentages

%0.83
%0
%34.71
%5.1

Codes

Color #F0F29E in popluar color models

F0F29E
RGB240242158
HSL61°76.36%78.43%
HSB/HSV61°34.71%94.90%
CMYK0.83%0.00%34.71%
5.10%

Color #F0F29E in popluar number systems.

HEXF0F29E
Decimal240242158
Binary111100001111001010011110
Octal360362236

Shades and tints

Shades of #F0F29E

#F0F29E
(240,242,158)
#DBDC90
(219,220,144)
#C6C682
(198,198,130)
#B1B074
(177,176,116)
#9C9A66
(156,154,102)
#878458
(135,132,88)
#726E4A
(114,110,74)
#5D583C
(93,88,60)
#48422E
(72,66,46)
#332C20
(51,44,32)
#1E1612
(30,22,18)
#000000
(0,0,0)

Tints of #F0F29E

#F0F29E
(240,242,158)
#F1F3A6
(241,243,166)
#F2F4AE
(242,244,174)
#F3F5B6
(243,245,182)
#F4F6BE
(244,246,190)
#F5F7C6
(245,247,198)
#F6F8CE
(246,248,206)
#F7F9D6
(247,249,214)
#F8FADE
(248,250,222)
#F9FBE6
(249,251,230)
#FAFCEE
(250,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0F29E color. Also use rgb(240,242,158) instead hex code.

Text Font Color

.myTextColor { color: #F0F29E; }

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

This text font color is #F0F29E.


Background Color

.myBgColor { background-color: #F0F29E; }

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

This div background color is #F0F29E.


Border color

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

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

This div border color is #F0F29E.


Opacity

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

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

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

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

This text has shadow with #F0F29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F29E on black background.


Color preview on white background

This text has color #F0F29E on white background.



Black color preview on #F0F29E background

This text has black color on #F0F29E background.


White color preview on #F0F29E background

This text has white color on #F0F29E background.