COLOR #F5EC52

HEX: #F5EC52
RGB: (245,236,82)

Renk bilgisi

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

RGB renk modeli

#F5EC52 color RGB value is (245,236,82).

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

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 236 of 255 = 93%
B 82 of 255 = 32%

245
236
82

R + G + B ~ 74%. #F5EC52 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 236 + 82 = 563 (100%)
R 245 of 563 ~ 43.52%
G 236 of 563 ~ 41.92%
B 82 of 563 ~ 14.56%

%43.52
%41.92
%14.56

CMYK RENK MODELİ

#F5EC52 rengi CMYK tonu (0,4,67,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.67%
  • sarı tonu 66.53%
  • ana renk tonu 3.92%
CMYK:
(0,4,67,4)
C0M4Y67K4 
(0%,4%,67%,4%)
(0.00/0.04/0.67/0.04)	

CMYK yüzdeleri

%0
%3.67
%66.53
%3.92

Codes

Color #F5EC52 in popluar color models

F5EC52
RGB24523682
HSL57°89.07%64.12%
HSB/HSV57°66.53%96.08%
CMYK0.00%3.67%66.53%
3.92%

Color #F5EC52 in popluar number systems.

HEXF5EC52
Decimal24523682
Binary11110101111011001010010
Octal365354122

Shades and tints

Shades of #F5EC52

#F5EC52
(245,236,82)
#DFD74B
(223,215,75)
#C9C244
(201,194,68)
#B3AD3D
(179,173,61)
#9D9836
(157,152,54)
#87832F
(135,131,47)
#716E28
(113,110,40)
#5B5921
(91,89,33)
#45441A
(69,68,26)
#2F2F13
(47,47,19)
#191A0C
(25,26,12)
#000000
(0,0,0)

Tints of #F5EC52

#F5EC52
(245,236,82)
#F5ED61
(245,237,97)
#F5EE70
(245,238,112)
#F5EF7F
(245,239,127)
#F5F08E
(245,240,142)
#F5F19D
(245,241,157)
#F5F2AC
(245,242,172)
#F5F3BB
(245,243,187)
#F5F4CA
(245,244,202)
#F5F5D9
(245,245,217)
#F5F6E8
(245,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5EC52 color. Also use rgb(245,236,82) instead hex code.

Text Font Color

.myTextColor { color: #F5EC52; }

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

This text font color is #F5EC52.


Background Color

.myBgColor { background-color: #F5EC52; }

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

This div background color is #F5EC52.


Border color

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

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

This div border color is #F5EC52.


Opacity

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

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

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

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

This text has shadow with #F5EC52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EC52 on black background.


Color preview on white background

This text has color #F5EC52 on white background.



Black color preview on #F5EC52 background

This text has black color on #F5EC52 background.


White color preview on #F5EC52 background

This text has white color on #F5EC52 background.