COLOR #F9AA6B

HEX: #F9AA6B
RGB: (249,170,107)

Color info

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

RGB color model

#F9AA6B color RGB value is (249,170,107).

  • red value is 249;
  • green value is 170;
  • blue value is 107.
RGB:
(249,170,107)
(98%,67%,42%)

RGB channels and saturation

R 249 of 255 = 98%
G 170 of 255 = 67%
B 107 of 255 = 42%

249
170
107

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

Portions of RGB colors in percentages

R + G + B =
249 + 170 + 107 = 526 (100%)
R 249 of 526 ~ 47.34%
G 170 of 526 ~ 32.32%
B 107 of 526 ~ 20.34%

%47.34
%32.32
%20.34

CMYK color model

#F9AA6B color CMYK value is (0,32,57,2).

  • cyan value is 0.00%
  • magenta value is 31.73%
  • yellow value is 57.03%
  • key color value is 2.35%
CMYK:
(0,32,57,2)
C0M32Y57K2 
(0%,32%,57%,2%)
(0.00/0.32/0.57/0.02)	

CMYK percentages

%0
%31.73
%57.03
%2.35

Codes

Color #F9AA6B in popluar color models

F9AA6B
RGB249170107
HSL27°92.21%69.80%
HSB/HSV27°57.03%97.65%
CMYK0.00%31.73%57.03%
2.35%

Color #F9AA6B in popluar number systems.

HEXF9AA6B
Decimal249170107
Binary11111001101010101101011
Octal371252153

Shades and tints

Shades of #F9AA6B

#F9AA6B
(249,170,107)
#E39B62
(227,155,98)
#CD8C59
(205,140,89)
#B77D50
(183,125,80)
#A16E47
(161,110,71)
#8B5F3E
(139,95,62)
#755035
(117,80,53)
#5F412C
(95,65,44)
#493223
(73,50,35)
#33231A
(51,35,26)
#1D1411
(29,20,17)
#000000
(0,0,0)

Tints of #F9AA6B

#F9AA6B
(249,170,107)
#F9B178
(249,177,120)
#F9B885
(249,184,133)
#F9BF92
(249,191,146)
#F9C69F
(249,198,159)
#F9CDAC
(249,205,172)
#F9D4B9
(249,212,185)
#F9DBC6
(249,219,198)
#F9E2D3
(249,226,211)
#F9E9E0
(249,233,224)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9AA6B color. Also use rgb(249,170,107) instead hex code.

Text Font Color

.myTextColor { color: #F9AA6B; }

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

This text font color is #F9AA6B.


Background Color

.myBgColor { background-color: #F9AA6B; }

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

This div background color is #F9AA6B.


Border color

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

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

This div border color is #F9AA6B.


Opacity

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

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

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

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

This text has shadow with #F9AA6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9AA6B on black background.


Color preview on white background

This text has color #F9AA6B on white background.



Black color preview on #F9AA6B background

This text has black color on #F9AA6B background.


White color preview on #F9AA6B background

This text has white color on #F9AA6B background.