COLOR #F9DC85

HEX: #F9DC85 RGB: (249,220,133)

Color info

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

RGB color model

#F9DC85 color RGB value is (249,220,133).

RGB: (249,220,133) (98%, 86%, 52%)

RGB channels and saturation

R 249 of 255 = 98%
G 220 of 255 = 86%
B 133 of 255 = 52%

249
220
133

R + G + B ~ 79%. #F9DC85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 220 + 133 = 602 (100%)
R 249 of 602 ~ 41.36%
G 220 of 602 ~ 36.54%
B 133 of 602 ~ 22.09'%

%41.36
%36.54
%22.09

CMYK color model

#F9DC85 color CMYK value is (0,12,47,2).

  • cyan value is 0.00%
  • magenta value is 11.65%
  • yellow value is 46.59%
  • key color value is 2.35%

CMYK: (0,12,47,2)
C0M12Y47K2 (0%, 12%, 47%, 2%)
(0.00 / 0.12 / 0.47 / 0.02)

CMYK percentages

%0
%11.65
%46.59
%2.35

Codes

Color #F9DC85 in popluar color models

F9 DC 85
RGB 249 220 133
HSL 45° 90.63% 74.90%
HSB/HSV 45° 46.59% 97.65%
CMYK 0.00% 11.65% 46.59%
2.35%

Color #F9DC85 in popluar number systems.

HEX F9 DC 85
Decimal 249 220 133
Binary 11111001 11011100 10000101
Octal 371 334 205

Shades and tints

Shades of #F9DC85

#F9DC85
(249,220,133)
#E3C879
(227,200,121)
#CDB46D
(205,180,109)
#B7A061
(183,160,97)
#A18C55
(161,140,85)
#8B7849
(139,120,73)
#75643D
(117,100,61)
#5F5031
(95,80,49)
#493C25
(73,60,37)
#332819
(51,40,25)
#1D140D
(29,20,13)
#000000
(0,0,0)

Tints of #F9DC85

#F9DC85
(249,220,133)
#F9DF90
(249,223,144)
#F9E29B
(249,226,155)
#F9E5A6
(249,229,166)
#F9E8B1
(249,232,177)
#F9EBBC
(249,235,188)
#F9EEC7
(249,238,199)
#F9F1D2
(249,241,210)
#F9F4DD
(249,244,221)
#F9F7E8
(249,247,232)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DC85 color. Also use rgb(249,220,133) instead hex code.

Text Font Color

.myTextColor { color: #F9DC85; }

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

This text font color is #F9DC85.

Background Color

.myBgColor { background-color: #F9DC85; }

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

This div background color is #F9DC85.

Border color

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

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

This div border color is #F9DC85.

Opacity

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

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

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

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

This text has shadow with #F9DC85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DC85.

Preview

Color preview on black background

This text has color #F9DC85 on black background.


Color preview on white background

This text has color #F9DC85 on white background.


Black color preview on #F9DC85 background

This text has black color on #F9DC85 background.


White color preview on #F9DC85 background

This text has white color on #F9DC85 background.


Related colors

Complementary color

Complementary color for #hex is #06237A.


I love getcolorcode.com

Triadic colors

1 #85F9DC and #DC85F9 with #F9DC85 are triadic colors.

2 #85DCF9 and #DCF985 with #F9DC85 are triadic colors.