COLOR #FEFC8B

HEX: #FEFC8B
RGB: (254,252,139)

Color info

#FEFC8B contains mainly red and green colors. Web safe color of #FEFC8B is #FFFF99 (or #FF9).

RGB color model

#FEFC8B color RGB value is (254,252,139).

  • red value is 254;
  • green value is 252;
  • blue value is 139.
RGB:
(254,252,139)
(100%,99%,55%)

RGB channels and saturation

R 254 of 255 = 100%
G 252 of 255 = 99%
B 139 of 255 = 55%

254
252
139

R + G + B ~ 85%. #FEFC8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 252 + 139 = 645 (100%)
R 254 of 645 ~ 39.38%
G 252 of 645 ~ 39.07%
B 139 of 645 ~ 21.55%

%39.38
%39.07
%21.55

CMYK color model

#FEFC8B color CMYK value is (0,1,45,0).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 45.28%
  • key color value is 0.39%
CMYK:
(0,1,45,0)
C0M1Y45K0 
(0%,1%,45%,0%)
(0.00/0.01/0.45/0.00)	

CMYK percentages

%0
%0.79
%45.28
%0.39

Codes

Color #FEFC8B in popluar color models

FEFC8B
RGB254252139
HSL59°98.29%77.06%
HSB/HSV59°45.28%99.61%
CMYK0.00%0.79%45.28%
0.39%

Color #FEFC8B in popluar number systems.

HEXFEFC8B
Decimal254252139
Binary111111101111110010001011
Octal376374213

Shades and tints

Shades of #FEFC8B

#FEFC8B
(254,252,139)
#E7E67F
(231,230,127)
#D0D073
(208,208,115)
#B9BA67
(185,186,103)
#A2A45B
(162,164,91)
#8B8E4F
(139,142,79)
#747843
(116,120,67)
#5D6237
(93,98,55)
#464C2B
(70,76,43)
#2F361F
(47,54,31)
#182013
(24,32,19)
#000000
(0,0,0)

Tints of #FEFC8B

#FEFC8B
(254,252,139)
#FEFC95
(254,252,149)
#FEFC9F
(254,252,159)
#FEFCA9
(254,252,169)
#FEFCB3
(254,252,179)
#FEFCBD
(254,252,189)
#FEFCC7
(254,252,199)
#FEFCD1
(254,252,209)
#FEFCDB
(254,252,219)
#FEFCE5
(254,252,229)
#FEFCEF
(254,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEFC8B color. Also use rgb(254,252,139) instead hex code.

Text Font Color

.myTextColor { color: #FEFC8B; }

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

This text font color is #FEFC8B.


Background Color

.myBgColor { background-color: #FEFC8B; }

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

This div background color is #FEFC8B.


Border color

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

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

This div border color is #FEFC8B.


Opacity

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

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

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

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

This text has shadow with #FEFC8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFC8B on black background.


Color preview on white background

This text has color #FEFC8B on white background.



Black color preview on #FEFC8B background

This text has black color on #FEFC8B background.


White color preview on #FEFC8B background

This text has white color on #FEFC8B background.