COLOR #FFD845

HEX: #FFD845
RGB: (255,216,69)

Color info

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

RGB color model

#FFD845 color RGB value is (255,216,69).

  • red value is 255;
  • green value is 216;
  • blue value is 69.
RGB:
(255,216,69)
(100%,85%,27%)

RGB channels and saturation

R 255 of 255 = 100%
G 216 of 255 = 85%
B 69 of 255 = 27%

255
216
69

R + G + B ~ 71%. #FFD845 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 216 + 69 = 540 (100%)
R 255 of 540 ~ 47.22%
G 216 of 540 ~ 40%
B 69 of 540 ~ 12.78%

%47.22
%40
%12.78

CMYK color model

#FFD845 color CMYK value is (0,15,73,0).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 72.94%
  • key color value is 0.00%
CMYK:
(0,15,73,0)
C0M15Y73K0 
(0%,15%,73%,0%)
(0.00/0.15/0.73/0.00)	

CMYK percentages

%0
%15.29
%72.94
%0

Codes

Color #FFD845 in popluar color models

FFD845
RGB25521669
HSL47°100.00%63.53%
HSB/HSV47°72.94%100.00%
CMYK0.00%15.29%72.94%
0.00%

Color #FFD845 in popluar number systems.

HEXFFD845
Decimal25521669
Binary11111111110110001000101
Octal377330105

Shades and tints

Shades of #FFD845

#FFD845
(255,216,69)
#E8C53F
(232,197,63)
#D1B239
(209,178,57)
#BA9F33
(186,159,51)
#A38C2D
(163,140,45)
#8C7927
(140,121,39)
#756621
(117,102,33)
#5E531B
(94,83,27)
#474015
(71,64,21)
#302D0F
(48,45,15)
#191A09
(25,26,9)
#000000
(0,0,0)

Tints of #FFD845

#FFD845
(255,216,69)
#FFDB55
(255,219,85)
#FFDE65
(255,222,101)
#FFE175
(255,225,117)
#FFE485
(255,228,133)
#FFE795
(255,231,149)
#FFEAA5
(255,234,165)
#FFEDB5
(255,237,181)
#FFF0C5
(255,240,197)
#FFF3D5
(255,243,213)
#FFF6E5
(255,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD845 color. Also use rgb(255,216,69) instead hex code.

Text Font Color

.myTextColor { color: #FFD845; }

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

This text font color is #FFD845.


Background Color

.myBgColor { background-color: #FFD845; }

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

This div background color is #FFD845.


Border color

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

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

This div border color is #FFD845.


Opacity

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

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

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

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

This text has shadow with #FFD845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD845 on black background.


Color preview on white background

This text has color #FFD845 on white background.



Black color preview on #FFD845 background

This text has black color on #FFD845 background.


White color preview on #FFD845 background

This text has white color on #FFD845 background.