COLOR #F6EC5D

HEX: #F6EC5D
RGB: (246,236,93)

Renk bilgisi

#F6EC5D contains mainly red and green colors. #F6EC5D ‘ nin web güvenlik rengi #FFFF66 (ya da #FF6) dir.

RGB renk modeli

#F6EC5D color RGB value is (246,236,93).

  • kırmız ton 246;
  • yeşil ton 236;
  • mavi ton 93.
RGB:
(246,236,93)
(96%,93%,36%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 236 of 255 = 93%
B 93 of 255 = 36%

246
236
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 236 + 93 = 575 (100%)
R 246 of 575 ~ 42.78%
G 236 of 575 ~ 41.04%
B 93 of 575 ~ 16.17%

%42.78
%41.04
%16.17

CMYK RENK MODELİ

#F6EC5D rengi CMYK tonu (0,4,62,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.07%
  • sarı tonu 62.20%
  • ana renk tonu 3.53%
CMYK:
(0,4,62,4)
C0M4Y62K4 
(0%,4%,62%,4%)
(0.00/0.04/0.62/0.04)	

CMYK yüzdeleri

%0
%4.07
%62.2
%3.53

Codes

Color #F6EC5D in popluar color models

F6EC5D
RGB24623693
HSL56°89.47%66.47%
HSB/HSV56°62.20%96.47%
CMYK0.00%4.07%62.20%
3.53%

Color #F6EC5D in popluar number systems.

HEXF6EC5D
Decimal24623693
Binary11110110111011001011101
Octal366354135

Shades and tints

Shades of #F6EC5D

#F6EC5D
(246,236,93)
#E0D755
(224,215,85)
#CAC24D
(202,194,77)
#B4AD45
(180,173,69)
#9E983D
(158,152,61)
#888335
(136,131,53)
#726E2D
(114,110,45)
#5C5925
(92,89,37)
#46441D
(70,68,29)
#302F15
(48,47,21)
#1A1A0D
(26,26,13)
#000000
(0,0,0)

Tints of #F6EC5D

#F6EC5D
(246,236,93)
#F6ED6B
(246,237,107)
#F6EE79
(246,238,121)
#F6EF87
(246,239,135)
#F6F095
(246,240,149)
#F6F1A3
(246,241,163)
#F6F2B1
(246,242,177)
#F6F3BF
(246,243,191)
#F6F4CD
(246,244,205)
#F6F5DB
(246,245,219)
#F6F6E9
(246,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6EC5D color. Also use rgb(246,236,93) instead hex code.

Text Font Color

.myTextColor { color: #F6EC5D; }

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

This text font color is #F6EC5D.


Background Color

.myBgColor { background-color: #F6EC5D; }

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

This div background color is #F6EC5D.


Border color

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

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

This div border color is #F6EC5D.


Opacity

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

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

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

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

This text has shadow with #F6EC5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EC5D on black background.


Color preview on white background

This text has color #F6EC5D on white background.



Black color preview on #F6EC5D background

This text has black color on #F6EC5D background.


White color preview on #F6EC5D background

This text has white color on #F6EC5D background.