COLOR #F0E38A

HEX: #F0E38A RGB: (240,227,138)

Color info

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

RGB color model

#F0E38A color RGB value is (240,227,138).

RGB: (240,227,138) (94%, 89%, 54%)

RGB channels and saturation

R 240 of 255 = 94%
G 227 of 255 = 89%
B 138 of 255 = 54%

240
227
138

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

Portions of RGB colors in percentages

R + G + B = 240 + 227 + 138 = 605 (100%)
R 240 of 605 ~ 39.67%
G 227 of 605 ~ 37.52%
B 138 of 605 ~ 22.81'%

%39.67
%37.52
%22.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.42%
  • yellow value is 42.50%
  • key color value is 5.88%

CMYK: (0,5,43,6)
C0M5Y43K6 (0%, 5%, 43%, 6%)
(0.00 / 0.05 / 0.43 / 0.06)

CMYK percentages

%0
%5.42
%42.5
%5.88

Codes

Color #F0E38A in popluar color models

F0 E3 8A
RGB 240 227 138
HSL 52° 77.27% 74.12%
HSB/HSV 52° 42.50% 94.12%
CMYK 0.00% 5.42% 42.50%
5.88%

Color #F0E38A in popluar number systems.

HEX F0 E3 8A
Decimal 240 227 138
Binary 11110000 11100011 10001010
Octal 360 343 212

Shades and tints

Shades of #F0E38A

#F0E38A
(240,227,138)
#DBCF7E
(219,207,126)
#C6BB72
(198,187,114)
#B1A766
(177,167,102)
#9C935A
(156,147,90)
#877F4E
(135,127,78)
#726B42
(114,107,66)
#5D5736
(93,87,54)
#48432A
(72,67,42)
#332F1E
(51,47,30)
#1E1B12
(30,27,18)
#000000
(0,0,0)

Tints of #F0E38A

#F0E38A
(240,227,138)
#F1E594
(241,229,148)
#F2E79E
(242,231,158)
#F3E9A8
(243,233,168)
#F4EBB2
(244,235,178)
#F5EDBC
(245,237,188)
#F6EFC6
(246,239,198)
#F7F1D0
(247,241,208)
#F8F3DA
(248,243,218)
#F9F5E4
(249,245,228)
#FAF7EE
(250,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E38A color. Also use rgb(240,227,138) instead hex code.

Text Font Color

.myTextColor { color: #F0E38A; }

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

This text font color is #F0E38A.

Background Color

.myBgColor { background-color: #F0E38A; }

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

This div background color is #F0E38A.

Border color

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

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

This div border color is #F0E38A.

Opacity

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

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

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

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

This text has shadow with #F0E38A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0E38A.

Preview

Color preview on black background

This text has color #F0E38A on black background.


Color preview on white background

This text has color #F0E38A on white background.


Black color preview on #F0E38A background

This text has black color on #F0E38A background.


White color preview on #F0E38A background

This text has white color on #F0E38A background.


Related colors

Complementary color

Complementary color for #hex is #0F1C75.


I love getcolorcode.com

Triadic colors

1 #8AF0E3 and #E38AF0 with #F0E38A are triadic colors.

2 #8AE3F0 and #E3F08A with #F0E38A are triadic colors.