COLOR #F5D76E

HEX: #F5D76E
RGB: (245,215,110)

Renk bilgisi

#F5D76E contains mainly red and green colors. #F5D76E ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#F5D76E color RGB value is (245,215,110).

  • kırmız ton 245;
  • yeşil ton 215;
  • mavi ton 110.
RGB:
(245,215,110)
(96%,84%,43%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 215 of 255 = 84%
B 110 of 255 = 43%

245
215
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 215 + 110 = 570 (100%)
R 245 of 570 ~ 42.98%
G 215 of 570 ~ 37.72%
B 110 of 570 ~ 19.3%

%42.98
%37.72
%19.3

CMYK RENK MODELİ

#F5D76E rengi CMYK tonu (0,12,55,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.24%
  • sarı tonu 55.10%
  • ana renk tonu 3.92%
CMYK:
(0,12,55,4)
C0M12Y55K4 
(0%,12%,55%,4%)
(0.00/0.12/0.55/0.04)	

CMYK yüzdeleri

%0
%12.24
%55.1
%3.92

Codes

Color #F5D76E in popluar color models

F5D76E
RGB245215110
HSL47°87.10%69.61%
HSB/HSV47°55.10%96.08%
CMYK0.00%12.24%55.10%
3.92%

Color #F5D76E in popluar number systems.

HEXF5D76E
Decimal245215110
Binary11110101110101111101110
Octal365327156

Shades and tints

Shades of #F5D76E

#F5D76E
(245,215,110)
#DFC464
(223,196,100)
#C9B15A
(201,177,90)
#B39E50
(179,158,80)
#9D8B46
(157,139,70)
#87783C
(135,120,60)
#716532
(113,101,50)
#5B5228
(91,82,40)
#453F1E
(69,63,30)
#2F2C14
(47,44,20)
#19190A
(25,25,10)
#000000
(0,0,0)

Tints of #F5D76E

#F5D76E
(245,215,110)
#F5DA7B
(245,218,123)
#F5DD88
(245,221,136)
#F5E095
(245,224,149)
#F5E3A2
(245,227,162)
#F5E6AF
(245,230,175)
#F5E9BC
(245,233,188)
#F5ECC9
(245,236,201)
#F5EFD6
(245,239,214)
#F5F2E3
(245,242,227)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D76E color. Also use rgb(245,215,110) instead hex code.

Text Font Color

.myTextColor { color: #F5D76E; }

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

This text font color is #F5D76E.


Background Color

.myBgColor { background-color: #F5D76E; }

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

This div background color is #F5D76E.


Border color

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

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

This div border color is #F5D76E.


Opacity

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

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

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

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

This text has shadow with #F5D76E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D76E on black background.


Color preview on white background

This text has color #F5D76E on white background.



Black color preview on #F5D76E background

This text has black color on #F5D76E background.


White color preview on #F5D76E background

This text has white color on #F5D76E background.