COLOR #F8AF92

HEX: #F8AF92
RGB: (248,175,146)

Color info

#F8AF92 contains mainly red color. Web safe color of #F8AF92 is #FF9999 (or #F99).

RGB color model

#F8AF92 color RGB value is (248,175,146).

  • red value is 248;
  • green value is 175;
  • blue value is 146.
RGB:
(248,175,146)
(97%,69%,57%)

RGB channels and saturation

R 248 of 255 = 97%
G 175 of 255 = 69%
B 146 of 255 = 57%

248
175
146

R + G + B ~ 74%. #F8AF92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 175 + 146 = 569 (100%)
R 248 of 569 ~ 43.59%
G 175 of 569 ~ 30.76%
B 146 of 569 ~ 25.66%

%43.59
%30.76
%25.66

CMYK color model

#F8AF92 color CMYK value is (0,29,41,3).

  • cyan value is 0.00%
  • magenta value is 29.44%
  • yellow value is 41.13%
  • key color value is 2.75%
CMYK:
(0,29,41,3)
C0M29Y41K3 
(0%,29%,41%,3%)
(0.00/0.29/0.41/0.03)	

CMYK percentages

%0
%29.44
%41.13
%2.75

Codes

Color #F8AF92 in popluar color models

F8AF92
RGB248175146
HSL17°87.93%77.25%
HSB/HSV17°41.13%97.25%
CMYK0.00%29.44%41.13%
2.75%

Color #F8AF92 in popluar number systems.

HEXF8AF92
Decimal248175146
Binary111110001010111110010010
Octal370257222

Shades and tints

Shades of #F8AF92

#F8AF92
(248,175,146)
#E2A085
(226,160,133)
#CC9178
(204,145,120)
#B6826B
(182,130,107)
#A0735E
(160,115,94)
#8A6451
(138,100,81)
#745544
(116,85,68)
#5E4637
(94,70,55)
#48372A
(72,55,42)
#32281D
(50,40,29)
#1C1910
(28,25,16)
#000000
(0,0,0)

Tints of #F8AF92

#F8AF92
(248,175,146)
#F8B69B
(248,182,155)
#F8BDA4
(248,189,164)
#F8C4AD
(248,196,173)
#F8CBB6
(248,203,182)
#F8D2BF
(248,210,191)
#F8D9C8
(248,217,200)
#F8E0D1
(248,224,209)
#F8E7DA
(248,231,218)
#F8EEE3
(248,238,227)
#F8F5EC
(248,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8AF92; }

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

This text font color is #F8AF92.


Background Color

.myBgColor { background-color: #F8AF92; }

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

This div background color is #F8AF92.


Border color

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

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

This div border color is #F8AF92.


Opacity

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

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

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

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

This text has shadow with #F8AF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8AF92 on black background.


Color preview on white background

This text has color #F8AF92 on white background.



Black color preview on #F8AF92 background

This text has black color on #F8AF92 background.


White color preview on #F8AF92 background

This text has white color on #F8AF92 background.