COLOR #F5A964

HEX: #F5A964
RGB: (245,169,100)

Color info

#F5A964 contains mainly red color. Web safe color of #F5A964 is #FF9966 (or #F96).

RGB color model

#F5A964 color RGB value is (245,169,100).

  • red value is 245;
  • green value is 169;
  • blue value is 100.
RGB:
(245,169,100)
(96%,66%,39%)

RGB channels and saturation

R 245 of 255 = 96%
G 169 of 255 = 66%
B 100 of 255 = 39%

245
169
100

R + G + B ~ 67%. #F5A964 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 169 + 100 = 514 (100%)
R 245 of 514 ~ 47.67%
G 169 of 514 ~ 32.88%
B 100 of 514 ~ 19.46%

%47.67
%32.88
%19.46

CMYK color model

#F5A964 color CMYK value is (0,31,59,4).

  • cyan value is 0.00%
  • magenta value is 31.02%
  • yellow value is 59.18%
  • key color value is 3.92%
CMYK:
(0,31,59,4)
C0M31Y59K4 
(0%,31%,59%,4%)
(0.00/0.31/0.59/0.04)	

CMYK percentages

%0
%31.02
%59.18
%3.92

Codes

Color #F5A964 in popluar color models

F5A964
RGB245169100
HSL29°87.88%67.65%
HSB/HSV29°59.18%96.08%
CMYK0.00%31.02%59.18%
3.92%

Color #F5A964 in popluar number systems.

HEXF5A964
Decimal245169100
Binary11110101101010011100100
Octal365251144

Shades and tints

Shades of #F5A964

#F5A964
(245,169,100)
#DF9A5B
(223,154,91)
#C98B52
(201,139,82)
#B37C49
(179,124,73)
#9D6D40
(157,109,64)
#875E37
(135,94,55)
#714F2E
(113,79,46)
#5B4025
(91,64,37)
#45311C
(69,49,28)
#2F2213
(47,34,19)
#19130A
(25,19,10)
#000000
(0,0,0)

Tints of #F5A964

#F5A964
(245,169,100)
#F5B072
(245,176,114)
#F5B780
(245,183,128)
#F5BE8E
(245,190,142)
#F5C59C
(245,197,156)
#F5CCAA
(245,204,170)
#F5D3B8
(245,211,184)
#F5DAC6
(245,218,198)
#F5E1D4
(245,225,212)
#F5E8E2
(245,232,226)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5A964 color. Also use rgb(245,169,100) instead hex code.

Text Font Color

.myTextColor { color: #F5A964; }

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

This text font color is #F5A964.


Background Color

.myBgColor { background-color: #F5A964; }

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

This div background color is #F5A964.


Border color

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

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

This div border color is #F5A964.


Opacity

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

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

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

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

This text has shadow with #F5A964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5A964 on black background.


Color preview on white background

This text has color #F5A964 on white background.



Black color preview on #F5A964 background

This text has black color on #F5A964 background.


White color preview on #F5A964 background

This text has white color on #F5A964 background.