COLOR #F5DC80

HEX: #F5DC80
RGB: (245,220,128)

Color info

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

RGB color model

#F5DC80 color RGB value is (245,220,128).

  • red value is 245;
  • green value is 220;
  • blue value is 128.
RGB:
(245,220,128)
(96%,86%,50%)

RGB channels and saturation

R 245 of 255 = 96%
G 220 of 255 = 86%
B 128 of 255 = 50%

245
220
128

R + G + B ~ 77%. #F5DC80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 220 + 128 = 593 (100%)
R 245 of 593 ~ 41.32%
G 220 of 593 ~ 37.1%
B 128 of 593 ~ 21.59%

%41.32
%37.1
%21.59

CMYK color model

#F5DC80 color CMYK value is (0,10,48,4).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 47.76%
  • key color value is 3.92%
CMYK:
(0,10,48,4)
C0M10Y48K4 
(0%,10%,48%,4%)
(0.00/0.10/0.48/0.04)	

CMYK percentages

%0
%10.2
%47.76
%3.92

Codes

Color #F5DC80 in popluar color models

F5DC80
RGB245220128
HSL47°85.40%73.14%
HSB/HSV47°47.76%96.08%
CMYK0.00%10.20%47.76%
3.92%

Color #F5DC80 in popluar number systems.

HEXF5DC80
Decimal245220128
Binary111101011101110010000000
Octal365334200

Shades and tints

Shades of #F5DC80

#F5DC80
(245,220,128)
#DFC875
(223,200,117)
#C9B46A
(201,180,106)
#B3A05F
(179,160,95)
#9D8C54
(157,140,84)
#877849
(135,120,73)
#71643E
(113,100,62)
#5B5033
(91,80,51)
#453C28
(69,60,40)
#2F281D
(47,40,29)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #F5DC80

#F5DC80
(245,220,128)
#F5DF8B
(245,223,139)
#F5E296
(245,226,150)
#F5E5A1
(245,229,161)
#F5E8AC
(245,232,172)
#F5EBB7
(245,235,183)
#F5EEC2
(245,238,194)
#F5F1CD
(245,241,205)
#F5F4D8
(245,244,216)
#F5F7E3
(245,247,227)
#F5FAEE
(245,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DC80 color. Also use rgb(245,220,128) instead hex code.

Text Font Color

.myTextColor { color: #F5DC80; }

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

This text font color is #F5DC80.


Background Color

.myBgColor { background-color: #F5DC80; }

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

This div background color is #F5DC80.


Border color

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

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

This div border color is #F5DC80.


Opacity

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

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

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

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

This text has shadow with #F5DC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DC80 on black background.


Color preview on white background

This text has color #F5DC80 on white background.



Black color preview on #F5DC80 background

This text has black color on #F5DC80 background.


White color preview on #F5DC80 background

This text has white color on #F5DC80 background.