COLOR #FDEE00

HEX: #FDEE00
RGB: (253,238,0)

Color info

#FDEE00 contains only red and green colors. Web safe color of #FDEE00 is #FFFF00 (or #FF0).

RGB color model

#FDEE00 color RGB value is (253,238,0).

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

RGB channels and saturation

R 253 of 255 = 99%
G 238 of 255 = 93%
B 0 of 255 = 0%

253
238
0

R + G + B ~ 64%. #FDEE00 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 238 + 0 = 491 (100%)
R 253 of 491 ~ 51.53%
G 238 of 491 ~ 48.47%
B 0 of 491 ~ 0%

%51.53
%48.47

CMYK color model

#FDEE00 color CMYK value is (0,6,100,1).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 100.00%
  • key color value is 0.78%
CMYK:
(0,6,100,1)
C0M6Y100K1 
(0%,6%,100%,1%)
(0.00/0.06/1.00/0.01)	

CMYK percentages

%0
%5.93
%100
%0.78

Codes

Color #FDEE00 in popluar color models

FDEE00
RGB2532380
HSL56°100.00%49.61%
HSB/HSV56°100.00%99.22%
CMYK0.00%5.93%100.00%
0.78%

Color #FDEE00 in popluar number systems.

HEXFDEE00
Decimal2532380
Binary11111101111011100
Octal3753560

Shades and tints

Shades of #FDEE00

#FDEE00
(253,238,0)
#E6D900
(230,217,0)
#CFC400
(207,196,0)
#B8AF00
(184,175,0)
#A19A00
(161,154,0)
#8A8500
(138,133,0)
#737000
(115,112,0)
#5C5B00
(92,91,0)
#454600
(69,70,0)
#2E3100
(46,49,0)
#171C00
(23,28,0)
#000000
(0,0,0)

Tints of #FDEE00

#FDEE00
(253,238,0)
#FDEF17
(253,239,23)
#FDF02E
(253,240,46)
#FDF145
(253,241,69)
#FDF25C
(253,242,92)
#FDF373
(253,243,115)
#FDF48A
(253,244,138)
#FDF5A1
(253,245,161)
#FDF6B8
(253,246,184)
#FDF7CF
(253,247,207)
#FDF8E6
(253,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEE00; }

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

This text font color is #FDEE00.


Background Color

.myBgColor { background-color: #FDEE00; }

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

This div background color is #FDEE00.


Border color

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

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

This div border color is #FDEE00.


Opacity

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

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

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

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

This text has shadow with #FDEE00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEE00 on black background.


Color preview on white background

This text has color #FDEE00 on white background.



Black color preview on #FDEE00 background

This text has black color on #FDEE00 background.


White color preview on #FDEE00 background

This text has white color on #FDEE00 background.