COLOR #FFDA54

HEX: #FFDA54
RGB: (255,218,84)

Color info

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

RGB color model

#FFDA54 color RGB value is (255,218,84).

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

RGB channels and saturation

R 255 of 255 = 100%
G 218 of 255 = 85%
B 84 of 255 = 33%

255
218
84

R + G + B ~ 73%. #FFDA54 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 218 + 84 = 557 (100%)
R 255 of 557 ~ 45.78%
G 218 of 557 ~ 39.14%
B 84 of 557 ~ 15.08%

%45.78
%39.14
%15.08

CMYK color model

#FFDA54 color CMYK value is (0,15,67,0).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 67.06%
  • key color value is 0.00%
CMYK:
(0,15,67,0)
C0M15Y67K0 
(0%,15%,67%,0%)
(0.00/0.15/0.67/0.00)	

CMYK percentages

%0
%14.51
%67.06
%0

Codes

Color #FFDA54 in popluar color models

FFDA54
RGB25521884
HSL47°100.00%66.47%
HSB/HSV47°67.06%100.00%
CMYK0.00%14.51%67.06%
0.00%

Color #FFDA54 in popluar number systems.

HEXFFDA54
Decimal25521884
Binary11111111110110101010100
Octal377332124

Shades and tints

Shades of #FFDA54

#FFDA54
(255,218,84)
#E8C74D
(232,199,77)
#D1B446
(209,180,70)
#BAA13F
(186,161,63)
#A38E38
(163,142,56)
#8C7B31
(140,123,49)
#75682A
(117,104,42)
#5E5523
(94,85,35)
#47421C
(71,66,28)
#302F15
(48,47,21)
#191C0E
(25,28,14)
#000000
(0,0,0)

Tints of #FFDA54

#FFDA54
(255,218,84)
#FFDD63
(255,221,99)
#FFE072
(255,224,114)
#FFE381
(255,227,129)
#FFE690
(255,230,144)
#FFE99F
(255,233,159)
#FFECAE
(255,236,174)
#FFEFBD
(255,239,189)
#FFF2CC
(255,242,204)
#FFF5DB
(255,245,219)
#FFF8EA
(255,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDA54; }

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

This text font color is #FFDA54.


Background Color

.myBgColor { background-color: #FFDA54; }

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

This div background color is #FFDA54.


Border color

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

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

This div border color is #FFDA54.


Opacity

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

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

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

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

This text has shadow with #FFDA54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDA54 on black background.


Color preview on white background

This text has color #FFDA54 on white background.



Black color preview on #FFDA54 background

This text has black color on #FFDA54 background.


White color preview on #FFDA54 background

This text has white color on #FFDA54 background.