COLOR #FFD47F

HEX: #FFD47F
RGB: (255,212,127)

Color info

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

RGB color model

#FFD47F color RGB value is (255,212,127).

  • red value is 255;
  • green value is 212;
  • blue value is 127.
RGB:
(255,212,127)
(100%,83%,50%)

RGB channels and saturation

R 255 of 255 = 100%
G 212 of 255 = 83%
B 127 of 255 = 50%

255
212
127

R + G + B ~ 78%. #FFD47F is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 212 + 127 = 594 (100%)
R 255 of 594 ~ 42.93%
G 212 of 594 ~ 35.69%
B 127 of 594 ~ 21.38%

%42.93
%35.69
%21.38

CMYK color model

#FFD47F color CMYK value is (0,17,50,0).

  • cyan value is 0.00%
  • magenta value is 16.86%
  • yellow value is 50.20%
  • key color value is 0.00%
CMYK:
(0,17,50,0)
C0M17Y50K0 
(0%,17%,50%,0%)
(0.00/0.17/0.50/0.00)	

CMYK percentages

%0
%16.86
%50.2
%0

Codes

Color #FFD47F in popluar color models

FFD47F
RGB255212127
HSL40°100.00%74.90%
HSB/HSV40°50.20%100.00%
CMYK0.00%16.86%50.20%
0.00%

Color #FFD47F in popluar number systems.

HEXFFD47F
Decimal255212127
Binary11111111110101001111111
Octal377324177

Shades and tints

Shades of #FFD47F

#FFD47F
(255,212,127)
#E8C174
(232,193,116)
#D1AE69
(209,174,105)
#BA9B5E
(186,155,94)
#A38853
(163,136,83)
#8C7548
(140,117,72)
#75623D
(117,98,61)
#5E4F32
(94,79,50)
#473C27
(71,60,39)
#30291C
(48,41,28)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #FFD47F

#FFD47F
(255,212,127)
#FFD78A
(255,215,138)
#FFDA95
(255,218,149)
#FFDDA0
(255,221,160)
#FFE0AB
(255,224,171)
#FFE3B6
(255,227,182)
#FFE6C1
(255,230,193)
#FFE9CC
(255,233,204)
#FFECD7
(255,236,215)
#FFEFE2
(255,239,226)
#FFF2ED
(255,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD47F color. Also use rgb(255,212,127) instead hex code.

Text Font Color

.myTextColor { color: #FFD47F; }

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

This text font color is #FFD47F.


Background Color

.myBgColor { background-color: #FFD47F; }

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

This div background color is #FFD47F.


Border color

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

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

This div border color is #FFD47F.


Opacity

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

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

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

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

This text has shadow with #FFD47F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD47F on black background.


Color preview on white background

This text has color #FFD47F on white background.



Black color preview on #FFD47F background

This text has black color on #FFD47F background.


White color preview on #FFD47F background

This text has white color on #FFD47F background.