COLOR #F6885B

HEX: #F6885B
RGB: (246,136,91)

Renk bilgisi

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

RGB renk modeli

#F6885B color RGB value is (246,136,91).

  • kırmız ton 246;
  • yeşil ton 136;
  • mavi ton 91.
RGB:
(246,136,91)
(96%,53%,36%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 136 of 255 = 53%
B 91 of 255 = 36%

246
136
91

R + G + B ~ 62%. #F6885B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 136 + 91 = 473 (100%)
R 246 of 473 ~ 52.01%
G 136 of 473 ~ 28.75%
B 91 of 473 ~ 19.24%

%52.01
%28.75
%19.24

CMYK RENK MODELİ

#F6885B rengi CMYK tonu (0,45,63,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.72%
  • sarı tonu 63.01%
  • ana renk tonu 3.53%
CMYK:
(0,45,63,4)
C0M45Y63K4 
(0%,45%,63%,4%)
(0.00/0.45/0.63/0.04)	

CMYK yüzdeleri

%0
%44.72
%63.01
%3.53

Codes

Color #F6885B in popluar color models

F6885B
RGB24613691
HSL17°89.60%66.08%
HSB/HSV17°63.01%96.47%
CMYK0.00%44.72%63.01%
3.53%

Color #F6885B in popluar number systems.

HEXF6885B
Decimal24613691
Binary11110110100010001011011
Octal366210133

Shades and tints

Shades of #F6885B

#F6885B
(246,136,91)
#E07C53
(224,124,83)
#CA704B
(202,112,75)
#B46443
(180,100,67)
#9E583B
(158,88,59)
#884C33
(136,76,51)
#72402B
(114,64,43)
#5C3423
(92,52,35)
#46281B
(70,40,27)
#301C13
(48,28,19)
#1A100B
(26,16,11)
#000000
(0,0,0)

Tints of #F6885B

#F6885B
(246,136,91)
#F69269
(246,146,105)
#F69C77
(246,156,119)
#F6A685
(246,166,133)
#F6B093
(246,176,147)
#F6BAA1
(246,186,161)
#F6C4AF
(246,196,175)
#F6CEBD
(246,206,189)
#F6D8CB
(246,216,203)
#F6E2D9
(246,226,217)
#F6ECE7
(246,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6885B color. Also use rgb(246,136,91) instead hex code.

Text Font Color

.myTextColor { color: #F6885B; }

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

This text font color is #F6885B.


Background Color

.myBgColor { background-color: #F6885B; }

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

This div background color is #F6885B.


Border color

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

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

This div border color is #F6885B.


Opacity

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

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

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

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

This text has shadow with #F6885B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6885B on black background.


Color preview on white background

This text has color #F6885B on white background.



Black color preview on #F6885B background

This text has black color on #F6885B background.


White color preview on #F6885B background

This text has white color on #F6885B background.