COLOR #F9C899

HEX: #F9C899
RGB: (249,200,153)

Renk bilgisi

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

RGB renk modeli

#F9C899 color RGB value is (249,200,153).

  • kırmız ton 249;
  • yeşil ton 200;
  • mavi ton 153.
RGB:
(249,200,153)
(98%,78%,60%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 200 of 255 = 78%
B 153 of 255 = 60%

249
200
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 200 + 153 = 602 (100%)
R 249 of 602 ~ 41.36%
G 200 of 602 ~ 33.22%
B 153 of 602 ~ 25.42%

%41.36
%33.22
%25.42

CMYK RENK MODELİ

#F9C899 rengi CMYK tonu (0,20,39,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.68%
  • sarı tonu 38.55%
  • ana renk tonu 2.35%
CMYK:
(0,20,39,2)
C0M20Y39K2 
(0%,20%,39%,2%)
(0.00/0.20/0.39/0.02)	

CMYK yüzdeleri

%0
%19.68
%38.55
%2.35

Codes

Color #F9C899 in popluar color models

F9C899
RGB249200153
HSL29°88.89%78.82%
HSB/HSV29°38.55%97.65%
CMYK0.00%19.68%38.55%
2.35%

Color #F9C899 in popluar number systems.

HEXF9C899
Decimal249200153
Binary111110011100100010011001
Octal371310231

Shades and tints

Shades of #F9C899

#F9C899
(249,200,153)
#E3B68C
(227,182,140)
#CDA47F
(205,164,127)
#B79272
(183,146,114)
#A18065
(161,128,101)
#8B6E58
(139,110,88)
#755C4B
(117,92,75)
#5F4A3E
(95,74,62)
#493831
(73,56,49)
#332624
(51,38,36)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #F9C899

#F9C899
(249,200,153)
#F9CDA2
(249,205,162)
#F9D2AB
(249,210,171)
#F9D7B4
(249,215,180)
#F9DCBD
(249,220,189)
#F9E1C6
(249,225,198)
#F9E6CF
(249,230,207)
#F9EBD8
(249,235,216)
#F9F0E1
(249,240,225)
#F9F5EA
(249,245,234)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C899 color. Also use rgb(249,200,153) instead hex code.

Text Font Color

.myTextColor { color: #F9C899; }

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

This text font color is #F9C899.


Background Color

.myBgColor { background-color: #F9C899; }

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

This div background color is #F9C899.


Border color

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

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

This div border color is #F9C899.


Opacity

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

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

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

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

This text has shadow with #F9C899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C899 on black background.


Color preview on white background

This text has color #F9C899 on white background.



Black color preview on #F9C899 background

This text has black color on #F9C899 background.


White color preview on #F9C899 background

This text has white color on #F9C899 background.