COLOR #F5D85B

HEX: #F5D85B
RGB: (245,216,91)

Renk bilgisi

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

RGB renk modeli

#F5D85B color RGB value is (245,216,91).

  • kırmız ton 245;
  • yeşil ton 216;
  • mavi ton 91.
RGB:
(245,216,91)
(96%,85%,36%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 216 of 255 = 85%
B 91 of 255 = 36%

245
216
91

R + G + B ~ 72%. #F5D85B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 216 + 91 = 552 (100%)
R 245 of 552 ~ 44.38%
G 216 of 552 ~ 39.13%
B 91 of 552 ~ 16.49%

%44.38
%39.13
%16.49

CMYK RENK MODELİ

#F5D85B rengi CMYK tonu (0,12,63,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.84%
  • sarı tonu 62.86%
  • ana renk tonu 3.92%
CMYK:
(0,12,63,4)
C0M12Y63K4 
(0%,12%,63%,4%)
(0.00/0.12/0.63/0.04)	

CMYK yüzdeleri

%0
%11.84
%62.86
%3.92

Codes

Color #F5D85B in popluar color models

F5D85B
RGB24521691
HSL49°88.51%65.88%
HSB/HSV49°62.86%96.08%
CMYK0.00%11.84%62.86%
3.92%

Color #F5D85B in popluar number systems.

HEXF5D85B
Decimal24521691
Binary11110101110110001011011
Octal365330133

Shades and tints

Shades of #F5D85B

#F5D85B
(245,216,91)
#DFC553
(223,197,83)
#C9B24B
(201,178,75)
#B39F43
(179,159,67)
#9D8C3B
(157,140,59)
#877933
(135,121,51)
#71662B
(113,102,43)
#5B5323
(91,83,35)
#45401B
(69,64,27)
#2F2D13
(47,45,19)
#191A0B
(25,26,11)
#000000
(0,0,0)

Tints of #F5D85B

#F5D85B
(245,216,91)
#F5DB69
(245,219,105)
#F5DE77
(245,222,119)
#F5E185
(245,225,133)
#F5E493
(245,228,147)
#F5E7A1
(245,231,161)
#F5EAAF
(245,234,175)
#F5EDBD
(245,237,189)
#F5F0CB
(245,240,203)
#F5F3D9
(245,243,217)
#F5F6E7
(245,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D85B color. Also use rgb(245,216,91) instead hex code.

Text Font Color

.myTextColor { color: #F5D85B; }

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

This text font color is #F5D85B.


Background Color

.myBgColor { background-color: #F5D85B; }

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

This div background color is #F5D85B.


Border color

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

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

This div border color is #F5D85B.


Opacity

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

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

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

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

This text has shadow with #F5D85B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D85B on black background.


Color preview on white background

This text has color #F5D85B on white background.



Black color preview on #F5D85B background

This text has black color on #F5D85B background.


White color preview on #F5D85B background

This text has white color on #F5D85B background.