COLOR #F59E76

HEX: #F59E76
RGB: (245,158,118)

Renk bilgisi

#F59E76 contains mainly red color. #F59E76 ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#F59E76 color RGB value is (245,158,118).

  • kırmız ton 245;
  • yeşil ton 158;
  • mavi ton 118.
RGB:
(245,158,118)
(96%,62%,46%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 158 of 255 = 62%
B 118 of 255 = 46%

245
158
118

R + G + B ~ 68%. #F59E76 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 158 + 118 = 521 (100%)
R 245 of 521 ~ 47.02%
G 158 of 521 ~ 30.33%
B 118 of 521 ~ 22.65%

%47.02
%30.33
%22.65

CMYK RENK MODELİ

#F59E76 rengi CMYK tonu (0,36,52,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.51%
  • sarı tonu 51.84%
  • ana renk tonu 3.92%
CMYK:
(0,36,52,4)
C0M36Y52K4 
(0%,36%,52%,4%)
(0.00/0.36/0.52/0.04)	

CMYK yüzdeleri

%0
%35.51
%51.84
%3.92

Codes

Color #F59E76 in popluar color models

F59E76
RGB245158118
HSL19°86.39%71.18%
HSB/HSV19°51.84%96.08%
CMYK0.00%35.51%51.84%
3.92%

Color #F59E76 in popluar number systems.

HEXF59E76
Decimal245158118
Binary11110101100111101110110
Octal365236166

Shades and tints

Shades of #F59E76

#F59E76
(245,158,118)
#DF906C
(223,144,108)
#C98262
(201,130,98)
#B37458
(179,116,88)
#9D664E
(157,102,78)
#875844
(135,88,68)
#714A3A
(113,74,58)
#5B3C30
(91,60,48)
#452E26
(69,46,38)
#2F201C
(47,32,28)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #F59E76

#F59E76
(245,158,118)
#F5A682
(245,166,130)
#F5AE8E
(245,174,142)
#F5B69A
(245,182,154)
#F5BEA6
(245,190,166)
#F5C6B2
(245,198,178)
#F5CEBE
(245,206,190)
#F5D6CA
(245,214,202)
#F5DED6
(245,222,214)
#F5E6E2
(245,230,226)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F59E76 color. Also use rgb(245,158,118) instead hex code.

Text Font Color

.myTextColor { color: #F59E76; }

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

This text font color is #F59E76.


Background Color

.myBgColor { background-color: #F59E76; }

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

This div background color is #F59E76.


Border color

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

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

This div border color is #F59E76.


Opacity

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

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

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

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

This text has shadow with #F59E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59E76 on black background.


Color preview on white background

This text has color #F59E76 on white background.



Black color preview on #F59E76 background

This text has black color on #F59E76 background.


White color preview on #F59E76 background

This text has white color on #F59E76 background.