COLOR #F0F29B

HEX: #F0F29B RGB: (240,242,155)

Color info

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

RGB color model

#F0F29B color RGB value is (240,242,155).

RGB: (240,242,155) (94%, 95%, 61%)

RGB channels and saturation

R 240 of 255 = 94%
G 242 of 255 = 95%
B 155 of 255 = 61%

240
242
155

R + G + B ~ 83%. #F0F29B is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 242 + 155 = 637 (100%)
R 240 of 637 ~ 37.68%
G 242 of 637 ~ 37.99%
B 155 of 637 ~ 24.33'%

%37.68
%37.99
%24.33

CMYK color model

#F0F29B color CMYK value is (1,0,36,5).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 35.95%
  • key color value is 5.10%

CMYK: (1,0,36,5)
C1M0Y36K5 (1%, 0%, 36%, 5%)
(0.01 / 0.00 / 0.36 / 0.05)

CMYK percentages

%0.83
%0
%35.95
%5.1

Codes

Color #F0F29B in popluar color models

F0 F2 9B
RGB 240 242 155
HSL 61° 76.99% 77.84%
HSB/HSV 61° 35.95% 94.90%
CMYK 0.83% 0.00% 35.95%
5.10%

Color #F0F29B in popluar number systems.

HEX F0 F2 9B
Decimal 240 242 155
Binary 11110000 11110010 10011011
Octal 360 362 233

Shades and tints

Shades of #F0F29B

#F0F29B
(240,242,155)
#DBDC8D
(219,220,141)
#C6C67F
(198,198,127)
#B1B071
(177,176,113)
#9C9A63
(156,154,99)
#878455
(135,132,85)
#726E47
(114,110,71)
#5D5839
(93,88,57)
#48422B
(72,66,43)
#332C1D
(51,44,29)
#1E160F
(30,22,15)
#000000
(0,0,0)

Tints of #F0F29B

#F0F29B
(240,242,155)
#F1F3A4
(241,243,164)
#F2F4AD
(242,244,173)
#F3F5B6
(243,245,182)
#F4F6BF
(244,246,191)
#F5F7C8
(245,247,200)
#F6F8D1
(246,248,209)
#F7F9DA
(247,249,218)
#F8FAE3
(248,250,227)
#F9FBEC
(249,251,236)
#FAFCF5
(250,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F29B; }

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

This text font color is #F0F29B.

Background Color

.myBgColor { background-color: #F0F29B; }

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

This div background color is #F0F29B.

Border color

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

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

This div border color is #F0F29B.

Opacity

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

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

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

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

This text has shadow with #F0F29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0F29B.

Preview

Color preview on black background

This text has color #F0F29B on black background.


Color preview on white background

This text has color #F0F29B on white background.


Black color preview on #F0F29B background

This text has black color on #F0F29B background.


White color preview on #F0F29B background

This text has white color on #F0F29B background.


Related colors

Complementary color

Complementary color for #hex is #0F0D64.


I love getcolorcode.com

Triadic colors

1 #9BF0F2 and #F29BF0 with #F0F29B are triadic colors.

2 #9BF2F0 and #F2F09B with #F0F29B are triadic colors.