COLOR #F5C20D

HEX: #F5C20D
RGB: (245,194,13)

Renk bilgisi

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

RGB renk modeli

#F5C20D color RGB value is (245,194,13).

  • kırmız ton 245;
  • yeşil ton 194;
  • mavi ton 13.
RGB:
(245,194,13)
(96%,76%,5%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 194 of 255 = 76%
B 13 of 255 = 5%

245
194
13

R + G + B ~ 59%. #F5C20D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 194 + 13 = 452 (100%)
R 245 of 452 ~ 54.2%
G 194 of 452 ~ 42.92%
B 13 of 452 ~ 2.88%

%54.2
%42.92

CMYK RENK MODELİ

#F5C20D rengi CMYK tonu (0,21,95,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.82%
  • sarı tonu 94.69%
  • ana renk tonu 3.92%
CMYK:
(0,21,95,4)
C0M21Y95K4 
(0%,21%,95%,4%)
(0.00/0.21/0.95/0.04)	

CMYK yüzdeleri

%0
%20.82
%94.69
%3.92

Codes

Color #F5C20D in popluar color models

F5C20D
RGB24519413
HSL47°92.06%50.59%
HSB/HSV47°94.69%96.08%
CMYK0.00%20.82%94.69%
3.92%

Color #F5C20D in popluar number systems.

HEXF5C20D
Decimal24519413
Binary11110101110000101101
Octal36530215

Shades and tints

Shades of #F5C20D

#F5C20D
(245,194,13)
#DFB10C
(223,177,12)
#C9A00B
(201,160,11)
#B38F0A
(179,143,10)
#9D7E09
(157,126,9)
#876D08
(135,109,8)
#715C07
(113,92,7)
#5B4B06
(91,75,6)
#453A05
(69,58,5)
#2F2904
(47,41,4)
#191803
(25,24,3)
#000000
(0,0,0)

Tints of #F5C20D

#F5C20D
(245,194,13)
#F5C723
(245,199,35)
#F5CC39
(245,204,57)
#F5D14F
(245,209,79)
#F5D665
(245,214,101)
#F5DB7B
(245,219,123)
#F5E091
(245,224,145)
#F5E5A7
(245,229,167)
#F5EABD
(245,234,189)
#F5EFD3
(245,239,211)
#F5F4E9
(245,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C20D color. Also use rgb(245,194,13) instead hex code.

Text Font Color

.myTextColor { color: #F5C20D; }

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

This text font color is #F5C20D.


Background Color

.myBgColor { background-color: #F5C20D; }

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

This div background color is #F5C20D.


Border color

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

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

This div border color is #F5C20D.


Opacity

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

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

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

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

This text has shadow with #F5C20D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C20D on black background.


Color preview on white background

This text has color #F5C20D on white background.



Black color preview on #F5C20D background

This text has black color on #F5C20D background.


White color preview on #F5C20D background

This text has white color on #F5C20D background.