COLOR #F5D980

HEX: #F5D980 RGB: (245,217,128)

Color info

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

RGB color model

#F5D980 color RGB value is (245,217,128).

RGB: (245,217,128) (96%, 85%, 50%)

RGB channels and saturation

R 245 of 255 = 96%
G 217 of 255 = 85%
B 128 of 255 = 50%

245
217
128

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

Portions of RGB colors in percentages

R + G + B = 245 + 217 + 128 = 590 (100%)
R 245 of 590 ~ 41.53%
G 217 of 590 ~ 36.78%
B 128 of 590 ~ 21.69'%

%41.53
%36.78
%21.69

CMYK color model

#F5D980 color CMYK value is (0,11,48,4).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 47.76%
  • key color value is 3.92%

CMYK: (0,11,48,4)
C0M11Y48K4 (0%, 11%, 48%, 4%)
(0.00 / 0.11 / 0.48 / 0.04)

CMYK percentages

%0
%11.43
%47.76
%3.92

Codes

Color #F5D980 in popluar color models

F5 D9 80
RGB 245 217 128
HSL 46° 85.40% 73.14%
HSB/HSV 46° 47.76% 96.08%
CMYK 0.00% 11.43% 47.76%
3.92%

Color #F5D980 in popluar number systems.

HEX F5 D9 80
Decimal 245 217 128
Binary 11110101 11011001 10000000
Octal 365 331 200

Shades and tints

Shades of #F5D980

#F5D980
(245,217,128)
#DFC675
(223,198,117)
#C9B36A
(201,179,106)
#B3A05F
(179,160,95)
#9D8D54
(157,141,84)
#877A49
(135,122,73)
#71673E
(113,103,62)
#5B5433
(91,84,51)
#454128
(69,65,40)
#2F2E1D
(47,46,29)
#191B12
(25,27,18)
#000000
(0,0,0)

Tints of #F5D980

#F5D980
(245,217,128)
#F5DC8B
(245,220,139)
#F5DF96
(245,223,150)
#F5E2A1
(245,226,161)
#F5E5AC
(245,229,172)
#F5E8B7
(245,232,183)
#F5EBC2
(245,235,194)
#F5EECD
(245,238,205)
#F5F1D8
(245,241,216)
#F5F4E3
(245,244,227)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5D980; }

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

This text font color is #F5D980.

Background Color

.myBgColor { background-color: #F5D980; }

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

This div background color is #F5D980.

Border color

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

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

This div border color is #F5D980.

Opacity

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

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

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

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

This text has shadow with #F5D980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5D980.

Preview

Color preview on black background

This text has color #F5D980 on black background.


Color preview on white background

This text has color #F5D980 on white background.


Black color preview on #F5D980 background

This text has black color on #F5D980 background.


White color preview on #F5D980 background

This text has white color on #F5D980 background.


Related colors

Complementary color

Complementary color for #hex is #0A267F.


I love getcolorcode.com

Triadic colors

1 #80F5D9 and #D980F5 with #F5D980 are triadic colors.

2 #80D9F5 and #D9F580 with #F5D980 are triadic colors.