COLOR #F5D991

HEX: #F5D991
RGB: (245,217,145)

Renk bilgisi

#F5D991 contains mainly red and green colors. #F5D991 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F5D991 color RGB value is (245,217,145).

  • kırmız ton 245;
  • yeşil ton 217;
  • mavi ton 145.
RGB:
(245,217,145)
(96%,85%,57%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 217 of 255 = 85%
B 145 of 255 = 57%

245
217
145

R + G + B ~ 79%. #F5D991 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 217 + 145 = 607 (100%)
R 245 of 607 ~ 40.36%
G 217 of 607 ~ 35.75%
B 145 of 607 ~ 23.89%

%40.36
%35.75
%23.89

CMYK RENK MODELİ

#F5D991 rengi CMYK tonu (0,11,41,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.43%
  • sarı tonu 40.82%
  • ana renk tonu 3.92%
CMYK:
(0,11,41,4)
C0M11Y41K4 
(0%,11%,41%,4%)
(0.00/0.11/0.41/0.04)	

CMYK yüzdeleri

%0
%11.43
%40.82
%3.92

Codes

Color #F5D991 in popluar color models

F5D991
RGB245217145
HSL43°83.33%76.47%
HSB/HSV43°40.82%96.08%
CMYK0.00%11.43%40.82%
3.92%

Color #F5D991 in popluar number systems.

HEXF5D991
Decimal245217145
Binary111101011101100110010001
Octal365331221

Shades and tints

Shades of #F5D991

#F5D991
(245,217,145)
#DFC684
(223,198,132)
#C9B377
(201,179,119)
#B3A06A
(179,160,106)
#9D8D5D
(157,141,93)
#877A50
(135,122,80)
#716743
(113,103,67)
#5B5436
(91,84,54)
#454129
(69,65,41)
#2F2E1C
(47,46,28)
#191B0F
(25,27,15)
#000000
(0,0,0)

Tints of #F5D991

#F5D991
(245,217,145)
#F5DC9B
(245,220,155)
#F5DFA5
(245,223,165)
#F5E2AF
(245,226,175)
#F5E5B9
(245,229,185)
#F5E8C3
(245,232,195)
#F5EBCD
(245,235,205)
#F5EED7
(245,238,215)
#F5F1E1
(245,241,225)
#F5F4EB
(245,244,235)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D991 color. Also use rgb(245,217,145) instead hex code.

Text Font Color

.myTextColor { color: #F5D991; }

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

This text font color is #F5D991.


Background Color

.myBgColor { background-color: #F5D991; }

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

This div background color is #F5D991.


Border color

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

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

This div border color is #F5D991.


Opacity

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

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

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

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

This text has shadow with #F5D991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D991 on black background.


Color preview on white background

This text has color #F5D991 on white background.



Black color preview on #F5D991 background

This text has black color on #F5D991 background.


White color preview on #F5D991 background

This text has white color on #F5D991 background.