COLOR #F0EA3D

HEX: #F0EA3D
RGB: (240,234,61)

Color info

#F0EA3D contains mainly red and green colors. Web safe color of #F0EA3D is #FFFF33 (or #FF3).

RGB color model

#F0EA3D color RGB value is (240,234,61).

  • red value is 240;
  • green value is 234;
  • blue value is 61.
RGB:
(240,234,61)
(94%,92%,24%)

RGB channels and saturation

R 240 of 255 = 94%
G 234 of 255 = 92%
B 61 of 255 = 24%

240
234
61

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

Portions of RGB colors in percentages

R + G + B =
240 + 234 + 61 = 535 (100%)
R 240 of 535 ~ 44.86%
G 234 of 535 ~ 43.74%
B 61 of 535 ~ 11.4%

%44.86
%43.74
%11.4

CMYK color model

#F0EA3D color CMYK value is (0,3,75,6).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 74.58%
  • key color value is 5.88%
CMYK:
(0,3,75,6)
C0M3Y75K6 
(0%,3%,75%,6%)
(0.00/0.03/0.75/0.06)	

CMYK percentages

%0
%2.5
%74.58
%5.88

Codes

Color #F0EA3D in popluar color models

F0EA3D
RGB24023461
HSL58°85.65%59.02%
HSB/HSV58°74.58%94.12%
CMYK0.00%2.50%74.58%
5.88%

Color #F0EA3D in popluar number systems.

HEXF0EA3D
Decimal24023461
Binary1111000011101010111101
Octal36035275

Shades and tints

Shades of #F0EA3D

#F0EA3D
(240,234,61)
#DBD538
(219,213,56)
#C6C033
(198,192,51)
#B1AB2E
(177,171,46)
#9C9629
(156,150,41)
#878124
(135,129,36)
#726C1F
(114,108,31)
#5D571A
(93,87,26)
#484215
(72,66,21)
#332D10
(51,45,16)
#1E180B
(30,24,11)
#000000
(0,0,0)

Tints of #F0EA3D

#F0EA3D
(240,234,61)
#F1EB4E
(241,235,78)
#F2EC5F
(242,236,95)
#F3ED70
(243,237,112)
#F4EE81
(244,238,129)
#F5EF92
(245,239,146)
#F6F0A3
(246,240,163)
#F7F1B4
(247,241,180)
#F8F2C5
(248,242,197)
#F9F3D6
(249,243,214)
#FAF4E7
(250,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EA3D color. Also use rgb(240,234,61) instead hex code.

Text Font Color

.myTextColor { color: #F0EA3D; }

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

This text font color is #F0EA3D.


Background Color

.myBgColor { background-color: #F0EA3D; }

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

This div background color is #F0EA3D.


Border color

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

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

This div border color is #F0EA3D.


Opacity

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

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

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

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

This text has shadow with #F0EA3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EA3D on black background.


Color preview on white background

This text has color #F0EA3D on white background.



Black color preview on #F0EA3D background

This text has black color on #F0EA3D background.


White color preview on #F0EA3D background

This text has white color on #F0EA3D background.