COLOR #FB7E59

HEX: #FB7E59
RGB: (251,126,89)

Renk bilgisi

#FB7E59 contains mainly red color. #FB7E59 ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#FB7E59 color RGB value is (251,126,89).

  • kırmız ton 251;
  • yeşil ton 126;
  • mavi ton 89.
RGB:
(251,126,89)
(98%,49%,35%)

RGB bağlantıları ve doygunluk

R 251 of 255 = 98%
G 126 of 255 = 49%
B 89 of 255 = 35%

251
126
89

R + G + B ~ 61%. #FB7E59 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
251 + 126 + 89 = 466 (100%)
R 251 of 466 ~ 53.86%
G 126 of 466 ~ 27.04%
B 89 of 466 ~ 19.1%

%53.86
%27.04
%19.1

CMYK RENK MODELİ

#FB7E59 rengi CMYK tonu (0,50,65,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.80%
  • sarı tonu 64.54%
  • ana renk tonu 1.57%
CMYK:
(0,50,65,2)
C0M50Y65K2 
(0%,50%,65%,2%)
(0.00/0.50/0.65/0.02)	

CMYK yüzdeleri

%0
%49.8
%64.54
%1.57

Codes

Color #FB7E59 in popluar color models

FB7E59
RGB25112689
HSL14°95.29%66.67%
HSB/HSV14°64.54%98.43%
CMYK0.00%49.80%64.54%
1.57%

Color #FB7E59 in popluar number systems.

HEXFB7E59
Decimal25112689
Binary1111101111111101011001
Octal373176131

Shades and tints

Shades of #FB7E59

#FB7E59
(251,126,89)
#E57351
(229,115,81)
#CF6849
(207,104,73)
#B95D41
(185,93,65)
#A35239
(163,82,57)
#8D4731
(141,71,49)
#773C29
(119,60,41)
#613121
(97,49,33)
#4B2619
(75,38,25)
#351B11
(53,27,17)
#1F1009
(31,16,9)
#000000
(0,0,0)

Tints of #FB7E59

#FB7E59
(251,126,89)
#FB8968
(251,137,104)
#FB9477
(251,148,119)
#FB9F86
(251,159,134)
#FBAA95
(251,170,149)
#FBB5A4
(251,181,164)
#FBC0B3
(251,192,179)
#FBCBC2
(251,203,194)
#FBD6D1
(251,214,209)
#FBE1E0
(251,225,224)
#FBECEF
(251,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB7E59 color. Also use rgb(251,126,89) instead hex code.

Text Font Color

.myTextColor { color: #FB7E59; }

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

This text font color is #FB7E59.


Background Color

.myBgColor { background-color: #FB7E59; }

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

This div background color is #FB7E59.


Border color

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

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

This div border color is #FB7E59.


Opacity

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

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

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

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

This text has shadow with #FB7E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB7E59 on black background.


Color preview on white background

This text has color #FB7E59 on white background.



Black color preview on #FB7E59 background

This text has black color on #FB7E59 background.


White color preview on #FB7E59 background

This text has white color on #FB7E59 background.