COLOR #F9B96F

HEX: #F9B96F
RGB: (249,185,111)

Renk bilgisi

#F9B96F contains mainly red color. #F9B96F ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#F9B96F color RGB value is (249,185,111).

  • kırmız ton 249;
  • yeşil ton 185;
  • mavi ton 111.
RGB:
(249,185,111)
(98%,73%,44%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 185 of 255 = 73%
B 111 of 255 = 44%

249
185
111

R + G + B ~ 72%. #F9B96F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 185 + 111 = 545 (100%)
R 249 of 545 ~ 45.69%
G 185 of 545 ~ 33.94%
B 111 of 545 ~ 20.37%

%45.69
%33.94
%20.37

CMYK RENK MODELİ

#F9B96F rengi CMYK tonu (0,26,55,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.70%
  • sarı tonu 55.42%
  • ana renk tonu 2.35%
CMYK:
(0,26,55,2)
C0M26Y55K2 
(0%,26%,55%,2%)
(0.00/0.26/0.55/0.02)	

CMYK yüzdeleri

%0
%25.7
%55.42
%2.35

Codes

Color #F9B96F in popluar color models

F9B96F
RGB249185111
HSL32°92.00%70.59%
HSB/HSV32°55.42%97.65%
CMYK0.00%25.70%55.42%
2.35%

Color #F9B96F in popluar number systems.

HEXF9B96F
Decimal249185111
Binary11111001101110011101111
Octal371271157

Shades and tints

Shades of #F9B96F

#F9B96F
(249,185,111)
#E3A965
(227,169,101)
#CD995B
(205,153,91)
#B78951
(183,137,81)
#A17947
(161,121,71)
#8B693D
(139,105,61)
#755933
(117,89,51)
#5F4929
(95,73,41)
#49391F
(73,57,31)
#332915
(51,41,21)
#1D190B
(29,25,11)
#000000
(0,0,0)

Tints of #F9B96F

#F9B96F
(249,185,111)
#F9BF7C
(249,191,124)
#F9C589
(249,197,137)
#F9CB96
(249,203,150)
#F9D1A3
(249,209,163)
#F9D7B0
(249,215,176)
#F9DDBD
(249,221,189)
#F9E3CA
(249,227,202)
#F9E9D7
(249,233,215)
#F9EFE4
(249,239,228)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B96F color. Also use rgb(249,185,111) instead hex code.

Text Font Color

.myTextColor { color: #F9B96F; }

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

This text font color is #F9B96F.


Background Color

.myBgColor { background-color: #F9B96F; }

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

This div background color is #F9B96F.


Border color

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

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

This div border color is #F9B96F.


Opacity

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

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

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

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

This text has shadow with #F9B96F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B96F on black background.


Color preview on white background

This text has color #F9B96F on white background.



Black color preview on #F9B96F background

This text has black color on #F9B96F background.


White color preview on #F9B96F background

This text has white color on #F9B96F background.