COLOR #F1AF86

HEX: #F1AF86
RGB: (241,175,134)

Color info

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

RGB color model

#F1AF86 color RGB value is (241,175,134).

  • red value is 241;
  • green value is 175;
  • blue value is 134.
RGB:
(241,175,134)
(95%,69%,53%)

RGB channels and saturation

R 241 of 255 = 95%
G 175 of 255 = 69%
B 134 of 255 = 53%

241
175
134

R + G + B ~ 72%. #F1AF86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 175 + 134 = 550 (100%)
R 241 of 550 ~ 43.82%
G 175 of 550 ~ 31.82%
B 134 of 550 ~ 24.36%

%43.82
%31.82
%24.36

CMYK color model

#F1AF86 color CMYK value is (0,27,44,5).

  • cyan value is 0.00%
  • magenta value is 27.39%
  • yellow value is 44.40%
  • key color value is 5.49%
CMYK:
(0,27,44,5)
C0M27Y44K5 
(0%,27%,44%,5%)
(0.00/0.27/0.44/0.05)	

CMYK percentages

%0
%27.39
%44.4
%5.49

Codes

Color #F1AF86 in popluar color models

F1AF86
RGB241175134
HSL23°79.26%73.53%
HSB/HSV23°44.40%94.51%
CMYK0.00%27.39%44.40%
5.49%

Color #F1AF86 in popluar number systems.

HEXF1AF86
Decimal241175134
Binary111100011010111110000110
Octal361257206

Shades and tints

Shades of #F1AF86

#F1AF86
(241,175,134)
#DCA07A
(220,160,122)
#C7916E
(199,145,110)
#B28262
(178,130,98)
#9D7356
(157,115,86)
#88644A
(136,100,74)
#73553E
(115,85,62)
#5E4632
(94,70,50)
#493726
(73,55,38)
#34281A
(52,40,26)
#1F190E
(31,25,14)
#000000
(0,0,0)

Tints of #F1AF86

#F1AF86
(241,175,134)
#F2B691
(242,182,145)
#F3BD9C
(243,189,156)
#F4C4A7
(244,196,167)
#F5CBB2
(245,203,178)
#F6D2BD
(246,210,189)
#F7D9C8
(247,217,200)
#F8E0D3
(248,224,211)
#F9E7DE
(249,231,222)
#FAEEE9
(250,238,233)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1AF86 color. Also use rgb(241,175,134) instead hex code.

Text Font Color

.myTextColor { color: #F1AF86; }

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

This text font color is #F1AF86.


Background Color

.myBgColor { background-color: #F1AF86; }

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

This div background color is #F1AF86.


Border color

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

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

This div border color is #F1AF86.


Opacity

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

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

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

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

This text has shadow with #F1AF86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1AF86 on black background.


Color preview on white background

This text has color #F1AF86 on white background.



Black color preview on #F1AF86 background

This text has black color on #F1AF86 background.


White color preview on #F1AF86 background

This text has white color on #F1AF86 background.