COLOR #F6C294

HEX: #F6C294
RGB: (246,194,148)

Renk bilgisi

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

RGB renk modeli

#F6C294 color RGB value is (246,194,148).

  • kırmız ton 246;
  • yeşil ton 194;
  • mavi ton 148.
RGB:
(246,194,148)
(96%,76%,58%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 194 of 255 = 76%
B 148 of 255 = 58%

246
194
148

R + G + B ~ 77%. #F6C294 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 194 + 148 = 588 (100%)
R 246 of 588 ~ 41.84%
G 194 of 588 ~ 32.99%
B 148 of 588 ~ 25.17%

%41.84
%32.99
%25.17

CMYK RENK MODELİ

#F6C294 rengi CMYK tonu (0,21,40,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.14%
  • sarı tonu 39.84%
  • ana renk tonu 3.53%
CMYK:
(0,21,40,4)
C0M21Y40K4 
(0%,21%,40%,4%)
(0.00/0.21/0.40/0.04)	

CMYK yüzdeleri

%0
%21.14
%39.84
%3.53

Codes

Color #F6C294 in popluar color models

F6C294
RGB246194148
HSL28°84.48%77.25%
HSB/HSV28°39.84%96.47%
CMYK0.00%21.14%39.84%
3.53%

Color #F6C294 in popluar number systems.

HEXF6C294
Decimal246194148
Binary111101101100001010010100
Octal366302224

Shades and tints

Shades of #F6C294

#F6C294
(246,194,148)
#E0B187
(224,177,135)
#CAA07A
(202,160,122)
#B48F6D
(180,143,109)
#9E7E60
(158,126,96)
#886D53
(136,109,83)
#725C46
(114,92,70)
#5C4B39
(92,75,57)
#463A2C
(70,58,44)
#30291F
(48,41,31)
#1A1812
(26,24,18)
#000000
(0,0,0)

Tints of #F6C294

#F6C294
(246,194,148)
#F6C79D
(246,199,157)
#F6CCA6
(246,204,166)
#F6D1AF
(246,209,175)
#F6D6B8
(246,214,184)
#F6DBC1
(246,219,193)
#F6E0CA
(246,224,202)
#F6E5D3
(246,229,211)
#F6EADC
(246,234,220)
#F6EFE5
(246,239,229)
#F6F4EE
(246,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C294 color. Also use rgb(246,194,148) instead hex code.

Text Font Color

.myTextColor { color: #F6C294; }

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

This text font color is #F6C294.


Background Color

.myBgColor { background-color: #F6C294; }

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

This div background color is #F6C294.


Border color

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

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

This div border color is #F6C294.


Opacity

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

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

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

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

This text has shadow with #F6C294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C294 on black background.


Color preview on white background

This text has color #F6C294 on white background.



Black color preview on #F6C294 background

This text has black color on #F6C294 background.


White color preview on #F6C294 background

This text has white color on #F6C294 background.