COLOR #F5AC6E

HEX: #F5AC6E
RGB: (245,172,110)

Color info

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

RGB color model

#F5AC6E color RGB value is (245,172,110).

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

RGB channels and saturation

R 245 of 255 = 96%
G 172 of 255 = 67%
B 110 of 255 = 43%

245
172
110

R + G + B ~ 69%. #F5AC6E is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 172 + 110 = 527 (100%)
R 245 of 527 ~ 46.49%
G 172 of 527 ~ 32.64%
B 110 of 527 ~ 20.87%

%46.49
%32.64
%20.87

CMYK color model

#F5AC6E color CMYK value is (0,30,55,4).

  • cyan value is 0.00%
  • magenta value is 29.80%
  • yellow value is 55.10%
  • key color value is 3.92%
CMYK:
(0,30,55,4)
C0M30Y55K4 
(0%,30%,55%,4%)
(0.00/0.30/0.55/0.04)	

CMYK percentages

%0
%29.8
%55.1
%3.92

Codes

Color #F5AC6E in popluar color models

F5AC6E
RGB245172110
HSL28°87.10%69.61%
HSB/HSV28°55.10%96.08%
CMYK0.00%29.80%55.10%
3.92%

Color #F5AC6E in popluar number systems.

HEXF5AC6E
Decimal245172110
Binary11110101101011001101110
Octal365254156

Shades and tints

Shades of #F5AC6E

#F5AC6E
(245,172,110)
#DF9D64
(223,157,100)
#C98E5A
(201,142,90)
#B37F50
(179,127,80)
#9D7046
(157,112,70)
#87613C
(135,97,60)
#715232
(113,82,50)
#5B4328
(91,67,40)
#45341E
(69,52,30)
#2F2514
(47,37,20)
#19160A
(25,22,10)
#000000
(0,0,0)

Tints of #F5AC6E

#F5AC6E
(245,172,110)
#F5B37B
(245,179,123)
#F5BA88
(245,186,136)
#F5C195
(245,193,149)
#F5C8A2
(245,200,162)
#F5CFAF
(245,207,175)
#F5D6BC
(245,214,188)
#F5DDC9
(245,221,201)
#F5E4D6
(245,228,214)
#F5EBE3
(245,235,227)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5AC6E; }

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

This text font color is #F5AC6E.


Background Color

.myBgColor { background-color: #F5AC6E; }

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

This div background color is #F5AC6E.


Border color

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

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

This div border color is #F5AC6E.


Opacity

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

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

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

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

This text has shadow with #F5AC6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5AC6E on black background.


Color preview on white background

This text has color #F5AC6E on white background.



Black color preview on #F5AC6E background

This text has black color on #F5AC6E background.


White color preview on #F5AC6E background

This text has white color on #F5AC6E background.