COLOR #F6B574

HEX: #F6B574
RGB: (246,181,116)

Renk bilgisi

#F6B574 contains mainly red color. #F6B574 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#F6B574 color RGB value is (246,181,116).

  • kırmız ton 246;
  • yeşil ton 181;
  • mavi ton 116.
RGB:
(246,181,116)
(96%,71%,45%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 181 of 255 = 71%
B 116 of 255 = 45%

246
181
116

R + G + B ~ 71%. #F6B574 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 181 + 116 = 543 (100%)
R 246 of 543 ~ 45.3%
G 181 of 543 ~ 33.33%
B 116 of 543 ~ 21.36%

%45.3
%33.33
%21.36

CMYK RENK MODELİ

#F6B574 rengi CMYK tonu (0,26,53,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.42%
  • sarı tonu 52.85%
  • ana renk tonu 3.53%
CMYK:
(0,26,53,4)
C0M26Y53K4 
(0%,26%,53%,4%)
(0.00/0.26/0.53/0.04)	

CMYK yüzdeleri

%0
%26.42
%52.85
%3.53

Codes

Color #F6B574 in popluar color models

F6B574
RGB246181116
HSL30°87.84%70.98%
HSB/HSV30°52.85%96.47%
CMYK0.00%26.42%52.85%
3.53%

Color #F6B574 in popluar number systems.

HEXF6B574
Decimal246181116
Binary11110110101101011110100
Octal366265164

Shades and tints

Shades of #F6B574

#F6B574
(246,181,116)
#E0A56A
(224,165,106)
#CA9560
(202,149,96)
#B48556
(180,133,86)
#9E754C
(158,117,76)
#886542
(136,101,66)
#725538
(114,85,56)
#5C452E
(92,69,46)
#463524
(70,53,36)
#30251A
(48,37,26)
#1A1510
(26,21,16)
#000000
(0,0,0)

Tints of #F6B574

#F6B574
(246,181,116)
#F6BB80
(246,187,128)
#F6C18C
(246,193,140)
#F6C798
(246,199,152)
#F6CDA4
(246,205,164)
#F6D3B0
(246,211,176)
#F6D9BC
(246,217,188)
#F6DFC8
(246,223,200)
#F6E5D4
(246,229,212)
#F6EBE0
(246,235,224)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6B574 color. Also use rgb(246,181,116) instead hex code.

Text Font Color

.myTextColor { color: #F6B574; }

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

This text font color is #F6B574.


Background Color

.myBgColor { background-color: #F6B574; }

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

This div background color is #F6B574.


Border color

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

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

This div border color is #F6B574.


Opacity

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

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

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

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

This text has shadow with #F6B574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B574 on black background.


Color preview on white background

This text has color #F6B574 on white background.



Black color preview on #F6B574 background

This text has black color on #F6B574 background.


White color preview on #F6B574 background

This text has white color on #F6B574 background.