COLOR #F6A38E

HEX: #F6A38E
RGB: (246,163,142)

Renk bilgisi

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

RGB renk modeli

#F6A38E color RGB value is (246,163,142).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 163 of 255 = 64%
B 142 of 255 = 56%

246
163
142

R + G + B ~ 72%. #F6A38E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 163 + 142 = 551 (100%)
R 246 of 551 ~ 44.65%
G 163 of 551 ~ 29.58%
B 142 of 551 ~ 25.77%

%44.65
%29.58
%25.77

CMYK RENK MODELİ

#F6A38E rengi CMYK tonu (0,34,42,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.74%
  • sarı tonu 42.28%
  • ana renk tonu 3.53%
CMYK:
(0,34,42,4)
C0M34Y42K4 
(0%,34%,42%,4%)
(0.00/0.34/0.42/0.04)	

CMYK yüzdeleri

%0
%33.74
%42.28
%3.53

Codes

Color #F6A38E in popluar color models

F6A38E
RGB246163142
HSL12°85.25%76.08%
HSB/HSV12°42.28%96.47%
CMYK0.00%33.74%42.28%
3.53%

Color #F6A38E in popluar number systems.

HEXF6A38E
Decimal246163142
Binary111101101010001110001110
Octal366243216

Shades and tints

Shades of #F6A38E

#F6A38E
(246,163,142)
#E09582
(224,149,130)
#CA8776
(202,135,118)
#B4796A
(180,121,106)
#9E6B5E
(158,107,94)
#885D52
(136,93,82)
#724F46
(114,79,70)
#5C413A
(92,65,58)
#46332E
(70,51,46)
#302522
(48,37,34)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #F6A38E

#F6A38E
(246,163,142)
#F6AB98
(246,171,152)
#F6B3A2
(246,179,162)
#F6BBAC
(246,187,172)
#F6C3B6
(246,195,182)
#F6CBC0
(246,203,192)
#F6D3CA
(246,211,202)
#F6DBD4
(246,219,212)
#F6E3DE
(246,227,222)
#F6EBE8
(246,235,232)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6A38E; }

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

This text font color is #F6A38E.


Background Color

.myBgColor { background-color: #F6A38E; }

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

This div background color is #F6A38E.


Border color

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

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

This div border color is #F6A38E.


Opacity

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

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

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

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

This text has shadow with #F6A38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A38E on black background.


Color preview on white background

This text has color #F6A38E on white background.



Black color preview on #F6A38E background

This text has black color on #F6A38E background.


White color preview on #F6A38E background

This text has white color on #F6A38E background.