COLOR #F5C598

HEX: #F5C598
RGB: (245,197,152)

Renk bilgisi

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

RGB renk modeli

#F5C598 color RGB value is (245,197,152).

  • kırmız ton 245;
  • yeşil ton 197;
  • mavi ton 152.
RGB:
(245,197,152)
(96%,77%,60%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 197 of 255 = 77%
B 152 of 255 = 60%

245
197
152

R + G + B ~ 78%. #F5C598 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 197 + 152 = 594 (100%)
R 245 of 594 ~ 41.25%
G 197 of 594 ~ 33.16%
B 152 of 594 ~ 25.59%

%41.25
%33.16
%25.59

CMYK RENK MODELİ

#F5C598 rengi CMYK tonu (0,20,38,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.59%
  • sarı tonu 37.96%
  • ana renk tonu 3.92%
CMYK:
(0,20,38,4)
C0M20Y38K4 
(0%,20%,38%,4%)
(0.00/0.20/0.38/0.04)	

CMYK yüzdeleri

%0
%19.59
%37.96
%3.92

Codes

Color #F5C598 in popluar color models

F5C598
RGB245197152
HSL29°82.30%77.84%
HSB/HSV29°37.96%96.08%
CMYK0.00%19.59%37.96%
3.92%

Color #F5C598 in popluar number systems.

HEXF5C598
Decimal245197152
Binary111101011100010110011000
Octal365305230

Shades and tints

Shades of #F5C598

#F5C598
(245,197,152)
#DFB48B
(223,180,139)
#C9A37E
(201,163,126)
#B39271
(179,146,113)
#9D8164
(157,129,100)
#877057
(135,112,87)
#715F4A
(113,95,74)
#5B4E3D
(91,78,61)
#453D30
(69,61,48)
#2F2C23
(47,44,35)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #F5C598

#F5C598
(245,197,152)
#F5CAA1
(245,202,161)
#F5CFAA
(245,207,170)
#F5D4B3
(245,212,179)
#F5D9BC
(245,217,188)
#F5DEC5
(245,222,197)
#F5E3CE
(245,227,206)
#F5E8D7
(245,232,215)
#F5EDE0
(245,237,224)
#F5F2E9
(245,242,233)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C598 color. Also use rgb(245,197,152) instead hex code.

Text Font Color

.myTextColor { color: #F5C598; }

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

This text font color is #F5C598.


Background Color

.myBgColor { background-color: #F5C598; }

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

This div background color is #F5C598.


Border color

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

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

This div border color is #F5C598.


Opacity

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

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

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

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

This text has shadow with #F5C598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C598 on black background.


Color preview on white background

This text has color #F5C598 on white background.



Black color preview on #F5C598 background

This text has black color on #F5C598 background.


White color preview on #F5C598 background

This text has white color on #F5C598 background.