COLOR #F9DB95

HEX: #F9DB95
RGB: (249,219,149)

Color info

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

RGB color model

#F9DB95 color RGB value is (249,219,149).

  • red value is 249;
  • green value is 219;
  • blue value is 149.
RGB:
(249,219,149)
(98%,86%,58%)

RGB channels and saturation

R 249 of 255 = 98%
G 219 of 255 = 86%
B 149 of 255 = 58%

249
219
149

R + G + B ~ 81%. #F9DB95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 219 + 149 = 617 (100%)
R 249 of 617 ~ 40.36%
G 219 of 617 ~ 35.49%
B 149 of 617 ~ 24.15%

%40.36
%35.49
%24.15

CMYK color model

#F9DB95 color CMYK value is (0,12,40,2).

  • cyan value is 0.00%
  • magenta value is 12.05%
  • yellow value is 40.16%
  • key color value is 2.35%
CMYK:
(0,12,40,2)
C0M12Y40K2 
(0%,12%,40%,2%)
(0.00/0.12/0.40/0.02)	

CMYK percentages

%0
%12.05
%40.16
%2.35

Codes

Color #F9DB95 in popluar color models

F9DB95
RGB249219149
HSL42°89.29%78.04%
HSB/HSV42°40.16%97.65%
CMYK0.00%12.05%40.16%
2.35%

Color #F9DB95 in popluar number systems.

HEXF9DB95
Decimal249219149
Binary111110011101101110010101
Octal371333225

Shades and tints

Shades of #F9DB95

#F9DB95
(249,219,149)
#E3C888
(227,200,136)
#CDB57B
(205,181,123)
#B7A26E
(183,162,110)
#A18F61
(161,143,97)
#8B7C54
(139,124,84)
#756947
(117,105,71)
#5F563A
(95,86,58)
#49432D
(73,67,45)
#333020
(51,48,32)
#1D1D13
(29,29,19)
#000000
(0,0,0)

Tints of #F9DB95

#F9DB95
(249,219,149)
#F9DE9E
(249,222,158)
#F9E1A7
(249,225,167)
#F9E4B0
(249,228,176)
#F9E7B9
(249,231,185)
#F9EAC2
(249,234,194)
#F9EDCB
(249,237,203)
#F9F0D4
(249,240,212)
#F9F3DD
(249,243,221)
#F9F6E6
(249,246,230)
#F9F9EF
(249,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DB95 color. Also use rgb(249,219,149) instead hex code.

Text Font Color

.myTextColor { color: #F9DB95; }

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

This text font color is #F9DB95.


Background Color

.myBgColor { background-color: #F9DB95; }

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

This div background color is #F9DB95.


Border color

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

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

This div border color is #F9DB95.


Opacity

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

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

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

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

This text has shadow with #F9DB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DB95 on black background.


Color preview on white background

This text has color #F9DB95 on white background.



Black color preview on #F9DB95 background

This text has black color on #F9DB95 background.


White color preview on #F9DB95 background

This text has white color on #F9DB95 background.