COLOR #F0E48D

HEX: #F0E48D RGB: (240,228,141)

Color info

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

RGB color model

#F0E48D color RGB value is (240,228,141).

RGB: (240,228,141) (94%, 89%, 55%)

RGB channels and saturation

R 240 of 255 = 94%
G 228 of 255 = 89%
B 141 of 255 = 55%

240
228
141

R + G + B ~ 79%. #F0E48D is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 228 + 141 = 609 (100%)
R 240 of 609 ~ 39.41%
G 228 of 609 ~ 37.44%
B 141 of 609 ~ 23.15'%

%39.41
%37.44
%23.15

CMYK color model

#F0E48D color CMYK value is (0,5,41,6).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 41.25%
  • key color value is 5.88%

CMYK: (0,5,41,6)
C0M5Y41K6 (0%, 5%, 41%, 6%)
(0.00 / 0.05 / 0.41 / 0.06)

CMYK percentages

%0
%5
%41.25
%5.88

Codes

Color #F0E48D in popluar color models

F0 E4 8D
RGB 240 228 141
HSL 53° 76.74% 74.71%
HSB/HSV 53° 41.25% 94.12%
CMYK 0.00% 5.00% 41.25%
5.88%

Color #F0E48D in popluar number systems.

HEX F0 E4 8D
Decimal 240 228 141
Binary 11110000 11100100 10001101
Octal 360 344 215

Shades and tints

Shades of #F0E48D

#F0E48D
(240,228,141)
#DBD081
(219,208,129)
#C6BC75
(198,188,117)
#B1A869
(177,168,105)
#9C945D
(156,148,93)
#878051
(135,128,81)
#726C45
(114,108,69)
#5D5839
(93,88,57)
#48442D
(72,68,45)
#333021
(51,48,33)
#1E1C15
(30,28,21)
#000000
(0,0,0)

Tints of #F0E48D

#F0E48D
(240,228,141)
#F1E697
(241,230,151)
#F2E8A1
(242,232,161)
#F3EAAB
(243,234,171)
#F4ECB5
(244,236,181)
#F5EEBF
(245,238,191)
#F6F0C9
(246,240,201)
#F7F2D3
(247,242,211)
#F8F4DD
(248,244,221)
#F9F6E7
(249,246,231)
#FAF8F1
(250,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E48D color. Also use rgb(240,228,141) instead hex code.

Text Font Color

.myTextColor { color: #F0E48D; }

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

This text font color is #F0E48D.

Background Color

.myBgColor { background-color: #F0E48D; }

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

This div background color is #F0E48D.

Border color

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

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

This div border color is #F0E48D.

Opacity

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

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

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

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

This text has shadow with #F0E48D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0E48D.

Preview

Color preview on black background

This text has color #F0E48D on black background.


Color preview on white background

This text has color #F0E48D on white background.


Black color preview on #F0E48D background

This text has black color on #F0E48D background.


White color preview on #F0E48D background

This text has white color on #F0E48D background.


Related colors

Complementary color

Complementary color for #hex is #0F1B72.


I love getcolorcode.com

Triadic colors

1 #8DF0E4 and #E48DF0 with #F0E48D are triadic colors.

2 #8DE4F0 and #E4F08D with #F0E48D are triadic colors.