COLOR #F5E617

HEX: #F5E617
RGB: (245,230,23)

Renk bilgisi

#F5E617 contains mainly red and green colors. #F5E617 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#F5E617 color RGB value is (245,230,23).

  • kırmız ton 245;
  • yeşil ton 230;
  • mavi ton 23.
RGB:
(245,230,23)
(96%,90%,9%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 230 of 255 = 90%
B 23 of 255 = 9%

245
230
23

R + G + B ~ 65%. #F5E617 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 230 + 23 = 498 (100%)
R 245 of 498 ~ 49.2%
G 230 of 498 ~ 46.18%
B 23 of 498 ~ 4.62%

%49.2
%46.18

CMYK RENK MODELİ

#F5E617 rengi CMYK tonu (0,6,91,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.12%
  • sarı tonu 90.61%
  • ana renk tonu 3.92%
CMYK:
(0,6,91,4)
C0M6Y91K4 
(0%,6%,91%,4%)
(0.00/0.06/0.91/0.04)	

CMYK yüzdeleri

%0
%6.12
%90.61
%3.92

Codes

Color #F5E617 in popluar color models

F5E617
RGB24523023
HSL56°91.74%52.55%
HSB/HSV56°90.61%96.08%
CMYK0.00%6.12%90.61%
3.92%

Color #F5E617 in popluar number systems.

HEXF5E617
Decimal24523023
Binary111101011110011010111
Octal36534627

Shades and tints

Shades of #F5E617

#F5E617
(245,230,23)
#DFD215
(223,210,21)
#C9BE13
(201,190,19)
#B3AA11
(179,170,17)
#9D960F
(157,150,15)
#87820D
(135,130,13)
#716E0B
(113,110,11)
#5B5A09
(91,90,9)
#454607
(69,70,7)
#2F3205
(47,50,5)
#191E03
(25,30,3)
#000000
(0,0,0)

Tints of #F5E617

#F5E617
(245,230,23)
#F5E82C
(245,232,44)
#F5EA41
(245,234,65)
#F5EC56
(245,236,86)
#F5EE6B
(245,238,107)
#F5F080
(245,240,128)
#F5F295
(245,242,149)
#F5F4AA
(245,244,170)
#F5F6BF
(245,246,191)
#F5F8D4
(245,248,212)
#F5FAE9
(245,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E617 color. Also use rgb(245,230,23) instead hex code.

Text Font Color

.myTextColor { color: #F5E617; }

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

This text font color is #F5E617.


Background Color

.myBgColor { background-color: #F5E617; }

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

This div background color is #F5E617.


Border color

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

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

This div border color is #F5E617.


Opacity

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

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

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

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

This text has shadow with #F5E617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E617 on black background.


Color preview on white background

This text has color #F5E617 on white background.



Black color preview on #F5E617 background

This text has black color on #F5E617 background.


White color preview on #F5E617 background

This text has white color on #F5E617 background.