COLOR #F9CE9B

HEX: #F9CE9B RGB: (249,206,155)

Color info

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

RGB color model

#F9CE9B color RGB value is (249,206,155).

RGB: (249,206,155) (98%, 81%, 61%)

RGB channels and saturation

R 249 of 255 = 98%
G 206 of 255 = 81%
B 155 of 255 = 61%

249
206
155

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

Portions of RGB colors in percentages

R + G + B = 249 + 206 + 155 = 610 (100%)
R 249 of 610 ~ 40.82%
G 206 of 610 ~ 33.77%
B 155 of 610 ~ 25.41'%

%40.82
%33.77
%25.41

CMYK color model

#F9CE9B color CMYK value is (0,17,38,2).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 37.75%
  • key color value is 2.35%

CMYK: (0,17,38,2)
C0M17Y38K2 (0%, 17%, 38%, 2%)
(0.00 / 0.17 / 0.38 / 0.02)

CMYK percentages

%0
%17.27
%37.75
%2.35

Codes

Color #F9CE9B in popluar color models

F9 CE 9B
RGB 249 206 155
HSL 33° 88.68% 79.22%
HSB/HSV 33° 37.75% 97.65%
CMYK 0.00% 17.27% 37.75%
2.35%

Color #F9CE9B in popluar number systems.

HEX F9 CE 9B
Decimal 249 206 155
Binary 11111001 11001110 10011011
Octal 371 316 233

Shades and tints

Shades of #F9CE9B

#F9CE9B
(249,206,155)
#E3BC8D
(227,188,141)
#CDAA7F
(205,170,127)
#B79871
(183,152,113)
#A18663
(161,134,99)
#8B7455
(139,116,85)
#756247
(117,98,71)
#5F5039
(95,80,57)
#493E2B
(73,62,43)
#332C1D
(51,44,29)
#1D1A0F
(29,26,15)
#000000
(0,0,0)

Tints of #F9CE9B

#F9CE9B
(249,206,155)
#F9D2A4
(249,210,164)
#F9D6AD
(249,214,173)
#F9DAB6
(249,218,182)
#F9DEBF
(249,222,191)
#F9E2C8
(249,226,200)
#F9E6D1
(249,230,209)
#F9EADA
(249,234,218)
#F9EEE3
(249,238,227)
#F9F2EC
(249,242,236)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9CE9B color. Also use rgb(249,206,155) instead hex code.

Text Font Color

.myTextColor { color: #F9CE9B; }

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

This text font color is #F9CE9B.

Background Color

.myBgColor { background-color: #F9CE9B; }

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

This div background color is #F9CE9B.

Border color

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

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

This div border color is #F9CE9B.

Opacity

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

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

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

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

This text has shadow with #F9CE9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9CE9B.

Preview

Color preview on black background

This text has color #F9CE9B on black background.


Color preview on white background

This text has color #F9CE9B on white background.


Black color preview on #F9CE9B background

This text has black color on #F9CE9B background.


White color preview on #F9CE9B background

This text has white color on #F9CE9B background.


Related colors

Complementary color

Complementary color for #hex is #063164.


I love getcolorcode.com

Triadic colors

1 #9BF9CE and #CE9BF9 with #F9CE9B are triadic colors.

2 #9BCEF9 and #CEF99B with #F9CE9B are triadic colors.