COLOR #F9C696

HEX: #F9C696
RGB: (249,198,150)

Color info

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

RGB color model

#F9C696 color RGB value is (249,198,150).

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

RGB channels and saturation

R 249 of 255 = 98%
G 198 of 255 = 78%
B 150 of 255 = 59%

249
198
150

R + G + B ~ 78%. #F9C696 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 198 + 150 = 597 (100%)
R 249 of 597 ~ 41.71%
G 198 of 597 ~ 33.17%
B 150 of 597 ~ 25.13%

%41.71
%33.17
%25.13

CMYK color model

#F9C696 color CMYK value is (0,20,40,2).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 39.76%
  • key color value is 2.35%
CMYK:
(0,20,40,2)
C0M20Y40K2 
(0%,20%,40%,2%)
(0.00/0.20/0.40/0.02)	

CMYK percentages

%0
%20.48
%39.76
%2.35

Codes

Color #F9C696 in popluar color models

F9C696
RGB249198150
HSL29°89.19%78.24%
HSB/HSV29°39.76%97.65%
CMYK0.00%20.48%39.76%
2.35%

Color #F9C696 in popluar number systems.

HEXF9C696
Decimal249198150
Binary111110011100011010010110
Octal371306226

Shades and tints

Shades of #F9C696

#F9C696
(249,198,150)
#E3B489
(227,180,137)
#CDA27C
(205,162,124)
#B7906F
(183,144,111)
#A17E62
(161,126,98)
#8B6C55
(139,108,85)
#755A48
(117,90,72)
#5F483B
(95,72,59)
#49362E
(73,54,46)
#332421
(51,36,33)
#1D1214
(29,18,20)
#000000
(0,0,0)

Tints of #F9C696

#F9C696
(249,198,150)
#F9CB9F
(249,203,159)
#F9D0A8
(249,208,168)
#F9D5B1
(249,213,177)
#F9DABA
(249,218,186)
#F9DFC3
(249,223,195)
#F9E4CC
(249,228,204)
#F9E9D5
(249,233,213)
#F9EEDE
(249,238,222)
#F9F3E7
(249,243,231)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9C696; }

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

This text font color is #F9C696.


Background Color

.myBgColor { background-color: #F9C696; }

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

This div background color is #F9C696.


Border color

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

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

This div border color is #F9C696.


Opacity

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

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

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

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

This text has shadow with #F9C696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C696 on black background.


Color preview on white background

This text has color #F9C696 on white background.



Black color preview on #F9C696 background

This text has black color on #F9C696 background.


White color preview on #F9C696 background

This text has white color on #F9C696 background.