COLOR #F0E672

HEX: #F0E672
RGB: (240,230,114)

Color info

#F0E672 contains mainly red and green colors. Web safe color of #F0E672 is #FFCC66 (or #FC6).

RGB color model

#F0E672 color RGB value is (240,230,114).

  • red value is 240;
  • green value is 230;
  • blue value is 114.
RGB:
(240,230,114)
(94%,90%,45%)

RGB channels and saturation

R 240 of 255 = 94%
G 230 of 255 = 90%
B 114 of 255 = 45%

240
230
114

R + G + B ~ 76%. #F0E672 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 230 + 114 = 584 (100%)
R 240 of 584 ~ 41.1%
G 230 of 584 ~ 39.38%
B 114 of 584 ~ 19.52%

%41.1
%39.38
%19.52

CMYK color model

#F0E672 color CMYK value is (0,4,53,6).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 52.50%
  • key color value is 5.88%
CMYK:
(0,4,53,6)
C0M4Y53K6 
(0%,4%,53%,6%)
(0.00/0.04/0.53/0.06)	

CMYK percentages

%0
%4.17
%52.5
%5.88

Codes

Color #F0E672 in popluar color models

F0E672
RGB240230114
HSL55°80.77%69.41%
HSB/HSV55°52.50%94.12%
CMYK0.00%4.17%52.50%
5.88%

Color #F0E672 in popluar number systems.

HEXF0E672
Decimal240230114
Binary11110000111001101110010
Octal360346162

Shades and tints

Shades of #F0E672

#F0E672
(240,230,114)
#DBD268
(219,210,104)
#C6BE5E
(198,190,94)
#B1AA54
(177,170,84)
#9C964A
(156,150,74)
#878240
(135,130,64)
#726E36
(114,110,54)
#5D5A2C
(93,90,44)
#484622
(72,70,34)
#333218
(51,50,24)
#1E1E0E
(30,30,14)
#000000
(0,0,0)

Tints of #F0E672

#F0E672
(240,230,114)
#F1E87E
(241,232,126)
#F2EA8A
(242,234,138)
#F3EC96
(243,236,150)
#F4EEA2
(244,238,162)
#F5F0AE
(245,240,174)
#F6F2BA
(246,242,186)
#F7F4C6
(247,244,198)
#F8F6D2
(248,246,210)
#F9F8DE
(249,248,222)
#FAFAEA
(250,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E672 color. Also use rgb(240,230,114) instead hex code.

Text Font Color

.myTextColor { color: #F0E672; }

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

This text font color is #F0E672.


Background Color

.myBgColor { background-color: #F0E672; }

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

This div background color is #F0E672.


Border color

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

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

This div border color is #F0E672.


Opacity

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

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

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

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

This text has shadow with #F0E672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E672 on black background.


Color preview on white background

This text has color #F0E672 on white background.



Black color preview on #F0E672 background

This text has black color on #F0E672 background.


White color preview on #F0E672 background

This text has white color on #F0E672 background.