COLOR #F5C96F

HEX: #F5C96F
RGB: (245,201,111)

Color info

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

RGB color model

#F5C96F color RGB value is (245,201,111).

  • red value is 245;
  • green value is 201;
  • blue value is 111.
RGB:
(245,201,111)
(96%,79%,44%)

RGB channels and saturation

R 245 of 255 = 96%
G 201 of 255 = 79%
B 111 of 255 = 44%

245
201
111

R + G + B ~ 73%. #F5C96F is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 201 + 111 = 557 (100%)
R 245 of 557 ~ 43.99%
G 201 of 557 ~ 36.09%
B 111 of 557 ~ 19.93%

%43.99
%36.09
%19.93

CMYK color model

#F5C96F color CMYK value is (0,18,55,4).

  • cyan value is 0.00%
  • magenta value is 17.96%
  • yellow value is 54.69%
  • key color value is 3.92%
CMYK:
(0,18,55,4)
C0M18Y55K4 
(0%,18%,55%,4%)
(0.00/0.18/0.55/0.04)	

CMYK percentages

%0
%17.96
%54.69
%3.92

Codes

Color #F5C96F in popluar color models

F5C96F
RGB245201111
HSL40°87.01%69.80%
HSB/HSV40°54.69%96.08%
CMYK0.00%17.96%54.69%
3.92%

Color #F5C96F in popluar number systems.

HEXF5C96F
Decimal245201111
Binary11110101110010011101111
Octal365311157

Shades and tints

Shades of #F5C96F

#F5C96F
(245,201,111)
#DFB765
(223,183,101)
#C9A55B
(201,165,91)
#B39351
(179,147,81)
#9D8147
(157,129,71)
#876F3D
(135,111,61)
#715D33
(113,93,51)
#5B4B29
(91,75,41)
#45391F
(69,57,31)
#2F2715
(47,39,21)
#19150B
(25,21,11)
#000000
(0,0,0)

Tints of #F5C96F

#F5C96F
(245,201,111)
#F5CD7C
(245,205,124)
#F5D189
(245,209,137)
#F5D596
(245,213,150)
#F5D9A3
(245,217,163)
#F5DDB0
(245,221,176)
#F5E1BD
(245,225,189)
#F5E5CA
(245,229,202)
#F5E9D7
(245,233,215)
#F5EDE4
(245,237,228)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C96F color. Also use rgb(245,201,111) instead hex code.

Text Font Color

.myTextColor { color: #F5C96F; }

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

This text font color is #F5C96F.


Background Color

.myBgColor { background-color: #F5C96F; }

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

This div background color is #F5C96F.


Border color

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

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

This div border color is #F5C96F.


Opacity

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

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

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

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

This text has shadow with #F5C96F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C96F on black background.


Color preview on white background

This text has color #F5C96F on white background.



Black color preview on #F5C96F background

This text has black color on #F5C96F background.


White color preview on #F5C96F background

This text has white color on #F5C96F background.