COLOR #F0AF99

HEX: #F0AF99
RGB: (240,175,153)

Color info

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

RGB color model

#F0AF99 color RGB value is (240,175,153).

  • red value is 240;
  • green value is 175;
  • blue value is 153.
RGB:
(240,175,153)
(94%,69%,60%)

RGB channels and saturation

R 240 of 255 = 94%
G 175 of 255 = 69%
B 153 of 255 = 60%

240
175
153

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

Portions of RGB colors in percentages

R + G + B =
240 + 175 + 153 = 568 (100%)
R 240 of 568 ~ 42.25%
G 175 of 568 ~ 30.81%
B 153 of 568 ~ 26.94%

%42.25
%30.81
%26.94

CMYK color model

#F0AF99 color CMYK value is (0,27,36,6).

  • cyan value is 0.00%
  • magenta value is 27.08%
  • yellow value is 36.25%
  • key color value is 5.88%
CMYK:
(0,27,36,6)
C0M27Y36K6 
(0%,27%,36%,6%)
(0.00/0.27/0.36/0.06)	

CMYK percentages

%0
%27.08
%36.25
%5.88

Codes

Color #F0AF99 in popluar color models

F0AF99
RGB240175153
HSL15°74.36%77.06%
HSB/HSV15°36.25%94.12%
CMYK0.00%27.08%36.25%
5.88%

Color #F0AF99 in popluar number systems.

HEXF0AF99
Decimal240175153
Binary111100001010111110011001
Octal360257231

Shades and tints

Shades of #F0AF99

#F0AF99
(240,175,153)
#DBA08C
(219,160,140)
#C6917F
(198,145,127)
#B18272
(177,130,114)
#9C7365
(156,115,101)
#876458
(135,100,88)
#72554B
(114,85,75)
#5D463E
(93,70,62)
#483731
(72,55,49)
#332824
(51,40,36)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #F0AF99

#F0AF99
(240,175,153)
#F1B6A2
(241,182,162)
#F2BDAB
(242,189,171)
#F3C4B4
(243,196,180)
#F4CBBD
(244,203,189)
#F5D2C6
(245,210,198)
#F6D9CF
(246,217,207)
#F7E0D8
(247,224,216)
#F8E7E1
(248,231,225)
#F9EEEA
(249,238,234)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0AF99 color. Also use rgb(240,175,153) instead hex code.

Text Font Color

.myTextColor { color: #F0AF99; }

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

This text font color is #F0AF99.


Background Color

.myBgColor { background-color: #F0AF99; }

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

This div background color is #F0AF99.


Border color

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

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

This div border color is #F0AF99.


Opacity

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

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

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

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

This text has shadow with #F0AF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0AF99 on black background.


Color preview on white background

This text has color #F0AF99 on white background.



Black color preview on #F0AF99 background

This text has black color on #F0AF99 background.


White color preview on #F0AF99 background

This text has white color on #F0AF99 background.