COLOR #F4B996

HEX: #F4B996
RGB: (244,185,150)

Renk bilgisi

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

RGB renk modeli

#F4B996 color RGB value is (244,185,150).

  • kırmız ton 244;
  • yeşil ton 185;
  • mavi ton 150.
RGB:
(244,185,150)
(96%,73%,59%)

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 185 of 255 = 73%
B 150 of 255 = 59%

244
185
150

R + G + B ~ 76%. #F4B996 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 185 + 150 = 579 (100%)
R 244 of 579 ~ 42.14%
G 185 of 579 ~ 31.95%
B 150 of 579 ~ 25.91%

%42.14
%31.95
%25.91

CMYK RENK MODELİ

#F4B996 rengi CMYK tonu (0,24,39,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.18%
  • sarı tonu 38.52%
  • ana renk tonu 4.31%
CMYK:
(0,24,39,4)
C0M24Y39K4 
(0%,24%,39%,4%)
(0.00/0.24/0.39/0.04)	

CMYK yüzdeleri

%0
%24.18
%38.52
%4.31

Codes

Color #F4B996 in popluar color models

F4B996
RGB244185150
HSL22°81.03%77.25%
HSB/HSV22°38.52%95.69%
CMYK0.00%24.18%38.52%
4.31%

Color #F4B996 in popluar number systems.

HEXF4B996
Decimal244185150
Binary111101001011100110010110
Octal364271226

Shades and tints

Shades of #F4B996

#F4B996
(244,185,150)
#DEA989
(222,169,137)
#C8997C
(200,153,124)
#B2896F
(178,137,111)
#9C7962
(156,121,98)
#866955
(134,105,85)
#705948
(112,89,72)
#5A493B
(90,73,59)
#44392E
(68,57,46)
#2E2921
(46,41,33)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #F4B996

#F4B996
(244,185,150)
#F5BF9F
(245,191,159)
#F6C5A8
(246,197,168)
#F7CBB1
(247,203,177)
#F8D1BA
(248,209,186)
#F9D7C3
(249,215,195)
#FADDCC
(250,221,204)
#FBE3D5
(251,227,213)
#FCE9DE
(252,233,222)
#FDEFE7
(253,239,231)
#FEF5F0
(254,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B996 color. Also use rgb(244,185,150) instead hex code.

Text Font Color

.myTextColor { color: #F4B996; }

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

This text font color is #F4B996.


Background Color

.myBgColor { background-color: #F4B996; }

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

This div background color is #F4B996.


Border color

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

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

This div border color is #F4B996.


Opacity

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

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

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

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

This text has shadow with #F4B996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B996 on black background.


Color preview on white background

This text has color #F4B996 on white background.



Black color preview on #F4B996 background

This text has black color on #F4B996 background.


White color preview on #F4B996 background

This text has white color on #F4B996 background.