COLOR #F8A673

HEX: #F8A673 RGB: (248,166,115)

Color info

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

RGB color model

#F8A673 color RGB value is (248,166,115).

RGB: (248,166,115) (97%, 65%, 45%)

RGB channels and saturation

R 248 of 255 = 97%
G 166 of 255 = 65%
B 115 of 255 = 45%

248
166
115

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

Portions of RGB colors in percentages

R + G + B = 248 + 166 + 115 = 529 (100%)
R 248 of 529 ~ 46.88%
G 166 of 529 ~ 31.38%
B 115 of 529 ~ 21.74'%

%46.88
%31.38
%21.74

CMYK color model

#F8A673 color CMYK value is (0,33,54,3).

  • cyan value is 0.00%
  • magenta value is 33.06%
  • yellow value is 53.63%
  • key color value is 2.75%

CMYK: (0,33,54,3)
C0M33Y54K3 (0%, 33%, 54%, 3%)
(0.00 / 0.33 / 0.54 / 0.03)

CMYK percentages

%0
%33.06
%53.63
%2.75

Codes

Color #F8A673 in popluar color models

F8 A6 73
RGB 248 166 115
HSL 23° 90.48% 71.18%
HSB/HSV 23° 53.63% 97.25%
CMYK 0.00% 33.06% 53.63%
2.75%

Color #F8A673 in popluar number systems.

HEX F8 A6 73
Decimal 248 166 115
Binary 11111000 10100110 1110011
Octal 370 246 163

Shades and tints

Shades of #F8A673

#F8A673
(248,166,115)
#E29769
(226,151,105)
#CC885F
(204,136,95)
#B67955
(182,121,85)
#A06A4B
(160,106,75)
#8A5B41
(138,91,65)
#744C37
(116,76,55)
#5E3D2D
(94,61,45)
#482E23
(72,46,35)
#321F19
(50,31,25)
#1C100F
(28,16,15)
#000000
(0,0,0)

Tints of #F8A673

#F8A673
(248,166,115)
#F8AE7F
(248,174,127)
#F8B68B
(248,182,139)
#F8BE97
(248,190,151)
#F8C6A3
(248,198,163)
#F8CEAF
(248,206,175)
#F8D6BB
(248,214,187)
#F8DEC7
(248,222,199)
#F8E6D3
(248,230,211)
#F8EEDF
(248,238,223)
#F8F6EB
(248,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8A673 color. Also use rgb(248,166,115) instead hex code.

Text Font Color

.myTextColor { color: #F8A673; }

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

This text font color is #F8A673.

Background Color

.myBgColor { background-color: #F8A673; }

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

This div background color is #F8A673.

Border color

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

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

This div border color is #F8A673.

Opacity

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

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

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

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

This text has shadow with #F8A673 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8A673.

Preview

Color preview on black background

This text has color #F8A673 on black background.


Color preview on white background

This text has color #F8A673 on white background.


Black color preview on #F8A673 background

This text has black color on #F8A673 background.


White color preview on #F8A673 background

This text has white color on #F8A673 background.


Related colors

Complementary color

Complementary color for #hex is #07598C.


I love getcolorcode.com

Triadic colors

1 #73F8A6 and #A673F8 with #F8A673 are triadic colors.

2 #73A6F8 and #A6F873 with #F8A673 are triadic colors.