COLOR #F5B790

HEX: #F5B790
RGB: (245,183,144)

Renk bilgisi

#F5B790 contains mainly red color. #F5B790 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F5B790 color RGB value is (245,183,144).

  • kırmız ton 245;
  • yeşil ton 183;
  • mavi ton 144.
RGB:
(245,183,144)
(96%,72%,56%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 183 of 255 = 72%
B 144 of 255 = 56%

245
183
144

R + G + B ~ 75%. #F5B790 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 183 + 144 = 572 (100%)
R 245 of 572 ~ 42.83%
G 183 of 572 ~ 31.99%
B 144 of 572 ~ 25.17%

%42.83
%31.99
%25.17

CMYK RENK MODELİ

#F5B790 rengi CMYK tonu (0,25,41,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.31%
  • sarı tonu 41.22%
  • ana renk tonu 3.92%
CMYK:
(0,25,41,4)
C0M25Y41K4 
(0%,25%,41%,4%)
(0.00/0.25/0.41/0.04)	

CMYK yüzdeleri

%0
%25.31
%41.22
%3.92

Codes

Color #F5B790 in popluar color models

F5B790
RGB245183144
HSL23°83.47%76.27%
HSB/HSV23°41.22%96.08%
CMYK0.00%25.31%41.22%
3.92%

Color #F5B790 in popluar number systems.

HEXF5B790
Decimal245183144
Binary111101011011011110010000
Octal365267220

Shades and tints

Shades of #F5B790

#F5B790
(245,183,144)
#DFA783
(223,167,131)
#C99776
(201,151,118)
#B38769
(179,135,105)
#9D775C
(157,119,92)
#87674F
(135,103,79)
#715742
(113,87,66)
#5B4735
(91,71,53)
#453728
(69,55,40)
#2F271B
(47,39,27)
#19170E
(25,23,14)
#000000
(0,0,0)

Tints of #F5B790

#F5B790
(245,183,144)
#F5BD9A
(245,189,154)
#F5C3A4
(245,195,164)
#F5C9AE
(245,201,174)
#F5CFB8
(245,207,184)
#F5D5C2
(245,213,194)
#F5DBCC
(245,219,204)
#F5E1D6
(245,225,214)
#F5E7E0
(245,231,224)
#F5EDEA
(245,237,234)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B790 color. Also use rgb(245,183,144) instead hex code.

Text Font Color

.myTextColor { color: #F5B790; }

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

This text font color is #F5B790.


Background Color

.myBgColor { background-color: #F5B790; }

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

This div background color is #F5B790.


Border color

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

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

This div border color is #F5B790.


Opacity

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

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

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

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

This text has shadow with #F5B790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B790 on black background.


Color preview on white background

This text has color #F5B790 on white background.



Black color preview on #F5B790 background

This text has black color on #F5B790 background.


White color preview on #F5B790 background

This text has white color on #F5B790 background.