COLOR #F9F5C4

HEX: #F9F5C4
RGB: (249,245,196)

Renk bilgisi

#F9F5C4 contains red, green and blue colors in about the same proportion. #F9F5C4 ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#F9F5C4 color RGB value is (249,245,196).

  • kırmız ton 249;
  • yeşil ton 245;
  • mavi ton 196.
RGB:
(249,245,196)
(98%,96%,77%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 245 of 255 = 96%
B 196 of 255 = 77%

249
245
196

R + G + B ~ 90%. #F9F5C4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 245 + 196 = 690 (100%)
R 249 of 690 ~ 36.09%
G 245 of 690 ~ 35.51%
B 196 of 690 ~ 28.41%

%36.09
%35.51
%28.41

CMYK RENK MODELİ

#F9F5C4 rengi CMYK tonu (0,2,21,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.61%
  • sarı tonu 21.29%
  • ana renk tonu 2.35%
CMYK:
(0,2,21,2)
C0M2Y21K2 
(0%,2%,21%,2%)
(0.00/0.02/0.21/0.02)	

CMYK yüzdeleri

%0
%1.61
%21.29
%2.35

Codes

Color #F9F5C4 in popluar color models

F9F5C4
RGB249245196
HSL55°81.54%87.25%
HSB/HSV55°21.29%97.65%
CMYK0.00%1.61%21.29%
2.35%

Color #F9F5C4 in popluar number systems.

HEXF9F5C4
Decimal249245196
Binary111110011111010111000100
Octal371365304

Shades and tints

Shades of #F9F5C4

#F9F5C4
(249,245,196)
#E3DFB3
(227,223,179)
#CDC9A2
(205,201,162)
#B7B391
(183,179,145)
#A19D80
(161,157,128)
#8B876F
(139,135,111)
#75715E
(117,113,94)
#5F5B4D
(95,91,77)
#49453C
(73,69,60)
#332F2B
(51,47,43)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #F9F5C4

#F9F5C4
(249,245,196)
#F9F5C9
(249,245,201)
#F9F5CE
(249,245,206)
#F9F5D3
(249,245,211)
#F9F5D8
(249,245,216)
#F9F5DD
(249,245,221)
#F9F5E2
(249,245,226)
#F9F5E7
(249,245,231)
#F9F5EC
(249,245,236)
#F9F5F1
(249,245,241)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9F5C4 color. Also use rgb(249,245,196) instead hex code.

Text Font Color

.myTextColor { color: #F9F5C4; }

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

This text font color is #F9F5C4.


Background Color

.myBgColor { background-color: #F9F5C4; }

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

This div background color is #F9F5C4.


Border color

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

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

This div border color is #F9F5C4.


Opacity

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

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

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

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

This text has shadow with #F9F5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F5C4 on black background.


Color preview on white background

This text has color #F9F5C4 on white background.



Black color preview on #F9F5C4 background

This text has black color on #F9F5C4 background.


White color preview on #F9F5C4 background

This text has white color on #F9F5C4 background.