COLOR #FEE390

HEX: #FEE390
RGB: (254,227,144)

Color info

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

RGB color model

#FEE390 color RGB value is (254,227,144).

  • red value is 254;
  • green value is 227;
  • blue value is 144.
RGB:
(254,227,144)
(100%,89%,56%)

RGB channels and saturation

R 254 of 255 = 100%
G 227 of 255 = 89%
B 144 of 255 = 56%

254
227
144

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

Portions of RGB colors in percentages

R + G + B =
254 + 227 + 144 = 625 (100%)
R 254 of 625 ~ 40.64%
G 227 of 625 ~ 36.32%
B 144 of 625 ~ 23.04%

%40.64
%36.32
%23.04

CMYK color model

#FEE390 color CMYK value is (0,11,43,0).

  • cyan value is 0.00%
  • magenta value is 10.63%
  • yellow value is 43.31%
  • key color value is 0.39%
CMYK:
(0,11,43,0)
C0M11Y43K0 
(0%,11%,43%,0%)
(0.00/0.11/0.43/0.00)	

CMYK percentages

%0
%10.63
%43.31
%0.39

Codes

Color #FEE390 in popluar color models

FEE390
RGB254227144
HSL45°98.21%78.04%
HSB/HSV45°43.31%99.61%
CMYK0.00%10.63%43.31%
0.39%

Color #FEE390 in popluar number systems.

HEXFEE390
Decimal254227144
Binary111111101110001110010000
Octal376343220

Shades and tints

Shades of #FEE390

#FEE390
(254,227,144)
#E7CF83
(231,207,131)
#D0BB76
(208,187,118)
#B9A769
(185,167,105)
#A2935C
(162,147,92)
#8B7F4F
(139,127,79)
#746B42
(116,107,66)
#5D5735
(93,87,53)
#464328
(70,67,40)
#2F2F1B
(47,47,27)
#181B0E
(24,27,14)
#000000
(0,0,0)

Tints of #FEE390

#FEE390
(254,227,144)
#FEE59A
(254,229,154)
#FEE7A4
(254,231,164)
#FEE9AE
(254,233,174)
#FEEBB8
(254,235,184)
#FEEDC2
(254,237,194)
#FEEFCC
(254,239,204)
#FEF1D6
(254,241,214)
#FEF3E0
(254,243,224)
#FEF5EA
(254,245,234)
#FEF7F4
(254,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE390 color. Also use rgb(254,227,144) instead hex code.

Text Font Color

.myTextColor { color: #FEE390; }

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

This text font color is #FEE390.


Background Color

.myBgColor { background-color: #FEE390; }

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

This div background color is #FEE390.


Border color

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

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

This div border color is #FEE390.


Opacity

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

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

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

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

This text has shadow with #FEE390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE390 on black background.


Color preview on white background

This text has color #FEE390 on white background.



Black color preview on #FEE390 background

This text has black color on #FEE390 background.


White color preview on #FEE390 background

This text has white color on #FEE390 background.