COLOR #F9D097

HEX: #F9D097 RGB: (249,208,151)

Color info

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

RGB color model

#F9D097 color RGB value is (249,208,151).

RGB: (249,208,151) (98%, 82%, 59%)

RGB channels and saturation

R 249 of 255 = 98%
G 208 of 255 = 82%
B 151 of 255 = 59%

249
208
151

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

Portions of RGB colors in percentages

R + G + B = 249 + 208 + 151 = 608 (100%)
R 249 of 608 ~ 40.95%
G 208 of 608 ~ 34.21%
B 151 of 608 ~ 24.84'%

%40.95
%34.21
%24.84

CMYK color model

#F9D097 color CMYK value is (0,16,39,2).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 39.36%
  • key color value is 2.35%

CMYK: (0,16,39,2)
C0M16Y39K2 (0%, 16%, 39%, 2%)
(0.00 / 0.16 / 0.39 / 0.02)

CMYK percentages

%0
%16.47
%39.36
%2.35

Codes

Color #F9D097 in popluar color models

F9 D0 97
RGB 249 208 151
HSL 35° 89.09% 78.43%
HSB/HSV 35° 39.36% 97.65%
CMYK 0.00% 16.47% 39.36%
2.35%

Color #F9D097 in popluar number systems.

HEX F9 D0 97
Decimal 249 208 151
Binary 11111001 11010000 10010111
Octal 371 320 227

Shades and tints

Shades of #F9D097

#F9D097
(249,208,151)
#E3BE8A
(227,190,138)
#CDAC7D
(205,172,125)
#B79A70
(183,154,112)
#A18863
(161,136,99)
#8B7656
(139,118,86)
#756449
(117,100,73)
#5F523C
(95,82,60)
#49402F
(73,64,47)
#332E22
(51,46,34)
#1D1C15
(29,28,21)
#000000
(0,0,0)

Tints of #F9D097

#F9D097
(249,208,151)
#F9D4A0
(249,212,160)
#F9D8A9
(249,216,169)
#F9DCB2
(249,220,178)
#F9E0BB
(249,224,187)
#F9E4C4
(249,228,196)
#F9E8CD
(249,232,205)
#F9ECD6
(249,236,214)
#F9F0DF
(249,240,223)
#F9F4E8
(249,244,232)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D097 color. Also use rgb(249,208,151) instead hex code.

Text Font Color

.myTextColor { color: #F9D097; }

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

This text font color is #F9D097.

Background Color

.myBgColor { background-color: #F9D097; }

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

This div background color is #F9D097.

Border color

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

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

This div border color is #F9D097.

Opacity

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

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

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

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

This text has shadow with #F9D097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9D097.

Preview

Color preview on black background

This text has color #F9D097 on black background.


Color preview on white background

This text has color #F9D097 on white background.


Black color preview on #F9D097 background

This text has black color on #F9D097 background.


White color preview on #F9D097 background

This text has white color on #F9D097 background.


Related colors

Complementary color

Complementary color for #hex is #062F68.


I love getcolorcode.com

Triadic colors

1 #97F9D0 and #D097F9 with #F9D097 are triadic colors.

2 #97D0F9 and #D0F997 with #F9D097 are triadic colors.