COLOR #F3EC1A

HEX: #F3EC1A
RGB: (243,236,26)

Color info

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

RGB color model

#F3EC1A color RGB value is (243,236,26).

  • red value is 243;
  • green value is 236;
  • blue value is 26.
RGB:
(243,236,26)
(95%,93%,10%)

RGB channels and saturation

R 243 of 255 = 95%
G 236 of 255 = 93%
B 26 of 255 = 10%

243
236
26

R + G + B ~ 66%. #F3EC1A is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 236 + 26 = 505 (100%)
R 243 of 505 ~ 48.12%
G 236 of 505 ~ 46.73%
B 26 of 505 ~ 5.15%

%48.12
%46.73

CMYK color model

#F3EC1A color CMYK value is (0,3,89,5).

  • cyan value is 0.00%
  • magenta value is 2.88%
  • yellow value is 89.30%
  • key color value is 4.71%
CMYK:
(0,3,89,5)
C0M3Y89K5 
(0%,3%,89%,5%)
(0.00/0.03/0.89/0.05)	

CMYK percentages

%0
%2.88
%89.3
%4.71

Codes

Color #F3EC1A in popluar color models

F3EC1A
RGB24323626
HSL58°90.04%52.75%
HSB/HSV58°89.30%95.29%
CMYK0.00%2.88%89.30%
4.71%

Color #F3EC1A in popluar number systems.

HEXF3EC1A
Decimal24323626
Binary111100111110110011010
Octal36335432

Shades and tints

Shades of #F3EC1A

#F3EC1A
(243,236,26)
#DDD718
(221,215,24)
#C7C216
(199,194,22)
#B1AD14
(177,173,20)
#9B9812
(155,152,18)
#858310
(133,131,16)
#6F6E0E
(111,110,14)
#59590C
(89,89,12)
#43440A
(67,68,10)
#2D2F08
(45,47,8)
#171A06
(23,26,6)
#000000
(0,0,0)

Tints of #F3EC1A

#F3EC1A
(243,236,26)
#F4ED2E
(244,237,46)
#F5EE42
(245,238,66)
#F6EF56
(246,239,86)
#F7F06A
(247,240,106)
#F8F17E
(248,241,126)
#F9F292
(249,242,146)
#FAF3A6
(250,243,166)
#FBF4BA
(251,244,186)
#FCF5CE
(252,245,206)
#FDF6E2
(253,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3EC1A color. Also use rgb(243,236,26) instead hex code.

Text Font Color

.myTextColor { color: #F3EC1A; }

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

This text font color is #F3EC1A.


Background Color

.myBgColor { background-color: #F3EC1A; }

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

This div background color is #F3EC1A.


Border color

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

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

This div border color is #F3EC1A.


Opacity

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

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

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

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

This text has shadow with #F3EC1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3EC1A on black background.


Color preview on white background

This text has color #F3EC1A on white background.



Black color preview on #F3EC1A background

This text has black color on #F3EC1A background.


White color preview on #F3EC1A background

This text has white color on #F3EC1A background.