COLOR #F0E616

HEX: #F0E616
RGB: (240,230,22)

Color info

#F0E616 contains mainly red and green colors. Web safe color of #F0E616 is #FFCC00 (or #FC0).

RGB color model

#F0E616 color RGB value is (240,230,22).

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

RGB channels and saturation

R 240 of 255 = 94%
G 230 of 255 = 90%
B 22 of 255 = 9%

240
230
22

R + G + B ~ 64%. #F0E616 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 230 + 22 = 492 (100%)
R 240 of 492 ~ 48.78%
G 230 of 492 ~ 46.75%
B 22 of 492 ~ 4.47%

%48.78
%46.75

CMYK color model

#F0E616 color CMYK value is (0,4,91,6).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 90.83%
  • key color value is 5.88%
CMYK:
(0,4,91,6)
C0M4Y91K6 
(0%,4%,91%,6%)
(0.00/0.04/0.91/0.06)	

CMYK percentages

%0
%4.17
%90.83
%5.88

Codes

Color #F0E616 in popluar color models

F0E616
RGB24023022
HSL57°87.90%51.37%
HSB/HSV57°90.83%94.12%
CMYK0.00%4.17%90.83%
5.88%

Color #F0E616 in popluar number systems.

HEXF0E616
Decimal24023022
Binary111100001110011010110
Octal36034626

Shades and tints

Shades of #F0E616

#F0E616
(240,230,22)
#DBD214
(219,210,20)
#C6BE12
(198,190,18)
#B1AA10
(177,170,16)
#9C960E
(156,150,14)
#87820C
(135,130,12)
#726E0A
(114,110,10)
#5D5A08
(93,90,8)
#484606
(72,70,6)
#333204
(51,50,4)
#1E1E02
(30,30,2)
#000000
(0,0,0)

Tints of #F0E616

#F0E616
(240,230,22)
#F1E82B
(241,232,43)
#F2EA40
(242,234,64)
#F3EC55
(243,236,85)
#F4EE6A
(244,238,106)
#F5F07F
(245,240,127)
#F6F294
(246,242,148)
#F7F4A9
(247,244,169)
#F8F6BE
(248,246,190)
#F9F8D3
(249,248,211)
#FAFAE8
(250,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0E616; }

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

This text font color is #F0E616.


Background Color

.myBgColor { background-color: #F0E616; }

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

This div background color is #F0E616.


Border color

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

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

This div border color is #F0E616.


Opacity

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

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

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

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

This text has shadow with #F0E616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E616 on black background.


Color preview on white background

This text has color #F0E616 on white background.



Black color preview on #F0E616 background

This text has black color on #F0E616 background.


White color preview on #F0E616 background

This text has white color on #F0E616 background.