COLOR #F6C086

HEX: #F6C086
RGB: (246,192,134)

Renk bilgisi

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

RGB renk modeli

#F6C086 color RGB value is (246,192,134).

  • kırmız ton 246;
  • yeşil ton 192;
  • mavi ton 134.
RGB:
(246,192,134)
(96%,75%,53%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 192 of 255 = 75%
B 134 of 255 = 53%

246
192
134

R + G + B ~ 75%. #F6C086 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 192 + 134 = 572 (100%)
R 246 of 572 ~ 43.01%
G 192 of 572 ~ 33.57%
B 134 of 572 ~ 23.43%

%43.01
%33.57
%23.43

CMYK RENK MODELİ

#F6C086 rengi CMYK tonu (0,22,46,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.95%
  • sarı tonu 45.53%
  • ana renk tonu 3.53%
CMYK:
(0,22,46,4)
C0M22Y46K4 
(0%,22%,46%,4%)
(0.00/0.22/0.46/0.04)	

CMYK yüzdeleri

%0
%21.95
%45.53
%3.53

Codes

Color #F6C086 in popluar color models

F6C086
RGB246192134
HSL31°86.15%74.51%
HSB/HSV31°45.53%96.47%
CMYK0.00%21.95%45.53%
3.53%

Color #F6C086 in popluar number systems.

HEXF6C086
Decimal246192134
Binary111101101100000010000110
Octal366300206

Shades and tints

Shades of #F6C086

#F6C086
(246,192,134)
#E0AF7A
(224,175,122)
#CA9E6E
(202,158,110)
#B48D62
(180,141,98)
#9E7C56
(158,124,86)
#886B4A
(136,107,74)
#725A3E
(114,90,62)
#5C4932
(92,73,50)
#463826
(70,56,38)
#30271A
(48,39,26)
#1A160E
(26,22,14)
#000000
(0,0,0)

Tints of #F6C086

#F6C086
(246,192,134)
#F6C591
(246,197,145)
#F6CA9C
(246,202,156)
#F6CFA7
(246,207,167)
#F6D4B2
(246,212,178)
#F6D9BD
(246,217,189)
#F6DEC8
(246,222,200)
#F6E3D3
(246,227,211)
#F6E8DE
(246,232,222)
#F6EDE9
(246,237,233)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C086 color. Also use rgb(246,192,134) instead hex code.

Text Font Color

.myTextColor { color: #F6C086; }

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

This text font color is #F6C086.


Background Color

.myBgColor { background-color: #F6C086; }

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

This div background color is #F6C086.


Border color

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

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

This div border color is #F6C086.


Opacity

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

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

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

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

This text has shadow with #F6C086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C086 on black background.


Color preview on white background

This text has color #F6C086 on white background.



Black color preview on #F6C086 background

This text has black color on #F6C086 background.


White color preview on #F6C086 background

This text has white color on #F6C086 background.