COLOR #F0E700

HEX: #F0E700
RGB: (240,231,0)

Color info

#F0E700 contains only red and green colors. Web safe color of #F0E700 is #FFFF00 (or #FF0).

RGB color model

#F0E700 color RGB value is (240,231,0).

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

RGB channels and saturation

R 240 of 255 = 94%
G 231 of 255 = 91%
B 0 of 255 = 0%

240
231
0

R + G + B ~ 62%. #F0E700 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 231 + 0 = 471 (100%)
R 240 of 471 ~ 50.96%
G 231 of 471 ~ 49.04%
B 0 of 471 ~ 0%

%50.96
%49.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.75%
  • yellow value is 100.00%
  • key color value is 5.88%
CMYK:
(0,4,100,6)
C0M4Y100K6 
(0%,4%,100%,6%)
(0.00/0.04/1.00/0.06)	

CMYK percentages

%0
%3.75
%100
%5.88

Codes

Color #F0E700 in popluar color models

F0E700
RGB2402310
HSL58°100.00%47.06%
HSB/HSV58°100.00%94.12%
CMYK0.00%3.75%100.00%
5.88%

Color #F0E700 in popluar number systems.

HEXF0E700
Decimal2402310
Binary11110000111001110
Octal3603470

Shades and tints

Shades of #F0E700

#F0E700
(240,231,0)
#DBD200
(219,210,0)
#C6BD00
(198,189,0)
#B1A800
(177,168,0)
#9C9300
(156,147,0)
#877E00
(135,126,0)
#726900
(114,105,0)
#5D5400
(93,84,0)
#483F00
(72,63,0)
#332A00
(51,42,0)
#1E1500
(30,21,0)
#000000
(0,0,0)

Tints of #F0E700

#F0E700
(240,231,0)
#F1E917
(241,233,23)
#F2EB2E
(242,235,46)
#F3ED45
(243,237,69)
#F4EF5C
(244,239,92)
#F5F173
(245,241,115)
#F6F38A
(246,243,138)
#F7F5A1
(247,245,161)
#F8F7B8
(248,247,184)
#F9F9CF
(249,249,207)
#FAFBE6
(250,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0E700; }

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

This text font color is #F0E700.


Background Color

.myBgColor { background-color: #F0E700; }

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

This div background color is #F0E700.


Border color

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

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

This div border color is #F0E700.


Opacity

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

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

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

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

This text has shadow with #F0E700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E700 on black background.


Color preview on white background

This text has color #F0E700 on white background.



Black color preview on #F0E700 background

This text has black color on #F0E700 background.


White color preview on #F0E700 background

This text has white color on #F0E700 background.