COLOR #F6CA96

HEX: #F6CA96
RGB: (246,202,150)

Renk bilgisi

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

RGB renk modeli

#F6CA96 color RGB value is (246,202,150).

  • kırmız ton 246;
  • yeşil ton 202;
  • mavi ton 150.
RGB:
(246,202,150)
(96%,79%,59%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 202 of 255 = 79%
B 150 of 255 = 59%

246
202
150

R + G + B ~ 78%. #F6CA96 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 202 + 150 = 598 (100%)
R 246 of 598 ~ 41.14%
G 202 of 598 ~ 33.78%
B 150 of 598 ~ 25.08%

%41.14
%33.78
%25.08

CMYK RENK MODELİ

#F6CA96 rengi CMYK tonu (0,18,39,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.89%
  • sarı tonu 39.02%
  • ana renk tonu 3.53%
CMYK:
(0,18,39,4)
C0M18Y39K4 
(0%,18%,39%,4%)
(0.00/0.18/0.39/0.04)	

CMYK yüzdeleri

%0
%17.89
%39.02
%3.53

Codes

Color #F6CA96 in popluar color models

F6CA96
RGB246202150
HSL33°84.21%77.65%
HSB/HSV33°39.02%96.47%
CMYK0.00%17.89%39.02%
3.53%

Color #F6CA96 in popluar number systems.

HEXF6CA96
Decimal246202150
Binary111101101100101010010110
Octal366312226

Shades and tints

Shades of #F6CA96

#F6CA96
(246,202,150)
#E0B889
(224,184,137)
#CAA67C
(202,166,124)
#B4946F
(180,148,111)
#9E8262
(158,130,98)
#887055
(136,112,85)
#725E48
(114,94,72)
#5C4C3B
(92,76,59)
#463A2E
(70,58,46)
#302821
(48,40,33)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #F6CA96

#F6CA96
(246,202,150)
#F6CE9F
(246,206,159)
#F6D2A8
(246,210,168)
#F6D6B1
(246,214,177)
#F6DABA
(246,218,186)
#F6DEC3
(246,222,195)
#F6E2CC
(246,226,204)
#F6E6D5
(246,230,213)
#F6EADE
(246,234,222)
#F6EEE7
(246,238,231)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6CA96 color. Also use rgb(246,202,150) instead hex code.

Text Font Color

.myTextColor { color: #F6CA96; }

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

This text font color is #F6CA96.


Background Color

.myBgColor { background-color: #F6CA96; }

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

This div background color is #F6CA96.


Border color

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

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

This div border color is #F6CA96.


Opacity

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

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

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

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

This text has shadow with #F6CA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CA96 on black background.


Color preview on white background

This text has color #F6CA96 on white background.



Black color preview on #F6CA96 background

This text has black color on #F6CA96 background.


White color preview on #F6CA96 background

This text has white color on #F6CA96 background.