COLOR #F0E100

HEX: #F0E100
RGB: (240,225,0)

Color info

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

RGB color model

#F0E100 color RGB value is (240,225,0).

  • red value is 240;
  • green value is 225;
  • blue value is 0.
RGB:
(240,225,0)
(94%,88%,0%)

RGB channels and saturation

R 240 of 255 = 94%
G 225 of 255 = 88%
B 0 of 255 = 0%

240
225
0

R + G + B ~ 61%. #F0E100 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 225 + 0 = 465 (100%)
R 240 of 465 ~ 51.61%
G 225 of 465 ~ 48.39%
B 0 of 465 ~ 0%

%51.61
%48.39

CMYK color model

#F0E100 color CMYK value is (0,6,100,6).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 100.00%
  • key color value is 5.88%
CMYK:
(0,6,100,6)
C0M6Y100K6 
(0%,6%,100%,6%)
(0.00/0.06/1.00/0.06)	

CMYK percentages

%0
%6.25
%100
%5.88

Codes

Color #F0E100 in popluar color models

F0E100
RGB2402250
HSL56°100.00%47.06%
HSB/HSV56°100.00%94.12%
CMYK0.00%6.25%100.00%
5.88%

Color #F0E100 in popluar number systems.

HEXF0E100
Decimal2402250
Binary11110000111000010
Octal3603410

Shades and tints

Shades of #F0E100

#F0E100
(240,225,0)
#DBCD00
(219,205,0)
#C6B900
(198,185,0)
#B1A500
(177,165,0)
#9C9100
(156,145,0)
#877D00
(135,125,0)
#726900
(114,105,0)
#5D5500
(93,85,0)
#484100
(72,65,0)
#332D00
(51,45,0)
#1E1900
(30,25,0)
#000000
(0,0,0)

Tints of #F0E100

#F0E100
(240,225,0)
#F1E317
(241,227,23)
#F2E52E
(242,229,46)
#F3E745
(243,231,69)
#F4E95C
(244,233,92)
#F5EB73
(245,235,115)
#F6ED8A
(246,237,138)
#F7EFA1
(247,239,161)
#F8F1B8
(248,241,184)
#F9F3CF
(249,243,207)
#FAF5E6
(250,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E100 color. Also use rgb(240,225,0) instead hex code.

Text Font Color

.myTextColor { color: #F0E100; }

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

This text font color is #F0E100.


Background Color

.myBgColor { background-color: #F0E100; }

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

This div background color is #F0E100.


Border color

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

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

This div border color is #F0E100.


Opacity

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

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

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

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

This text has shadow with #F0E100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E100 on black background.


Color preview on white background

This text has color #F0E100 on white background.



Black color preview on #F0E100 background

This text has black color on #F0E100 background.


White color preview on #F0E100 background

This text has white color on #F0E100 background.