COLOR #F0E188

HEX: #F0E188 RGB: (240,225,136)

Color info

#F0E188 contains mainly red and green colors. Web safe color of #F0E188 is #FFCC99 (or #FC9).

RGB color model

#F0E188 color RGB value is (240,225,136).

RGB: (240,225,136) (94%, 88%, 53%)

RGB channels and saturation

R 240 of 255 = 94%
G 225 of 255 = 88%
B 136 of 255 = 53%

240
225
136

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

Portions of RGB colors in percentages

R + G + B = 240 + 225 + 136 = 601 (100%)
R 240 of 601 ~ 39.93%
G 225 of 601 ~ 37.44%
B 136 of 601 ~ 22.63'%

%39.93
%37.44
%22.63

CMYK color model

#F0E188 color CMYK value is (0,6,43,6).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 43.33%
  • key color value is 5.88%

CMYK: (0,6,43,6)
C0M6Y43K6 (0%, 6%, 43%, 6%)
(0.00 / 0.06 / 0.43 / 0.06)

CMYK percentages

%0
%6.25
%43.33
%5.88

Codes

Color #F0E188 in popluar color models

F0 E1 88
RGB 240 225 136
HSL 51° 77.61% 73.73%
HSB/HSV 51° 43.33% 94.12%
CMYK 0.00% 6.25% 43.33%
5.88%

Color #F0E188 in popluar number systems.

HEX F0 E1 88
Decimal 240 225 136
Binary 11110000 11100001 10001000
Octal 360 341 210

Shades and tints

Shades of #F0E188

#F0E188
(240,225,136)
#DBCD7C
(219,205,124)
#C6B970
(198,185,112)
#B1A564
(177,165,100)
#9C9158
(156,145,88)
#877D4C
(135,125,76)
#726940
(114,105,64)
#5D5534
(93,85,52)
#484128
(72,65,40)
#332D1C
(51,45,28)
#1E1910
(30,25,16)
#000000
(0,0,0)

Tints of #F0E188

#F0E188
(240,225,136)
#F1E392
(241,227,146)
#F2E59C
(242,229,156)
#F3E7A6
(243,231,166)
#F4E9B0
(244,233,176)
#F5EBBA
(245,235,186)
#F6EDC4
(246,237,196)
#F7EFCE
(247,239,206)
#F8F1D8
(248,241,216)
#F9F3E2
(249,243,226)
#FAF5EC
(250,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E188 color. Also use rgb(240,225,136) instead hex code.

Text Font Color

.myTextColor { color: #F0E188; }

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

This text font color is #F0E188.

Background Color

.myBgColor { background-color: #F0E188; }

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

This div background color is #F0E188.

Border color

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

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

This div border color is #F0E188.

Opacity

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

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

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

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

This text has shadow with #F0E188 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0E188.

Preview

Color preview on black background

This text has color #F0E188 on black background.


Color preview on white background

This text has color #F0E188 on white background.


Black color preview on #F0E188 background

This text has black color on #F0E188 background.


White color preview on #F0E188 background

This text has white color on #F0E188 background.


Related colors

Complementary color

Complementary color for #hex is #0F1E77.


I love getcolorcode.com

Triadic colors

1 #88F0E1 and #E188F0 with #F0E188 are triadic colors.

2 #88E1F0 and #E1F088 with #F0E188 are triadic colors.