COLOR #F9DD86

HEX: #F9DD86
RGB: (249,221,134)

Renk bilgisi

#F9DD86 contains mainly red and green colors. #F9DD86 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F9DD86 color RGB value is (249,221,134).

  • kırmız ton 249;
  • yeşil ton 221;
  • mavi ton 134.
RGB:
(249,221,134)
(98%,87%,53%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 221 of 255 = 87%
B 134 of 255 = 53%

249
221
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 221 + 134 = 604 (100%)
R 249 of 604 ~ 41.23%
G 221 of 604 ~ 36.59%
B 134 of 604 ~ 22.19%

%41.23
%36.59
%22.19

CMYK RENK MODELİ

#F9DD86 rengi CMYK tonu (0,11,46,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.24%
  • sarı tonu 46.18%
  • ana renk tonu 2.35%
CMYK:
(0,11,46,2)
C0M11Y46K2 
(0%,11%,46%,2%)
(0.00/0.11/0.46/0.02)	

CMYK yüzdeleri

%0
%11.24
%46.18
%2.35

Codes

Color #F9DD86 in popluar color models

F9DD86
RGB249221134
HSL45°90.55%75.10%
HSB/HSV45°46.18%97.65%
CMYK0.00%11.24%46.18%
2.35%

Color #F9DD86 in popluar number systems.

HEXF9DD86
Decimal249221134
Binary111110011101110110000110
Octal371335206

Shades and tints

Shades of #F9DD86

#F9DD86
(249,221,134)
#E3C97A
(227,201,122)
#CDB56E
(205,181,110)
#B7A162
(183,161,98)
#A18D56
(161,141,86)
#8B794A
(139,121,74)
#75653E
(117,101,62)
#5F5132
(95,81,50)
#493D26
(73,61,38)
#33291A
(51,41,26)
#1D150E
(29,21,14)
#000000
(0,0,0)

Tints of #F9DD86

#F9DD86
(249,221,134)
#F9E091
(249,224,145)
#F9E39C
(249,227,156)
#F9E6A7
(249,230,167)
#F9E9B2
(249,233,178)
#F9ECBD
(249,236,189)
#F9EFC8
(249,239,200)
#F9F2D3
(249,242,211)
#F9F5DE
(249,245,222)
#F9F8E9
(249,248,233)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DD86 color. Also use rgb(249,221,134) instead hex code.

Text Font Color

.myTextColor { color: #F9DD86; }

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

This text font color is #F9DD86.


Background Color

.myBgColor { background-color: #F9DD86; }

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

This div background color is #F9DD86.


Border color

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

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

This div border color is #F9DD86.


Opacity

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

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

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

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

This text has shadow with #F9DD86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DD86 on black background.


Color preview on white background

This text has color #F9DD86 on white background.



Black color preview on #F9DD86 background

This text has black color on #F9DD86 background.


White color preview on #F9DD86 background

This text has white color on #F9DD86 background.