COLOR #FED083

HEX: #FED083
RGB: (254,208,131)

Color info

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

RGB color model

#FED083 color RGB value is (254,208,131).

  • red value is 254;
  • green value is 208;
  • blue value is 131.
RGB:
(254,208,131)
(100%,82%,51%)

RGB channels and saturation

R 254 of 255 = 100%
G 208 of 255 = 82%
B 131 of 255 = 51%

254
208
131

R + G + B ~ 78%. #FED083 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 208 + 131 = 593 (100%)
R 254 of 593 ~ 42.83%
G 208 of 593 ~ 35.08%
B 131 of 593 ~ 22.09%

%42.83
%35.08
%22.09

CMYK color model

#FED083 color CMYK value is (0,18,48,0).

  • cyan value is 0.00%
  • magenta value is 18.11%
  • yellow value is 48.43%
  • key color value is 0.39%
CMYK:
(0,18,48,0)
C0M18Y48K0 
(0%,18%,48%,0%)
(0.00/0.18/0.48/0.00)	

CMYK percentages

%0
%18.11
%48.43
%0.39

Codes

Color #FED083 in popluar color models

FED083
RGB254208131
HSL38°98.40%75.49%
HSB/HSV38°48.43%99.61%
CMYK0.00%18.11%48.43%
0.39%

Color #FED083 in popluar number systems.

HEXFED083
Decimal254208131
Binary111111101101000010000011
Octal376320203

Shades and tints

Shades of #FED083

#FED083
(254,208,131)
#E7BE78
(231,190,120)
#D0AC6D
(208,172,109)
#B99A62
(185,154,98)
#A28857
(162,136,87)
#8B764C
(139,118,76)
#746441
(116,100,65)
#5D5236
(93,82,54)
#46402B
(70,64,43)
#2F2E20
(47,46,32)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #FED083

#FED083
(254,208,131)
#FED48E
(254,212,142)
#FED899
(254,216,153)
#FEDCA4
(254,220,164)
#FEE0AF
(254,224,175)
#FEE4BA
(254,228,186)
#FEE8C5
(254,232,197)
#FEECD0
(254,236,208)
#FEF0DB
(254,240,219)
#FEF4E6
(254,244,230)
#FEF8F1
(254,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FED083 color. Also use rgb(254,208,131) instead hex code.

Text Font Color

.myTextColor { color: #FED083; }

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

This text font color is #FED083.


Background Color

.myBgColor { background-color: #FED083; }

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

This div background color is #FED083.


Border color

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

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

This div border color is #FED083.


Opacity

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

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

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

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

This text has shadow with #FED083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED083 on black background.


Color preview on white background

This text has color #FED083 on white background.



Black color preview on #FED083 background

This text has black color on #FED083 background.


White color preview on #FED083 background

This text has white color on #FED083 background.