COLOR #F9C698

HEX: #F9C698
RGB: (249,198,152)

Color info

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

RGB color model

#F9C698 color RGB value is (249,198,152).

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

RGB channels and saturation

R 249 of 255 = 98%
G 198 of 255 = 78%
B 152 of 255 = 60%

249
198
152

R + G + B ~ 79%. #F9C698 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 198 + 152 = 599 (100%)
R 249 of 599 ~ 41.57%
G 198 of 599 ~ 33.06%
B 152 of 599 ~ 25.38%

%41.57
%33.06
%25.38

CMYK color model

#F9C698 color CMYK value is (0,20,39,2).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 38.96%
  • key color value is 2.35%
CMYK:
(0,20,39,2)
C0M20Y39K2 
(0%,20%,39%,2%)
(0.00/0.20/0.39/0.02)	

CMYK percentages

%0
%20.48
%38.96
%2.35

Codes

Color #F9C698 in popluar color models

F9C698
RGB249198152
HSL28°88.99%78.63%
HSB/HSV28°38.96%97.65%
CMYK0.00%20.48%38.96%
2.35%

Color #F9C698 in popluar number systems.

HEXF9C698
Decimal249198152
Binary111110011100011010011000
Octal371306230

Shades and tints

Shades of #F9C698

#F9C698
(249,198,152)
#E3B48B
(227,180,139)
#CDA27E
(205,162,126)
#B79071
(183,144,113)
#A17E64
(161,126,100)
#8B6C57
(139,108,87)
#755A4A
(117,90,74)
#5F483D
(95,72,61)
#493630
(73,54,48)
#332423
(51,36,35)
#1D1216
(29,18,22)
#000000
(0,0,0)

Tints of #F9C698

#F9C698
(249,198,152)
#F9CBA1
(249,203,161)
#F9D0AA
(249,208,170)
#F9D5B3
(249,213,179)
#F9DABC
(249,218,188)
#F9DFC5
(249,223,197)
#F9E4CE
(249,228,206)
#F9E9D7
(249,233,215)
#F9EEE0
(249,238,224)
#F9F3E9
(249,243,233)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9C698; }

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

This text font color is #F9C698.


Background Color

.myBgColor { background-color: #F9C698; }

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

This div background color is #F9C698.


Border color

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

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

This div border color is #F9C698.


Opacity

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

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

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

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

This text has shadow with #F9C698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C698 on black background.


Color preview on white background

This text has color #F9C698 on white background.



Black color preview on #F9C698 background

This text has black color on #F9C698 background.


White color preview on #F9C698 background

This text has white color on #F9C698 background.