COLOR #F6C48A

HEX: #F6C48A
RGB: (246,196,138)

Renk bilgisi

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

RGB renk modeli

#F6C48A color RGB value is (246,196,138).

  • kırmız ton 246;
  • yeşil ton 196;
  • mavi ton 138.
RGB:
(246,196,138)
(96%,77%,54%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 196 of 255 = 77%
B 138 of 255 = 54%

246
196
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 196 + 138 = 580 (100%)
R 246 of 580 ~ 42.41%
G 196 of 580 ~ 33.79%
B 138 of 580 ~ 23.79%

%42.41
%33.79
%23.79

CMYK RENK MODELİ

#F6C48A rengi CMYK tonu (0,20,44,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.33%
  • sarı tonu 43.90%
  • ana renk tonu 3.53%
CMYK:
(0,20,44,4)
C0M20Y44K4 
(0%,20%,44%,4%)
(0.00/0.20/0.44/0.04)	

CMYK yüzdeleri

%0
%20.33
%43.9
%3.53

Codes

Color #F6C48A in popluar color models

F6C48A
RGB246196138
HSL32°85.71%75.29%
HSB/HSV32°43.90%96.47%
CMYK0.00%20.33%43.90%
3.53%

Color #F6C48A in popluar number systems.

HEXF6C48A
Decimal246196138
Binary111101101100010010001010
Octal366304212

Shades and tints

Shades of #F6C48A

#F6C48A
(246,196,138)
#E0B37E
(224,179,126)
#CAA272
(202,162,114)
#B49166
(180,145,102)
#9E805A
(158,128,90)
#886F4E
(136,111,78)
#725E42
(114,94,66)
#5C4D36
(92,77,54)
#463C2A
(70,60,42)
#302B1E
(48,43,30)
#1A1A12
(26,26,18)
#000000
(0,0,0)

Tints of #F6C48A

#F6C48A
(246,196,138)
#F6C994
(246,201,148)
#F6CE9E
(246,206,158)
#F6D3A8
(246,211,168)
#F6D8B2
(246,216,178)
#F6DDBC
(246,221,188)
#F6E2C6
(246,226,198)
#F6E7D0
(246,231,208)
#F6ECDA
(246,236,218)
#F6F1E4
(246,241,228)
#F6F6EE
(246,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C48A color. Also use rgb(246,196,138) instead hex code.

Text Font Color

.myTextColor { color: #F6C48A; }

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

This text font color is #F6C48A.


Background Color

.myBgColor { background-color: #F6C48A; }

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

This div background color is #F6C48A.


Border color

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

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

This div border color is #F6C48A.


Opacity

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

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

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

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

This text has shadow with #F6C48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C48A on black background.


Color preview on white background

This text has color #F6C48A on white background.



Black color preview on #F6C48A background

This text has black color on #F6C48A background.


White color preview on #F6C48A background

This text has white color on #F6C48A background.