COLOR #FFDE83

HEX: #FFDE83
RGB: (255,222,131)

Color info

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

RGB color model

#FFDE83 color RGB value is (255,222,131).

  • red value is 255;
  • green value is 222;
  • blue value is 131.
RGB:
(255,222,131)
(100%,87%,51%)

RGB channels and saturation

R 255 of 255 = 100%
G 222 of 255 = 87%
B 131 of 255 = 51%

255
222
131

R + G + B ~ 79%. #FFDE83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 222 + 131 = 608 (100%)
R 255 of 608 ~ 41.94%
G 222 of 608 ~ 36.51%
B 131 of 608 ~ 21.55%

%41.94
%36.51
%21.55

CMYK color model

#FFDE83 color CMYK value is (0,13,49,0).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 48.63%
  • key color value is 0.00%
CMYK:
(0,13,49,0)
C0M13Y49K0 
(0%,13%,49%,0%)
(0.00/0.13/0.49/0.00)	

CMYK percentages

%0
%12.94
%48.63
%0

Codes

Color #FFDE83 in popluar color models

FFDE83
RGB255222131
HSL44°100.00%75.69%
HSB/HSV44°48.63%100.00%
CMYK0.00%12.94%48.63%
0.00%

Color #FFDE83 in popluar number systems.

HEXFFDE83
Decimal255222131
Binary111111111101111010000011
Octal377336203

Shades and tints

Shades of #FFDE83

#FFDE83
(255,222,131)
#E8CA78
(232,202,120)
#D1B66D
(209,182,109)
#BAA262
(186,162,98)
#A38E57
(163,142,87)
#8C7A4C
(140,122,76)
#756641
(117,102,65)
#5E5236
(94,82,54)
#473E2B
(71,62,43)
#302A20
(48,42,32)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #FFDE83

#FFDE83
(255,222,131)
#FFE18E
(255,225,142)
#FFE499
(255,228,153)
#FFE7A4
(255,231,164)
#FFEAAF
(255,234,175)
#FFEDBA
(255,237,186)
#FFF0C5
(255,240,197)
#FFF3D0
(255,243,208)
#FFF6DB
(255,246,219)
#FFF9E6
(255,249,230)
#FFFCF1
(255,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDE83 color. Also use rgb(255,222,131) instead hex code.

Text Font Color

.myTextColor { color: #FFDE83; }

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

This text font color is #FFDE83.


Background Color

.myBgColor { background-color: #FFDE83; }

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

This div background color is #FFDE83.


Border color

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

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

This div border color is #FFDE83.


Opacity

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

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

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

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

This text has shadow with #FFDE83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDE83 on black background.


Color preview on white background

This text has color #FFDE83 on white background.



Black color preview on #FFDE83 background

This text has black color on #FFDE83 background.


White color preview on #FFDE83 background

This text has white color on #FFDE83 background.