COLOR #F5A966

HEX: #F5A966
RGB: (245,169,102)

Color info

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

RGB color model

#F5A966 color RGB value is (245,169,102).

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

RGB channels and saturation

R 245 of 255 = 96%
G 169 of 255 = 66%
B 102 of 255 = 40%

245
169
102

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

Portions of RGB colors in percentages

R + G + B =
245 + 169 + 102 = 516 (100%)
R 245 of 516 ~ 47.48%
G 169 of 516 ~ 32.75%
B 102 of 516 ~ 19.77%

%47.48
%32.75
%19.77

CMYK color model

#F5A966 color CMYK value is (0,31,58,4).

  • cyan value is 0.00%
  • magenta value is 31.02%
  • yellow value is 58.37%
  • key color value is 3.92%
CMYK:
(0,31,58,4)
C0M31Y58K4 
(0%,31%,58%,4%)
(0.00/0.31/0.58/0.04)	

CMYK percentages

%0
%31.02
%58.37
%3.92

Codes

Color #F5A966 in popluar color models

F5A966
RGB245169102
HSL28°87.73%68.04%
HSB/HSV28°58.37%96.08%
CMYK0.00%31.02%58.37%
3.92%

Color #F5A966 in popluar number systems.

HEXF5A966
Decimal245169102
Binary11110101101010011100110
Octal365251146

Shades and tints

Shades of #F5A966

#F5A966
(245,169,102)
#DF9A5D
(223,154,93)
#C98B54
(201,139,84)
#B37C4B
(179,124,75)
#9D6D42
(157,109,66)
#875E39
(135,94,57)
#714F30
(113,79,48)
#5B4027
(91,64,39)
#45311E
(69,49,30)
#2F2215
(47,34,21)
#19130C
(25,19,12)
#000000
(0,0,0)

Tints of #F5A966

#F5A966
(245,169,102)
#F5B073
(245,176,115)
#F5B780
(245,183,128)
#F5BE8D
(245,190,141)
#F5C59A
(245,197,154)
#F5CCA7
(245,204,167)
#F5D3B4
(245,211,180)
#F5DAC1
(245,218,193)
#F5E1CE
(245,225,206)
#F5E8DB
(245,232,219)
#F5EFE8
(245,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5A966; }

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

This text font color is #F5A966.


Background Color

.myBgColor { background-color: #F5A966; }

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

This div background color is #F5A966.


Border color

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

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

This div border color is #F5A966.


Opacity

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

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

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

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

This text has shadow with #F5A966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5A966 on black background.


Color preview on white background

This text has color #F5A966 on white background.



Black color preview on #F5A966 background

This text has black color on #F5A966 background.


White color preview on #F5A966 background

This text has white color on #F5A966 background.