COLOR #F9C096

HEX: #F9C096
RGB: (249,192,150)

Renk bilgisi

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

RGB renk modeli

#F9C096 color RGB value is (249,192,150).

  • kırmız ton 249;
  • yeşil ton 192;
  • mavi ton 150.
RGB:
(249,192,150)
(98%,75%,59%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 192 of 255 = 75%
B 150 of 255 = 59%

249
192
150

R + G + B ~ 77%. #F9C096 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 192 + 150 = 591 (100%)
R 249 of 591 ~ 42.13%
G 192 of 591 ~ 32.49%
B 150 of 591 ~ 25.38%

%42.13
%32.49
%25.38

CMYK RENK MODELİ

#F9C096 rengi CMYK tonu (0,23,40,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.89%
  • sarı tonu 39.76%
  • ana renk tonu 2.35%
CMYK:
(0,23,40,2)
C0M23Y40K2 
(0%,23%,40%,2%)
(0.00/0.23/0.40/0.02)	

CMYK yüzdeleri

%0
%22.89
%39.76
%2.35

Codes

Color #F9C096 in popluar color models

F9C096
RGB249192150
HSL25°89.19%78.24%
HSB/HSV25°39.76%97.65%
CMYK0.00%22.89%39.76%
2.35%

Color #F9C096 in popluar number systems.

HEXF9C096
Decimal249192150
Binary111110011100000010010110
Octal371300226

Shades and tints

Shades of #F9C096

#F9C096
(249,192,150)
#E3AF89
(227,175,137)
#CD9E7C
(205,158,124)
#B78D6F
(183,141,111)
#A17C62
(161,124,98)
#8B6B55
(139,107,85)
#755A48
(117,90,72)
#5F493B
(95,73,59)
#49382E
(73,56,46)
#332721
(51,39,33)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #F9C096

#F9C096
(249,192,150)
#F9C59F
(249,197,159)
#F9CAA8
(249,202,168)
#F9CFB1
(249,207,177)
#F9D4BA
(249,212,186)
#F9D9C3
(249,217,195)
#F9DECC
(249,222,204)
#F9E3D5
(249,227,213)
#F9E8DE
(249,232,222)
#F9EDE7
(249,237,231)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C096 color. Also use rgb(249,192,150) instead hex code.

Text Font Color

.myTextColor { color: #F9C096; }

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

This text font color is #F9C096.


Background Color

.myBgColor { background-color: #F9C096; }

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

This div background color is #F9C096.


Border color

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

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

This div border color is #F9C096.


Opacity

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

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

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

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

This text has shadow with #F9C096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C096 on black background.


Color preview on white background

This text has color #F9C096 on white background.



Black color preview on #F9C096 background

This text has black color on #F9C096 background.


White color preview on #F9C096 background

This text has white color on #F9C096 background.