COLOR #F5DC7D

HEX: #F5DC7D
RGB: (245,220,125)

Renk bilgisi

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

RGB renk modeli

#F5DC7D color RGB value is (245,220,125).

  • kırmız ton 245;
  • yeşil ton 220;
  • mavi ton 125.
RGB:
(245,220,125)
(96%,86%,49%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 220 of 255 = 86%
B 125 of 255 = 49%

245
220
125

R + G + B ~ 77%. #F5DC7D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 220 + 125 = 590 (100%)
R 245 of 590 ~ 41.53%
G 220 of 590 ~ 37.29%
B 125 of 590 ~ 21.19%

%41.53
%37.29
%21.19

CMYK RENK MODELİ

#F5DC7D rengi CMYK tonu (0,10,49,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.20%
  • sarı tonu 48.98%
  • ana renk tonu 3.92%
CMYK:
(0,10,49,4)
C0M10Y49K4 
(0%,10%,49%,4%)
(0.00/0.10/0.49/0.04)	

CMYK yüzdeleri

%0
%10.2
%48.98
%3.92

Codes

Color #F5DC7D in popluar color models

F5DC7D
RGB245220125
HSL48°85.71%72.55%
HSB/HSV48°48.98%96.08%
CMYK0.00%10.20%48.98%
3.92%

Color #F5DC7D in popluar number systems.

HEXF5DC7D
Decimal245220125
Binary11110101110111001111101
Octal365334175

Shades and tints

Shades of #F5DC7D

#F5DC7D
(245,220,125)
#DFC872
(223,200,114)
#C9B467
(201,180,103)
#B3A05C
(179,160,92)
#9D8C51
(157,140,81)
#877846
(135,120,70)
#71643B
(113,100,59)
#5B5030
(91,80,48)
#453C25
(69,60,37)
#2F281A
(47,40,26)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #F5DC7D

#F5DC7D
(245,220,125)
#F5DF88
(245,223,136)
#F5E293
(245,226,147)
#F5E59E
(245,229,158)
#F5E8A9
(245,232,169)
#F5EBB4
(245,235,180)
#F5EEBF
(245,238,191)
#F5F1CA
(245,241,202)
#F5F4D5
(245,244,213)
#F5F7E0
(245,247,224)
#F5FAEB
(245,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DC7D color. Also use rgb(245,220,125) instead hex code.

Text Font Color

.myTextColor { color: #F5DC7D; }

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

This text font color is #F5DC7D.


Background Color

.myBgColor { background-color: #F5DC7D; }

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

This div background color is #F5DC7D.


Border color

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

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

This div border color is #F5DC7D.


Opacity

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

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

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

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

This text has shadow with #F5DC7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DC7D on black background.


Color preview on white background

This text has color #F5DC7D on white background.



Black color preview on #F5DC7D background

This text has black color on #F5DC7D background.


White color preview on #F5DC7D background

This text has white color on #F5DC7D background.