COLOR #FED392

HEX: #FED392
RGB: (254,211,146)

Color info

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

RGB color model

#FED392 color RGB value is (254,211,146).

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

RGB channels and saturation

R 254 of 255 = 100%
G 211 of 255 = 83%
B 146 of 255 = 57%

254
211
146

R + G + B ~ 80%. #FED392 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 211 + 146 = 611 (100%)
R 254 of 611 ~ 41.57%
G 211 of 611 ~ 34.53%
B 146 of 611 ~ 23.9%

%41.57
%34.53
%23.9

CMYK color model

#FED392 color CMYK value is (0,17,43,0).

  • cyan value is 0.00%
  • magenta value is 16.93%
  • yellow value is 42.52%
  • key color value is 0.39%
CMYK:
(0,17,43,0)
C0M17Y43K0 
(0%,17%,43%,0%)
(0.00/0.17/0.43/0.00)	

CMYK percentages

%0
%16.93
%42.52
%0.39

Codes

Color #FED392 in popluar color models

FED392
RGB254211146
HSL36°98.18%78.43%
HSB/HSV36°42.52%99.61%
CMYK0.00%16.93%42.52%
0.39%

Color #FED392 in popluar number systems.

HEXFED392
Decimal254211146
Binary111111101101001110010010
Octal376323222

Shades and tints

Shades of #FED392

#FED392
(254,211,146)
#E7C085
(231,192,133)
#D0AD78
(208,173,120)
#B99A6B
(185,154,107)
#A2875E
(162,135,94)
#8B7451
(139,116,81)
#746144
(116,97,68)
#5D4E37
(93,78,55)
#463B2A
(70,59,42)
#2F281D
(47,40,29)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #FED392

#FED392
(254,211,146)
#FED79B
(254,215,155)
#FEDBA4
(254,219,164)
#FEDFAD
(254,223,173)
#FEE3B6
(254,227,182)
#FEE7BF
(254,231,191)
#FEEBC8
(254,235,200)
#FEEFD1
(254,239,209)
#FEF3DA
(254,243,218)
#FEF7E3
(254,247,227)
#FEFBEC
(254,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED392; }

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

This text font color is #FED392.


Background Color

.myBgColor { background-color: #FED392; }

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

This div background color is #FED392.


Border color

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

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

This div border color is #FED392.


Opacity

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

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

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

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

This text has shadow with #FED392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED392 on black background.


Color preview on white background

This text has color #FED392 on white background.



Black color preview on #FED392 background

This text has black color on #FED392 background.


White color preview on #FED392 background

This text has white color on #FED392 background.