COLOR #F9C6A5

HEX: #F9C6A5
RGB: (249,198,165)

Color info

#F9C6A5 contains mainly red and green colors. Web safe color of #F9C6A5 is #FFCC99 (or #FC9).

RGB color model

#F9C6A5 color RGB value is (249,198,165).

  • red value is 249;
  • green value is 198;
  • blue value is 165.
RGB:
(249,198,165)
(98%,78%,65%)

RGB channels and saturation

R 249 of 255 = 98%
G 198 of 255 = 78%
B 165 of 255 = 65%

249
198
165

R + G + B ~ 80%. #F9C6A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 198 + 165 = 612 (100%)
R 249 of 612 ~ 40.69%
G 198 of 612 ~ 32.35%
B 165 of 612 ~ 26.96%

%40.69
%32.35
%26.96

CMYK color model

#F9C6A5 color CMYK value is (0,20,34,2).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 33.73%
  • key color value is 2.35%
CMYK:
(0,20,34,2)
C0M20Y34K2 
(0%,20%,34%,2%)
(0.00/0.20/0.34/0.02)	

CMYK percentages

%0
%20.48
%33.73
%2.35

Codes

Color #F9C6A5 in popluar color models

F9C6A5
RGB249198165
HSL24°87.50%81.18%
HSB/HSV24°33.73%97.65%
CMYK0.00%20.48%33.73%
2.35%

Color #F9C6A5 in popluar number systems.

HEXF9C6A5
Decimal249198165
Binary111110011100011010100101
Octal371306245

Shades and tints

Shades of #F9C6A5

#F9C6A5
(249,198,165)
#E3B496
(227,180,150)
#CDA287
(205,162,135)
#B79078
(183,144,120)
#A17E69
(161,126,105)
#8B6C5A
(139,108,90)
#755A4B
(117,90,75)
#5F483C
(95,72,60)
#49362D
(73,54,45)
#33241E
(51,36,30)
#1D120F
(29,18,15)
#000000
(0,0,0)

Tints of #F9C6A5

#F9C6A5
(249,198,165)
#F9CBAD
(249,203,173)
#F9D0B5
(249,208,181)
#F9D5BD
(249,213,189)
#F9DAC5
(249,218,197)
#F9DFCD
(249,223,205)
#F9E4D5
(249,228,213)
#F9E9DD
(249,233,221)
#F9EEE5
(249,238,229)
#F9F3ED
(249,243,237)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C6A5 color. Also use rgb(249,198,165) instead hex code.

Text Font Color

.myTextColor { color: #F9C6A5; }

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

This text font color is #F9C6A5.


Background Color

.myBgColor { background-color: #F9C6A5; }

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

This div background color is #F9C6A5.


Border color

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

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

This div border color is #F9C6A5.


Opacity

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

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

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

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

This text has shadow with #F9C6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C6A5 on black background.


Color preview on white background

This text has color #F9C6A5 on white background.



Black color preview on #F9C6A5 background

This text has black color on #F9C6A5 background.


White color preview on #F9C6A5 background

This text has white color on #F9C6A5 background.