COLOR #F9BD96

HEX: #F9BD96
RGB: (249,189,150)

Color info

#F9BD96 contains mainly red color. Web safe color of #F9BD96 is #FFCC99 (or #FC9).

RGB color model

#F9BD96 color RGB value is (249,189,150).

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

RGB channels and saturation

R 249 of 255 = 98%
G 189 of 255 = 74%
B 150 of 255 = 59%

249
189
150

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

Portions of RGB colors in percentages

R + G + B =
249 + 189 + 150 = 588 (100%)
R 249 of 588 ~ 42.35%
G 189 of 588 ~ 32.14%
B 150 of 588 ~ 25.51%

%42.35
%32.14
%25.51

CMYK color model

#F9BD96 color CMYK value is (0,24,40,2).

  • cyan value is 0.00%
  • magenta value is 24.10%
  • yellow value is 39.76%
  • key color value is 2.35%
CMYK:
(0,24,40,2)
C0M24Y40K2 
(0%,24%,40%,2%)
(0.00/0.24/0.40/0.02)	

CMYK percentages

%0
%24.1
%39.76
%2.35

Codes

Color #F9BD96 in popluar color models

F9BD96
RGB249189150
HSL24°89.19%78.24%
HSB/HSV24°39.76%97.65%
CMYK0.00%24.10%39.76%
2.35%

Color #F9BD96 in popluar number systems.

HEXF9BD96
Decimal249189150
Binary111110011011110110010110
Octal371275226

Shades and tints

Shades of #F9BD96

#F9BD96
(249,189,150)
#E3AC89
(227,172,137)
#CD9B7C
(205,155,124)
#B78A6F
(183,138,111)
#A17962
(161,121,98)
#8B6855
(139,104,85)
#755748
(117,87,72)
#5F463B
(95,70,59)
#49352E
(73,53,46)
#332421
(51,36,33)
#1D1314
(29,19,20)
#000000
(0,0,0)

Tints of #F9BD96

#F9BD96
(249,189,150)
#F9C39F
(249,195,159)
#F9C9A8
(249,201,168)
#F9CFB1
(249,207,177)
#F9D5BA
(249,213,186)
#F9DBC3
(249,219,195)
#F9E1CC
(249,225,204)
#F9E7D5
(249,231,213)
#F9EDDE
(249,237,222)
#F9F3E7
(249,243,231)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9BD96; }

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

This text font color is #F9BD96.


Background Color

.myBgColor { background-color: #F9BD96; }

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

This div background color is #F9BD96.


Border color

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

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

This div border color is #F9BD96.


Opacity

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

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

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

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

This text has shadow with #F9BD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BD96 on black background.


Color preview on white background

This text has color #F9BD96 on white background.



Black color preview on #F9BD96 background

This text has black color on #F9BD96 background.


White color preview on #F9BD96 background

This text has white color on #F9BD96 background.