COLOR #FDEE62

HEX: #FDEE62
RGB: (253,238,98)

Color info

#FDEE62 contains mainly red and green colors. Web safe color of #FDEE62 is #FFFF66 (or #FF6).

RGB color model

#FDEE62 color RGB value is (253,238,98).

  • red value is 253;
  • green value is 238;
  • blue value is 98.
RGB:
(253,238,98)
(99%,93%,38%)

RGB channels and saturation

R 253 of 255 = 99%
G 238 of 255 = 93%
B 98 of 255 = 38%

253
238
98

R + G + B ~ 77%. #FDEE62 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 238 + 98 = 589 (100%)
R 253 of 589 ~ 42.95%
G 238 of 589 ~ 40.41%
B 98 of 589 ~ 16.64%

%42.95
%40.41
%16.64

CMYK color model

#FDEE62 color CMYK value is (0,6,61,1).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 61.26%
  • key color value is 0.78%
CMYK:
(0,6,61,1)
C0M6Y61K1 
(0%,6%,61%,1%)
(0.00/0.06/0.61/0.01)	

CMYK percentages

%0
%5.93
%61.26
%0.78

Codes

Color #FDEE62 in popluar color models

FDEE62
RGB25323898
HSL54°97.48%68.82%
HSB/HSV54°61.26%99.22%
CMYK0.00%5.93%61.26%
0.78%

Color #FDEE62 in popluar number systems.

HEXFDEE62
Decimal25323898
Binary11111101111011101100010
Octal375356142

Shades and tints

Shades of #FDEE62

#FDEE62
(253,238,98)
#E6D95A
(230,217,90)
#CFC452
(207,196,82)
#B8AF4A
(184,175,74)
#A19A42
(161,154,66)
#8A853A
(138,133,58)
#737032
(115,112,50)
#5C5B2A
(92,91,42)
#454622
(69,70,34)
#2E311A
(46,49,26)
#171C12
(23,28,18)
#000000
(0,0,0)

Tints of #FDEE62

#FDEE62
(253,238,98)
#FDEF70
(253,239,112)
#FDF07E
(253,240,126)
#FDF18C
(253,241,140)
#FDF29A
(253,242,154)
#FDF3A8
(253,243,168)
#FDF4B6
(253,244,182)
#FDF5C4
(253,245,196)
#FDF6D2
(253,246,210)
#FDF7E0
(253,247,224)
#FDF8EE
(253,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDEE62 color. Also use rgb(253,238,98) instead hex code.

Text Font Color

.myTextColor { color: #FDEE62; }

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

This text font color is #FDEE62.


Background Color

.myBgColor { background-color: #FDEE62; }

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

This div background color is #FDEE62.


Border color

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

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

This div border color is #FDEE62.


Opacity

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

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

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

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

This text has shadow with #FDEE62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEE62 on black background.


Color preview on white background

This text has color #FDEE62 on white background.



Black color preview on #FDEE62 background

This text has black color on #FDEE62 background.


White color preview on #FDEE62 background

This text has white color on #FDEE62 background.