COLOR #FEE912

HEX: #FEE912
RGB: (254,233,18)

Color info

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

RGB color model

#FEE912 color RGB value is (254,233,18).

  • red value is 254;
  • green value is 233;
  • blue value is 18.
RGB:
(254,233,18)
(100%,91%,7%)

RGB channels and saturation

R 254 of 255 = 100%
G 233 of 255 = 91%
B 18 of 255 = 7%

254
233
18

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

Portions of RGB colors in percentages

R + G + B =
254 + 233 + 18 = 505 (100%)
R 254 of 505 ~ 50.3%
G 233 of 505 ~ 46.14%
B 18 of 505 ~ 3.56%

%50.3
%46.14

CMYK color model

#FEE912 color CMYK value is (0,8,93,0).

  • cyan value is 0.00%
  • magenta value is 8.27%
  • yellow value is 92.91%
  • key color value is 0.39%
CMYK:
(0,8,93,0)
C0M8Y93K0 
(0%,8%,93%,0%)
(0.00/0.08/0.93/0.00)	

CMYK percentages

%0
%8.27
%92.91
%0.39

Codes

Color #FEE912 in popluar color models

FEE912
RGB25423318
HSL55°99.16%53.33%
HSB/HSV55°92.91%99.61%
CMYK0.00%8.27%92.91%
0.39%

Color #FEE912 in popluar number systems.

HEXFEE912
Decimal25423318
Binary111111101110100110010
Octal37635122

Shades and tints

Shades of #FEE912

#FEE912
(254,233,18)
#E7D411
(231,212,17)
#D0BF10
(208,191,16)
#B9AA0F
(185,170,15)
#A2950E
(162,149,14)
#8B800D
(139,128,13)
#746B0C
(116,107,12)
#5D560B
(93,86,11)
#46410A
(70,65,10)
#2F2C09
(47,44,9)
#181708
(24,23,8)
#000000
(0,0,0)

Tints of #FEE912

#FEE912
(254,233,18)
#FEEB27
(254,235,39)
#FEED3C
(254,237,60)
#FEEF51
(254,239,81)
#FEF166
(254,241,102)
#FEF37B
(254,243,123)
#FEF590
(254,245,144)
#FEF7A5
(254,247,165)
#FEF9BA
(254,249,186)
#FEFBCF
(254,251,207)
#FEFDE4
(254,253,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE912 color. Also use rgb(254,233,18) instead hex code.

Text Font Color

.myTextColor { color: #FEE912; }

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

This text font color is #FEE912.


Background Color

.myBgColor { background-color: #FEE912; }

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

This div background color is #FEE912.


Border color

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

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

This div border color is #FEE912.


Opacity

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

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

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

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

This text has shadow with #FEE912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE912 on black background.


Color preview on white background

This text has color #FEE912 on white background.



Black color preview on #FEE912 background

This text has black color on #FEE912 background.


White color preview on #FEE912 background

This text has white color on #FEE912 background.