COLOR #FDE111

HEX: #FDE111
RGB: (253,225,17)

Color info

#FDE111 contains mainly red and green colors. Web safe color of #FDE111 is #FFCC00 (or #FC0).

RGB color model

#FDE111 color RGB value is (253,225,17).

  • red value is 253;
  • green value is 225;
  • blue value is 17.
RGB:
(253,225,17)
(99%,88%,7%)

RGB channels and saturation

R 253 of 255 = 99%
G 225 of 255 = 88%
B 17 of 255 = 7%

253
225
17

R + G + B ~ 65%. #FDE111 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 225 + 17 = 495 (100%)
R 253 of 495 ~ 51.11%
G 225 of 495 ~ 45.45%
B 17 of 495 ~ 3.43%

%51.11
%45.45

CMYK color model

#FDE111 color CMYK value is (0,11,93,1).

  • cyan value is 0.00%
  • magenta value is 11.07%
  • yellow value is 93.28%
  • key color value is 0.78%
CMYK:
(0,11,93,1)
C0M11Y93K1 
(0%,11%,93%,1%)
(0.00/0.11/0.93/0.01)	

CMYK percentages

%0
%11.07
%93.28
%0.78

Codes

Color #FDE111 in popluar color models

FDE111
RGB25322517
HSL53°98.33%52.94%
HSB/HSV53°93.28%99.22%
CMYK0.00%11.07%93.28%
0.78%

Color #FDE111 in popluar number systems.

HEXFDE111
Decimal25322517
Binary111111011110000110001
Octal37534121

Shades and tints

Shades of #FDE111

#FDE111
(253,225,17)
#E6CD10
(230,205,16)
#CFB90F
(207,185,15)
#B8A50E
(184,165,14)
#A1910D
(161,145,13)
#8A7D0C
(138,125,12)
#73690B
(115,105,11)
#5C550A
(92,85,10)
#454109
(69,65,9)
#2E2D08
(46,45,8)
#171907
(23,25,7)
#000000
(0,0,0)

Tints of #FDE111

#FDE111
(253,225,17)
#FDE326
(253,227,38)
#FDE53B
(253,229,59)
#FDE750
(253,231,80)
#FDE965
(253,233,101)
#FDEB7A
(253,235,122)
#FDED8F
(253,237,143)
#FDEFA4
(253,239,164)
#FDF1B9
(253,241,185)
#FDF3CE
(253,243,206)
#FDF5E3
(253,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE111 color. Also use rgb(253,225,17) instead hex code.

Text Font Color

.myTextColor { color: #FDE111; }

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

This text font color is #FDE111.


Background Color

.myBgColor { background-color: #FDE111; }

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

This div background color is #FDE111.


Border color

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

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

This div border color is #FDE111.


Opacity

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

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

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

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

This text has shadow with #FDE111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE111 on black background.


Color preview on white background

This text has color #FDE111 on white background.



Black color preview on #FDE111 background

This text has black color on #FDE111 background.


White color preview on #FDE111 background

This text has white color on #FDE111 background.