COLOR #FFDA4E

HEX: #FFDA4E
RGB: (255,218,78)

Color info

#FFDA4E contains mainly red and green colors. Web safe color of #FFDA4E is #FFCC66 (or #FC6).

RGB color model

#FFDA4E color RGB value is (255,218,78).

  • red value is 255;
  • green value is 218;
  • blue value is 78.
RGB:
(255,218,78)
(100%,85%,31%)

RGB channels and saturation

R 255 of 255 = 100%
G 218 of 255 = 85%
B 78 of 255 = 31%

255
218
78

R + G + B ~ 72%. #FFDA4E is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 218 + 78 = 551 (100%)
R 255 of 551 ~ 46.28%
G 218 of 551 ~ 39.56%
B 78 of 551 ~ 14.16%

%46.28
%39.56
%14.16

CMYK color model

#FFDA4E color CMYK value is (0,15,69,0).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 69.41%
  • key color value is 0.00%
CMYK:
(0,15,69,0)
C0M15Y69K0 
(0%,15%,69%,0%)
(0.00/0.15/0.69/0.00)	

CMYK percentages

%0
%14.51
%69.41
%0

Codes

Color #FFDA4E in popluar color models

FFDA4E
RGB25521878
HSL47°100.00%65.29%
HSB/HSV47°69.41%100.00%
CMYK0.00%14.51%69.41%
0.00%

Color #FFDA4E in popluar number systems.

HEXFFDA4E
Decimal25521878
Binary11111111110110101001110
Octal377332116

Shades and tints

Shades of #FFDA4E

#FFDA4E
(255,218,78)
#E8C747
(232,199,71)
#D1B440
(209,180,64)
#BAA139
(186,161,57)
#A38E32
(163,142,50)
#8C7B2B
(140,123,43)
#756824
(117,104,36)
#5E551D
(94,85,29)
#474216
(71,66,22)
#302F0F
(48,47,15)
#191C08
(25,28,8)
#000000
(0,0,0)

Tints of #FFDA4E

#FFDA4E
(255,218,78)
#FFDD5E
(255,221,94)
#FFE06E
(255,224,110)
#FFE37E
(255,227,126)
#FFE68E
(255,230,142)
#FFE99E
(255,233,158)
#FFECAE
(255,236,174)
#FFEFBE
(255,239,190)
#FFF2CE
(255,242,206)
#FFF5DE
(255,245,222)
#FFF8EE
(255,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDA4E color. Also use rgb(255,218,78) instead hex code.

Text Font Color

.myTextColor { color: #FFDA4E; }

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

This text font color is #FFDA4E.


Background Color

.myBgColor { background-color: #FFDA4E; }

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

This div background color is #FFDA4E.


Border color

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

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

This div border color is #FFDA4E.


Opacity

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

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

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

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

This text has shadow with #FFDA4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDA4E on black background.


Color preview on white background

This text has color #FFDA4E on white background.



Black color preview on #FFDA4E background

This text has black color on #FFDA4E background.


White color preview on #FFDA4E background

This text has white color on #FFDA4E background.