COLOR #FFD247

HEX: #FFD247
RGB: (255,210,71)

Color info

#FFD247 contains mainly red and green colors. Web safe color of #FFD247 is #FFCC33 (or #FC3).

RGB color model

#FFD247 color RGB value is (255,210,71).

  • red value is 255;
  • green value is 210;
  • blue value is 71.
RGB:
(255,210,71)
(100%,82%,28%)

RGB channels and saturation

R 255 of 255 = 100%
G 210 of 255 = 82%
B 71 of 255 = 28%

255
210
71

R + G + B ~ 70%. #FFD247 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 210 + 71 = 536 (100%)
R 255 of 536 ~ 47.57%
G 210 of 536 ~ 39.18%
B 71 of 536 ~ 13.25%

%47.57
%39.18
%13.25

CMYK color model

#FFD247 color CMYK value is (0,18,72,0).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 72.16%
  • key color value is 0.00%
CMYK:
(0,18,72,0)
C0M18Y72K0 
(0%,18%,72%,0%)
(0.00/0.18/0.72/0.00)	

CMYK percentages

%0
%17.65
%72.16
%0

Codes

Color #FFD247 in popluar color models

FFD247
RGB25521071
HSL45°100.00%63.92%
HSB/HSV45°72.16%100.00%
CMYK0.00%17.65%72.16%
0.00%

Color #FFD247 in popluar number systems.

HEXFFD247
Decimal25521071
Binary11111111110100101000111
Octal377322107

Shades and tints

Shades of #FFD247

#FFD247
(255,210,71)
#E8BF41
(232,191,65)
#D1AC3B
(209,172,59)
#BA9935
(186,153,53)
#A3862F
(163,134,47)
#8C7329
(140,115,41)
#756023
(117,96,35)
#5E4D1D
(94,77,29)
#473A17
(71,58,23)
#302711
(48,39,17)
#19140B
(25,20,11)
#000000
(0,0,0)

Tints of #FFD247

#FFD247
(255,210,71)
#FFD657
(255,214,87)
#FFDA67
(255,218,103)
#FFDE77
(255,222,119)
#FFE287
(255,226,135)
#FFE697
(255,230,151)
#FFEAA7
(255,234,167)
#FFEEB7
(255,238,183)
#FFF2C7
(255,242,199)
#FFF6D7
(255,246,215)
#FFFAE7
(255,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD247 color. Also use rgb(255,210,71) instead hex code.

Text Font Color

.myTextColor { color: #FFD247; }

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

This text font color is #FFD247.


Background Color

.myBgColor { background-color: #FFD247; }

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

This div background color is #FFD247.


Border color

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

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

This div border color is #FFD247.


Opacity

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

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

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

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

This text has shadow with #FFD247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD247 on black background.


Color preview on white background

This text has color #FFD247 on white background.



Black color preview on #FFD247 background

This text has black color on #FFD247 background.


White color preview on #FFD247 background

This text has white color on #FFD247 background.