COLOR #FEE491

HEX: #FEE491
RGB: (254,228,145)

Color info

#FEE491 contains mainly red and green colors. Web safe color of #FEE491 is #FFCC99 (or #FC9).

RGB color model

#FEE491 color RGB value is (254,228,145).

  • red value is 254;
  • green value is 228;
  • blue value is 145.
RGB:
(254,228,145)
(100%,89%,57%)

RGB channels and saturation

R 254 of 255 = 100%
G 228 of 255 = 89%
B 145 of 255 = 57%

254
228
145

R + G + B ~ 82%. #FEE491 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 228 + 145 = 627 (100%)
R 254 of 627 ~ 40.51%
G 228 of 627 ~ 36.36%
B 145 of 627 ~ 23.13%

%40.51
%36.36
%23.13

CMYK color model

#FEE491 color CMYK value is (0,10,43,0).

  • cyan value is 0.00%
  • magenta value is 10.24%
  • yellow value is 42.91%
  • key color value is 0.39%
CMYK:
(0,10,43,0)
C0M10Y43K0 
(0%,10%,43%,0%)
(0.00/0.10/0.43/0.00)	

CMYK percentages

%0
%10.24
%42.91
%0.39

Codes

Color #FEE491 in popluar color models

FEE491
RGB254228145
HSL46°98.20%78.24%
HSB/HSV46°42.91%99.61%
CMYK0.00%10.24%42.91%
0.39%

Color #FEE491 in popluar number systems.

HEXFEE491
Decimal254228145
Binary111111101110010010010001
Octal376344221

Shades and tints

Shades of #FEE491

#FEE491
(254,228,145)
#E7D084
(231,208,132)
#D0BC77
(208,188,119)
#B9A86A
(185,168,106)
#A2945D
(162,148,93)
#8B8050
(139,128,80)
#746C43
(116,108,67)
#5D5836
(93,88,54)
#464429
(70,68,41)
#2F301C
(47,48,28)
#181C0F
(24,28,15)
#000000
(0,0,0)

Tints of #FEE491

#FEE491
(254,228,145)
#FEE69B
(254,230,155)
#FEE8A5
(254,232,165)
#FEEAAF
(254,234,175)
#FEECB9
(254,236,185)
#FEEEC3
(254,238,195)
#FEF0CD
(254,240,205)
#FEF2D7
(254,242,215)
#FEF4E1
(254,244,225)
#FEF6EB
(254,246,235)
#FEF8F5
(254,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE491 color. Also use rgb(254,228,145) instead hex code.

Text Font Color

.myTextColor { color: #FEE491; }

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

This text font color is #FEE491.


Background Color

.myBgColor { background-color: #FEE491; }

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

This div background color is #FEE491.


Border color

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

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

This div border color is #FEE491.


Opacity

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

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

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

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

This text has shadow with #FEE491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE491 on black background.


Color preview on white background

This text has color #FEE491 on white background.



Black color preview on #FEE491 background

This text has black color on #FEE491 background.


White color preview on #FEE491 background

This text has white color on #FEE491 background.