COLOR #F6A397

HEX: #F6A397
RGB: (246,163,151)

Renk bilgisi

#F6A397 contains mainly red color. #F6A397 ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#F6A397 color RGB value is (246,163,151).

  • kırmız ton 246;
  • yeşil ton 163;
  • mavi ton 151.
RGB:
(246,163,151)
(96%,64%,59%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 163 of 255 = 64%
B 151 of 255 = 59%

246
163
151

R + G + B ~ 73%. #F6A397 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 163 + 151 = 560 (100%)
R 246 of 560 ~ 43.93%
G 163 of 560 ~ 29.11%
B 151 of 560 ~ 26.96%

%43.93
%29.11
%26.96

CMYK RENK MODELİ

#F6A397 rengi CMYK tonu (0,34,39,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.74%
  • sarı tonu 38.62%
  • ana renk tonu 3.53%
CMYK:
(0,34,39,4)
C0M34Y39K4 
(0%,34%,39%,4%)
(0.00/0.34/0.39/0.04)	

CMYK yüzdeleri

%0
%33.74
%38.62
%3.53

Codes

Color #F6A397 in popluar color models

F6A397
RGB246163151
HSL84.07%77.84%
HSB/HSV38.62%96.47%
CMYK0.00%33.74%38.62%
3.53%

Color #F6A397 in popluar number systems.

HEXF6A397
Decimal246163151
Binary111101101010001110010111
Octal366243227

Shades and tints

Shades of #F6A397

#F6A397
(246,163,151)
#E0958A
(224,149,138)
#CA877D
(202,135,125)
#B47970
(180,121,112)
#9E6B63
(158,107,99)
#885D56
(136,93,86)
#724F49
(114,79,73)
#5C413C
(92,65,60)
#46332F
(70,51,47)
#302522
(48,37,34)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #F6A397

#F6A397
(246,163,151)
#F6ABA0
(246,171,160)
#F6B3A9
(246,179,169)
#F6BBB2
(246,187,178)
#F6C3BB
(246,195,187)
#F6CBC4
(246,203,196)
#F6D3CD
(246,211,205)
#F6DBD6
(246,219,214)
#F6E3DF
(246,227,223)
#F6EBE8
(246,235,232)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6A397 color. Also use rgb(246,163,151) instead hex code.

Text Font Color

.myTextColor { color: #F6A397; }

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

This text font color is #F6A397.


Background Color

.myBgColor { background-color: #F6A397; }

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

This div background color is #F6A397.


Border color

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

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

This div border color is #F6A397.


Opacity

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

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

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

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

This text has shadow with #F6A397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A397 on black background.


Color preview on white background

This text has color #F6A397 on white background.



Black color preview on #F6A397 background

This text has black color on #F6A397 background.


White color preview on #F6A397 background

This text has white color on #F6A397 background.