COLOR #F5ED28

HEX: #F5ED28
RGB: (245,237,40)

Renk bilgisi

#F5ED28 contains mainly red and green colors. #F5ED28 ‘ nin web güvenlik rengi #FFFF33 (ya da #FF3) dir.

RGB renk modeli

#F5ED28 color RGB value is (245,237,40).

  • kırmız ton 245;
  • yeşil ton 237;
  • mavi ton 40.
RGB:
(245,237,40)
(96%,93%,16%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 237 of 255 = 93%
B 40 of 255 = 16%

245
237
40

R + G + B ~ 68%. #F5ED28 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 237 + 40 = 522 (100%)
R 245 of 522 ~ 46.93%
G 237 of 522 ~ 45.4%
B 40 of 522 ~ 7.66%

%46.93
%45.4

CMYK RENK MODELİ

#F5ED28 rengi CMYK tonu (0,3,84,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.27%
  • sarı tonu 83.67%
  • ana renk tonu 3.92%
CMYK:
(0,3,84,4)
C0M3Y84K4 
(0%,3%,84%,4%)
(0.00/0.03/0.84/0.04)	

CMYK yüzdeleri

%0
%3.27
%83.67
%3.92

Codes

Color #F5ED28 in popluar color models

F5ED28
RGB24523740
HSL58°91.11%55.88%
HSB/HSV58°83.67%96.08%
CMYK0.00%3.27%83.67%
3.92%

Color #F5ED28 in popluar number systems.

HEXF5ED28
Decimal24523740
Binary1111010111101101101000
Octal36535550

Shades and tints

Shades of #F5ED28

#F5ED28
(245,237,40)
#DFD825
(223,216,37)
#C9C322
(201,195,34)
#B3AE1F
(179,174,31)
#9D991C
(157,153,28)
#878419
(135,132,25)
#716F16
(113,111,22)
#5B5A13
(91,90,19)
#454510
(69,69,16)
#2F300D
(47,48,13)
#191B0A
(25,27,10)
#000000
(0,0,0)

Tints of #F5ED28

#F5ED28
(245,237,40)
#F5EE3B
(245,238,59)
#F5EF4E
(245,239,78)
#F5F061
(245,240,97)
#F5F174
(245,241,116)
#F5F287
(245,242,135)
#F5F39A
(245,243,154)
#F5F4AD
(245,244,173)
#F5F5C0
(245,245,192)
#F5F6D3
(245,246,211)
#F5F7E6
(245,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5ED28 color. Also use rgb(245,237,40) instead hex code.

Text Font Color

.myTextColor { color: #F5ED28; }

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

This text font color is #F5ED28.


Background Color

.myBgColor { background-color: #F5ED28; }

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

This div background color is #F5ED28.


Border color

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

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

This div border color is #F5ED28.


Opacity

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

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

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

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

This text has shadow with #F5ED28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5ED28 on black background.


Color preview on white background

This text has color #F5ED28 on white background.



Black color preview on #F5ED28 background

This text has black color on #F5ED28 background.


White color preview on #F5ED28 background

This text has white color on #F5ED28 background.