COLOR #F8AF73

HEX: #F8AF73 RGB: (248,175,115)

Color info

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

RGB color model

#F8AF73 color RGB value is (248,175,115).

RGB: (248,175,115) (97%, 69%, 45%)

RGB channels and saturation

R 248 of 255 = 97%
G 175 of 255 = 69%
B 115 of 255 = 45%

248
175
115

R + G + B ~ 70%. #F8AF73 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 175 + 115 = 538 (100%)
R 248 of 538 ~ 46.1%
G 175 of 538 ~ 32.53%
B 115 of 538 ~ 21.38'%

%46.1
%32.53
%21.38

CMYK color model

#F8AF73 color CMYK value is (0,29,54,3).

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

CMYK: (0,29,54,3)
C0M29Y54K3 (0%, 29%, 54%, 3%)
(0.00 / 0.29 / 0.54 / 0.03)

CMYK percentages

%0
%29.44
%53.63
%2.75

Codes

Color #F8AF73 in popluar color models

F8 AF 73
RGB 248 175 115
HSL 27° 90.48% 71.18%
HSB/HSV 27° 53.63% 97.25%
CMYK 0.00% 29.44% 53.63%
2.75%

Color #F8AF73 in popluar number systems.

HEX F8 AF 73
Decimal 248 175 115
Binary 11111000 10101111 1110011
Octal 370 257 163

Shades and tints

Shades of #F8AF73

#F8AF73
(248,175,115)
#E2A069
(226,160,105)
#CC915F
(204,145,95)
#B68255
(182,130,85)
#A0734B
(160,115,75)
#8A6441
(138,100,65)
#745537
(116,85,55)
#5E462D
(94,70,45)
#483723
(72,55,35)
#322819
(50,40,25)
#1C190F
(28,25,15)
#000000
(0,0,0)

Tints of #F8AF73

#F8AF73
(248,175,115)
#F8B67F
(248,182,127)
#F8BD8B
(248,189,139)
#F8C497
(248,196,151)
#F8CBA3
(248,203,163)
#F8D2AF
(248,210,175)
#F8D9BB
(248,217,187)
#F8E0C7
(248,224,199)
#F8E7D3
(248,231,211)
#F8EEDF
(248,238,223)
#F8F5EB
(248,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8AF73; }

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

This text font color is #F8AF73.

Background Color

.myBgColor { background-color: #F8AF73; }

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

This div background color is #F8AF73.

Border color

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

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

This div border color is #F8AF73.

Opacity

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

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

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

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

This text has shadow with #F8AF73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8AF73.

Preview

Color preview on black background

This text has color #F8AF73 on black background.


Color preview on white background

This text has color #F8AF73 on white background.


Black color preview on #F8AF73 background

This text has black color on #F8AF73 background.


White color preview on #F8AF73 background

This text has white color on #F8AF73 background.


Related colors

Complementary color

Complementary color for #hex is #07508C.


I love getcolorcode.com

Triadic colors

1 #73F8AF and #AF73F8 with #F8AF73 are triadic colors.

2 #73AFF8 and #AFF873 with #F8AF73 are triadic colors.