COLOR #FEDE92

HEX: #FEDE92
RGB: (254,222,146)

Color info

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

RGB color model

#FEDE92 color RGB value is (254,222,146).

  • red value is 254;
  • green value is 222;
  • blue value is 146.
RGB:
(254,222,146)
(100%,87%,57%)

RGB channels and saturation

R 254 of 255 = 100%
G 222 of 255 = 87%
B 146 of 255 = 57%

254
222
146

R + G + B ~ 81%. #FEDE92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 222 + 146 = 622 (100%)
R 254 of 622 ~ 40.84%
G 222 of 622 ~ 35.69%
B 146 of 622 ~ 23.47%

%40.84
%35.69
%23.47

CMYK color model

#FEDE92 color CMYK value is (0,13,43,0).

  • cyan value is 0.00%
  • magenta value is 12.60%
  • yellow value is 42.52%
  • key color value is 0.39%
CMYK:
(0,13,43,0)
C0M13Y43K0 
(0%,13%,43%,0%)
(0.00/0.13/0.43/0.00)	

CMYK percentages

%0
%12.6
%42.52
%0.39

Codes

Color #FEDE92 in popluar color models

FEDE92
RGB254222146
HSL42°98.18%78.43%
HSB/HSV42°42.52%99.61%
CMYK0.00%12.60%42.52%
0.39%

Color #FEDE92 in popluar number systems.

HEXFEDE92
Decimal254222146
Binary111111101101111010010010
Octal376336222

Shades and tints

Shades of #FEDE92

#FEDE92
(254,222,146)
#E7CA85
(231,202,133)
#D0B678
(208,182,120)
#B9A26B
(185,162,107)
#A28E5E
(162,142,94)
#8B7A51
(139,122,81)
#746644
(116,102,68)
#5D5237
(93,82,55)
#463E2A
(70,62,42)
#2F2A1D
(47,42,29)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #FEDE92

#FEDE92
(254,222,146)
#FEE19B
(254,225,155)
#FEE4A4
(254,228,164)
#FEE7AD
(254,231,173)
#FEEAB6
(254,234,182)
#FEEDBF
(254,237,191)
#FEF0C8
(254,240,200)
#FEF3D1
(254,243,209)
#FEF6DA
(254,246,218)
#FEF9E3
(254,249,227)
#FEFCEC
(254,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEDE92 color. Also use rgb(254,222,146) instead hex code.

Text Font Color

.myTextColor { color: #FEDE92; }

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

This text font color is #FEDE92.


Background Color

.myBgColor { background-color: #FEDE92; }

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

This div background color is #FEDE92.


Border color

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

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

This div border color is #FEDE92.


Opacity

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

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

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

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

This text has shadow with #FEDE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDE92 on black background.


Color preview on white background

This text has color #FEDE92 on white background.



Black color preview on #FEDE92 background

This text has black color on #FEDE92 background.


White color preview on #FEDE92 background

This text has white color on #FEDE92 background.