COLOR #F0E540

HEX: #F0E540
RGB: (240,229,64)

Color info

#F0E540 contains mainly red and green colors. Web safe color of #F0E540 is #FFCC33 (or #FC3).

RGB color model

#F0E540 color RGB value is (240,229,64).

  • red value is 240;
  • green value is 229;
  • blue value is 64.
RGB:
(240,229,64)
(94%,90%,25%)

RGB channels and saturation

R 240 of 255 = 94%
G 229 of 255 = 90%
B 64 of 255 = 25%

240
229
64

R + G + B ~ 70%. #F0E540 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 229 + 64 = 533 (100%)
R 240 of 533 ~ 45.03%
G 229 of 533 ~ 42.96%
B 64 of 533 ~ 12.01%

%45.03
%42.96
%12.01

CMYK color model

#F0E540 color CMYK value is (0,5,73,6).

  • cyan value is 0.00%
  • magenta value is 4.58%
  • yellow value is 73.33%
  • key color value is 5.88%
CMYK:
(0,5,73,6)
C0M5Y73K6 
(0%,5%,73%,6%)
(0.00/0.05/0.73/0.06)	

CMYK percentages

%0
%4.58
%73.33
%5.88

Codes

Color #F0E540 in popluar color models

F0E540
RGB24022964
HSL56°85.44%59.61%
HSB/HSV56°73.33%94.12%
CMYK0.00%4.58%73.33%
5.88%

Color #F0E540 in popluar number systems.

HEXF0E540
Decimal24022964
Binary11110000111001011000000
Octal360345100

Shades and tints

Shades of #F0E540

#F0E540
(240,229,64)
#DBD13B
(219,209,59)
#C6BD36
(198,189,54)
#B1A931
(177,169,49)
#9C952C
(156,149,44)
#878127
(135,129,39)
#726D22
(114,109,34)
#5D591D
(93,89,29)
#484518
(72,69,24)
#333113
(51,49,19)
#1E1D0E
(30,29,14)
#000000
(0,0,0)

Tints of #F0E540

#F0E540
(240,229,64)
#F1E751
(241,231,81)
#F2E962
(242,233,98)
#F3EB73
(243,235,115)
#F4ED84
(244,237,132)
#F5EF95
(245,239,149)
#F6F1A6
(246,241,166)
#F7F3B7
(247,243,183)
#F8F5C8
(248,245,200)
#F9F7D9
(249,247,217)
#FAF9EA
(250,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E540 color. Also use rgb(240,229,64) instead hex code.

Text Font Color

.myTextColor { color: #F0E540; }

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

This text font color is #F0E540.


Background Color

.myBgColor { background-color: #F0E540; }

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

This div background color is #F0E540.


Border color

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

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

This div border color is #F0E540.


Opacity

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

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

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

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

This text has shadow with #F0E540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E540 on black background.


Color preview on white background

This text has color #F0E540 on white background.



Black color preview on #F0E540 background

This text has black color on #F0E540 background.


White color preview on #F0E540 background

This text has white color on #F0E540 background.