COLOR #F9C78D

HEX: #F9C78D
RGB: (249,199,141)

Color info

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

RGB color model

#F9C78D color RGB value is (249,199,141).

  • red value is 249;
  • green value is 199;
  • blue value is 141.
RGB:
(249,199,141)
(98%,78%,55%)

RGB channels and saturation

R 249 of 255 = 98%
G 199 of 255 = 78%
B 141 of 255 = 55%

249
199
141

R + G + B ~ 77%. #F9C78D is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 199 + 141 = 589 (100%)
R 249 of 589 ~ 42.28%
G 199 of 589 ~ 33.79%
B 141 of 589 ~ 23.94%

%42.28
%33.79
%23.94

CMYK color model

#F9C78D color CMYK value is (0,20,43,2).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 43.37%
  • key color value is 2.35%
CMYK:
(0,20,43,2)
C0M20Y43K2 
(0%,20%,43%,2%)
(0.00/0.20/0.43/0.02)	

CMYK percentages

%0
%20.08
%43.37
%2.35

Codes

Color #F9C78D in popluar color models

F9C78D
RGB249199141
HSL32°90.00%76.47%
HSB/HSV32°43.37%97.65%
CMYK0.00%20.08%43.37%
2.35%

Color #F9C78D in popluar number systems.

HEXF9C78D
Decimal249199141
Binary111110011100011110001101
Octal371307215

Shades and tints

Shades of #F9C78D

#F9C78D
(249,199,141)
#E3B581
(227,181,129)
#CDA375
(205,163,117)
#B79169
(183,145,105)
#A17F5D
(161,127,93)
#8B6D51
(139,109,81)
#755B45
(117,91,69)
#5F4939
(95,73,57)
#49372D
(73,55,45)
#332521
(51,37,33)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #F9C78D

#F9C78D
(249,199,141)
#F9CC97
(249,204,151)
#F9D1A1
(249,209,161)
#F9D6AB
(249,214,171)
#F9DBB5
(249,219,181)
#F9E0BF
(249,224,191)
#F9E5C9
(249,229,201)
#F9EAD3
(249,234,211)
#F9EFDD
(249,239,221)
#F9F4E7
(249,244,231)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C78D color. Also use rgb(249,199,141) instead hex code.

Text Font Color

.myTextColor { color: #F9C78D; }

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

This text font color is #F9C78D.


Background Color

.myBgColor { background-color: #F9C78D; }

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

This div background color is #F9C78D.


Border color

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

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

This div border color is #F9C78D.


Opacity

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

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

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

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

This text has shadow with #F9C78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C78D on black background.


Color preview on white background

This text has color #F9C78D on white background.



Black color preview on #F9C78D background

This text has black color on #F9C78D background.


White color preview on #F9C78D background

This text has white color on #F9C78D background.