COLOR #FDEB69

HEX: #FDEB69
RGB: (253,235,105)

Color info

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

RGB color model

#FDEB69 color RGB value is (253,235,105).

  • red value is 253;
  • green value is 235;
  • blue value is 105.
RGB:
(253,235,105)
(99%,92%,41%)

RGB channels and saturation

R 253 of 255 = 99%
G 235 of 255 = 92%
B 105 of 255 = 41%

253
235
105

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

Portions of RGB colors in percentages

R + G + B =
253 + 235 + 105 = 593 (100%)
R 253 of 593 ~ 42.66%
G 235 of 593 ~ 39.63%
B 105 of 593 ~ 17.71%

%42.66
%39.63
%17.71

CMYK color model

#FDEB69 color CMYK value is (0,7,58,1).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 58.50%
  • key color value is 0.78%
CMYK:
(0,7,58,1)
C0M7Y58K1 
(0%,7%,58%,1%)
(0.00/0.07/0.58/0.01)	

CMYK percentages

%0
%7.11
%58.5
%0.78

Codes

Color #FDEB69 in popluar color models

FDEB69
RGB253235105
HSL53°97.37%70.20%
HSB/HSV53°58.50%99.22%
CMYK0.00%7.11%58.50%
0.78%

Color #FDEB69 in popluar number systems.

HEXFDEB69
Decimal253235105
Binary11111101111010111101001
Octal375353151

Shades and tints

Shades of #FDEB69

#FDEB69
(253,235,105)
#E6D660
(230,214,96)
#CFC157
(207,193,87)
#B8AC4E
(184,172,78)
#A19745
(161,151,69)
#8A823C
(138,130,60)
#736D33
(115,109,51)
#5C582A
(92,88,42)
#454321
(69,67,33)
#2E2E18
(46,46,24)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #FDEB69

#FDEB69
(253,235,105)
#FDEC76
(253,236,118)
#FDED83
(253,237,131)
#FDEE90
(253,238,144)
#FDEF9D
(253,239,157)
#FDF0AA
(253,240,170)
#FDF1B7
(253,241,183)
#FDF2C4
(253,242,196)
#FDF3D1
(253,243,209)
#FDF4DE
(253,244,222)
#FDF5EB
(253,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDEB69 color. Also use rgb(253,235,105) instead hex code.

Text Font Color

.myTextColor { color: #FDEB69; }

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

This text font color is #FDEB69.


Background Color

.myBgColor { background-color: #FDEB69; }

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

This div background color is #FDEB69.


Border color

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

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

This div border color is #FDEB69.


Opacity

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

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

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

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

This text has shadow with #FDEB69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEB69 on black background.


Color preview on white background

This text has color #FDEB69 on white background.



Black color preview on #FDEB69 background

This text has black color on #FDEB69 background.


White color preview on #FDEB69 background

This text has white color on #FDEB69 background.