COLOR #F5AC65

HEX: #F5AC65
RGB: (245,172,101)

Color info

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

RGB color model

#F5AC65 color RGB value is (245,172,101).

  • red value is 245;
  • green value is 172;
  • blue value is 101.
RGB:
(245,172,101)
(96%,67%,40%)

RGB channels and saturation

R 245 of 255 = 96%
G 172 of 255 = 67%
B 101 of 255 = 40%

245
172
101

R + G + B ~ 68%. #F5AC65 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 172 + 101 = 518 (100%)
R 245 of 518 ~ 47.3%
G 172 of 518 ~ 33.2%
B 101 of 518 ~ 19.5%

%47.3
%33.2
%19.5

CMYK color model

#F5AC65 color CMYK value is (0,30,59,4).

  • cyan value is 0.00%
  • magenta value is 29.80%
  • yellow value is 58.78%
  • key color value is 3.92%
CMYK:
(0,30,59,4)
C0M30Y59K4 
(0%,30%,59%,4%)
(0.00/0.30/0.59/0.04)	

CMYK percentages

%0
%29.8
%58.78
%3.92

Codes

Color #F5AC65 in popluar color models

F5AC65
RGB245172101
HSL30°87.80%67.84%
HSB/HSV30°58.78%96.08%
CMYK0.00%29.80%58.78%
3.92%

Color #F5AC65 in popluar number systems.

HEXF5AC65
Decimal245172101
Binary11110101101011001100101
Octal365254145

Shades and tints

Shades of #F5AC65

#F5AC65
(245,172,101)
#DF9D5C
(223,157,92)
#C98E53
(201,142,83)
#B37F4A
(179,127,74)
#9D7041
(157,112,65)
#876138
(135,97,56)
#71522F
(113,82,47)
#5B4326
(91,67,38)
#45341D
(69,52,29)
#2F2514
(47,37,20)
#19160B
(25,22,11)
#000000
(0,0,0)

Tints of #F5AC65

#F5AC65
(245,172,101)
#F5B373
(245,179,115)
#F5BA81
(245,186,129)
#F5C18F
(245,193,143)
#F5C89D
(245,200,157)
#F5CFAB
(245,207,171)
#F5D6B9
(245,214,185)
#F5DDC7
(245,221,199)
#F5E4D5
(245,228,213)
#F5EBE3
(245,235,227)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5AC65 color. Also use rgb(245,172,101) instead hex code.

Text Font Color

.myTextColor { color: #F5AC65; }

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

This text font color is #F5AC65.


Background Color

.myBgColor { background-color: #F5AC65; }

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

This div background color is #F5AC65.


Border color

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

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

This div border color is #F5AC65.


Opacity

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

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

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

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

This text has shadow with #F5AC65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5AC65 on black background.


Color preview on white background

This text has color #F5AC65 on white background.



Black color preview on #F5AC65 background

This text has black color on #F5AC65 background.


White color preview on #F5AC65 background

This text has white color on #F5AC65 background.