COLOR #FFDA17

HEX: #FFDA17
RGB: (255,218,23)

Color info

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

RGB color model

#FFDA17 color RGB value is (255,218,23).

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

RGB channels and saturation

R 255 of 255 = 100%
G 218 of 255 = 85%
B 23 of 255 = 9%

255
218
23

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

Portions of RGB colors in percentages

R + G + B =
255 + 218 + 23 = 496 (100%)
R 255 of 496 ~ 51.41%
G 218 of 496 ~ 43.95%
B 23 of 496 ~ 4.64%

%51.41
%43.95

CMYK color model

#FFDA17 color CMYK value is (0,15,91,0).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 90.98%
  • key color value is 0.00%
CMYK:
(0,15,91,0)
C0M15Y91K0 
(0%,15%,91%,0%)
(0.00/0.15/0.91/0.00)	

CMYK percentages

%0
%14.51
%90.98
%0

Codes

Color #FFDA17 in popluar color models

FFDA17
RGB25521823
HSL50°100.00%54.51%
HSB/HSV50°90.98%100.00%
CMYK0.00%14.51%90.98%
0.00%

Color #FFDA17 in popluar number systems.

HEXFFDA17
Decimal25521823
Binary111111111101101010111
Octal37733227

Shades and tints

Shades of #FFDA17

#FFDA17
(255,218,23)
#E8C715
(232,199,21)
#D1B413
(209,180,19)
#BAA111
(186,161,17)
#A38E0F
(163,142,15)
#8C7B0D
(140,123,13)
#75680B
(117,104,11)
#5E5509
(94,85,9)
#474207
(71,66,7)
#302F05
(48,47,5)
#191C03
(25,28,3)
#000000
(0,0,0)

Tints of #FFDA17

#FFDA17
(255,218,23)
#FFDD2C
(255,221,44)
#FFE041
(255,224,65)
#FFE356
(255,227,86)
#FFE66B
(255,230,107)
#FFE980
(255,233,128)
#FFEC95
(255,236,149)
#FFEFAA
(255,239,170)
#FFF2BF
(255,242,191)
#FFF5D4
(255,245,212)
#FFF8E9
(255,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDA17; }

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

This text font color is #FFDA17.


Background Color

.myBgColor { background-color: #FFDA17; }

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

This div background color is #FFDA17.


Border color

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

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

This div border color is #FFDA17.


Opacity

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

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

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

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

This text has shadow with #FFDA17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDA17 on black background.


Color preview on white background

This text has color #FFDA17 on white background.



Black color preview on #FFDA17 background

This text has black color on #FFDA17 background.


White color preview on #FFDA17 background

This text has white color on #FFDA17 background.