COLOR #F5B17F

HEX: #F5B17F
RGB: (245,177,127)

Renk bilgisi

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

RGB renk modeli

#F5B17F color RGB value is (245,177,127).

  • kırmız ton 245;
  • yeşil ton 177;
  • mavi ton 127.
RGB:
(245,177,127)
(96%,69%,50%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 177 of 255 = 69%
B 127 of 255 = 50%

245
177
127

R + G + B ~ 72%. #F5B17F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 177 + 127 = 549 (100%)
R 245 of 549 ~ 44.63%
G 177 of 549 ~ 32.24%
B 127 of 549 ~ 23.13%

%44.63
%32.24
%23.13

CMYK RENK MODELİ

#F5B17F rengi CMYK tonu (0,28,48,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.76%
  • sarı tonu 48.16%
  • ana renk tonu 3.92%
CMYK:
(0,28,48,4)
C0M28Y48K4 
(0%,28%,48%,4%)
(0.00/0.28/0.48/0.04)	

CMYK yüzdeleri

%0
%27.76
%48.16
%3.92

Codes

Color #F5B17F in popluar color models

F5B17F
RGB245177127
HSL25°85.51%72.94%
HSB/HSV25°48.16%96.08%
CMYK0.00%27.76%48.16%
3.92%

Color #F5B17F in popluar number systems.

HEXF5B17F
Decimal245177127
Binary11110101101100011111111
Octal365261177

Shades and tints

Shades of #F5B17F

#F5B17F
(245,177,127)
#DFA174
(223,161,116)
#C99169
(201,145,105)
#B3815E
(179,129,94)
#9D7153
(157,113,83)
#876148
(135,97,72)
#71513D
(113,81,61)
#5B4132
(91,65,50)
#453127
(69,49,39)
#2F211C
(47,33,28)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #F5B17F

#F5B17F
(245,177,127)
#F5B88A
(245,184,138)
#F5BF95
(245,191,149)
#F5C6A0
(245,198,160)
#F5CDAB
(245,205,171)
#F5D4B6
(245,212,182)
#F5DBC1
(245,219,193)
#F5E2CC
(245,226,204)
#F5E9D7
(245,233,215)
#F5F0E2
(245,240,226)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B17F color. Also use rgb(245,177,127) instead hex code.

Text Font Color

.myTextColor { color: #F5B17F; }

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

This text font color is #F5B17F.


Background Color

.myBgColor { background-color: #F5B17F; }

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

This div background color is #F5B17F.


Border color

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

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

This div border color is #F5B17F.


Opacity

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

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

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

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

This text has shadow with #F5B17F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B17F on black background.


Color preview on white background

This text has color #F5B17F on white background.



Black color preview on #F5B17F background

This text has black color on #F5B17F background.


White color preview on #F5B17F background

This text has white color on #F5B17F background.