COLOR #F6E495

HEX: #F6E495
RGB: (246,228,149)

Renk bilgisi

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

RGB renk modeli

#F6E495 color RGB value is (246,228,149).

  • kırmız ton 246;
  • yeşil ton 228;
  • mavi ton 149.
RGB:
(246,228,149)
(96%,89%,58%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 228 of 255 = 89%
B 149 of 255 = 58%

246
228
149

R + G + B ~ 81%. #F6E495 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 228 + 149 = 623 (100%)
R 246 of 623 ~ 39.49%
G 228 of 623 ~ 36.6%
B 149 of 623 ~ 23.92%

%39.49
%36.6
%23.92

CMYK RENK MODELİ

#F6E495 rengi CMYK tonu (0,7,39,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.32%
  • sarı tonu 39.43%
  • ana renk tonu 3.53%
CMYK:
(0,7,39,4)
C0M7Y39K4 
(0%,7%,39%,4%)
(0.00/0.07/0.39/0.04)	

CMYK yüzdeleri

%0
%7.32
%39.43
%3.53

Codes

Color #F6E495 in popluar color models

F6E495
RGB246228149
HSL49°84.35%77.45%
HSB/HSV49°39.43%96.47%
CMYK0.00%7.32%39.43%
3.53%

Color #F6E495 in popluar number systems.

HEXF6E495
Decimal246228149
Binary111101101110010010010101
Octal366344225

Shades and tints

Shades of #F6E495

#F6E495
(246,228,149)
#E0D088
(224,208,136)
#CABC7B
(202,188,123)
#B4A86E
(180,168,110)
#9E9461
(158,148,97)
#888054
(136,128,84)
#726C47
(114,108,71)
#5C583A
(92,88,58)
#46442D
(70,68,45)
#303020
(48,48,32)
#1A1C13
(26,28,19)
#000000
(0,0,0)

Tints of #F6E495

#F6E495
(246,228,149)
#F6E69E
(246,230,158)
#F6E8A7
(246,232,167)
#F6EAB0
(246,234,176)
#F6ECB9
(246,236,185)
#F6EEC2
(246,238,194)
#F6F0CB
(246,240,203)
#F6F2D4
(246,242,212)
#F6F4DD
(246,244,221)
#F6F6E6
(246,246,230)
#F6F8EF
(246,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E495 color. Also use rgb(246,228,149) instead hex code.

Text Font Color

.myTextColor { color: #F6E495; }

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

This text font color is #F6E495.


Background Color

.myBgColor { background-color: #F6E495; }

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

This div background color is #F6E495.


Border color

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

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

This div border color is #F6E495.


Opacity

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

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

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

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

This text has shadow with #F6E495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E495 on black background.


Color preview on white background

This text has color #F6E495 on white background.



Black color preview on #F6E495 background

This text has black color on #F6E495 background.


White color preview on #F6E495 background

This text has white color on #F6E495 background.