COLOR #F9D395

HEX: #F9D395 RGB: (249,211,149)

Color info

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

RGB color model

#F9D395 color RGB value is (249,211,149).

RGB: (249,211,149) (98%, 83%, 58%)

RGB channels and saturation

R 249 of 255 = 98%
G 211 of 255 = 83%
B 149 of 255 = 58%

249
211
149

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

Portions of RGB colors in percentages

R + G + B = 249 + 211 + 149 = 609 (100%)
R 249 of 609 ~ 40.89%
G 211 of 609 ~ 34.65%
B 149 of 609 ~ 24.47'%

%40.89
%34.65
%24.47

CMYK color model

#F9D395 color CMYK value is (0,15,40,2).

  • cyan value is 0.00%
  • magenta value is 15.26%
  • yellow value is 40.16%
  • key color value is 2.35%

CMYK: (0,15,40,2)
C0M15Y40K2 (0%, 15%, 40%, 2%)
(0.00 / 0.15 / 0.40 / 0.02)

CMYK percentages

%0
%15.26
%40.16
%2.35

Codes

Color #F9D395 in popluar color models

F9 D3 95
RGB 249 211 149
HSL 37° 89.29% 78.04%
HSB/HSV 37° 40.16% 97.65%
CMYK 0.00% 15.26% 40.16%
2.35%

Color #F9D395 in popluar number systems.

HEX F9 D3 95
Decimal 249 211 149
Binary 11111001 11010011 10010101
Octal 371 323 225

Shades and tints

Shades of #F9D395

#F9D395
(249,211,149)
#E3C088
(227,192,136)
#CDAD7B
(205,173,123)
#B79A6E
(183,154,110)
#A18761
(161,135,97)
#8B7454
(139,116,84)
#756147
(117,97,71)
#5F4E3A
(95,78,58)
#493B2D
(73,59,45)
#332820
(51,40,32)
#1D1513
(29,21,19)
#000000
(0,0,0)

Tints of #F9D395

#F9D395
(249,211,149)
#F9D79E
(249,215,158)
#F9DBA7
(249,219,167)
#F9DFB0
(249,223,176)
#F9E3B9
(249,227,185)
#F9E7C2
(249,231,194)
#F9EBCB
(249,235,203)
#F9EFD4
(249,239,212)
#F9F3DD
(249,243,221)
#F9F7E6
(249,247,230)
#F9FBEF
(249,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D395; }

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

This text font color is #F9D395.

Background Color

.myBgColor { background-color: #F9D395; }

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

This div background color is #F9D395.

Border color

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

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

This div border color is #F9D395.

Opacity

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

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

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

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

This text has shadow with #F9D395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9D395.

Preview

Color preview on black background

This text has color #F9D395 on black background.


Color preview on white background

This text has color #F9D395 on white background.


Black color preview on #F9D395 background

This text has black color on #F9D395 background.


White color preview on #F9D395 background

This text has white color on #F9D395 background.


Related colors

Complementary color

Complementary color for #hex is #062C6A.


I love getcolorcode.com

Triadic colors

1 #95F9D3 and #D395F9 with #F9D395 are triadic colors.

2 #95D3F9 and #D3F995 with #F9D395 are triadic colors.