COLOR #FF6347

HEX: #FF6347
RGB: (255,99,71)

Renk bilgisi

Rengin adı Tomato. #FF6347 contains mainly red color. #FF6347 ‘ nin web güvenlik rengi #FF6633 (ya da #F63) dir.

RGB renk modeli

#FF6347 color RGB value is (255,99,71).

  • kırmız ton 255;
  • yeşil ton 99;
  • mavi ton 71.
RGB:
(255,99,71)
(100%,39%,28%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 99 of 255 = 39%
B 71 of 255 = 28%

255
99
71

R + G + B ~ 56%. #FF6347 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 99 + 71 = 425 (100%)
R 255 of 425 ~ 60%
G 99 of 425 ~ 23.29%
B 71 of 425 ~ 16.71%

%60
%23.29
%16.71

CMYK RENK MODELİ

#FF6347 rengi CMYK tonu (0,61,72,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.18%
  • sarı tonu 72.16%
  • ana renk tonu 0.00%
CMYK:
(0,61,72,0)
C0M61Y72K0 
(0%,61%,72%,0%)
(0.00/0.61/0.72/0.00)	

CMYK yüzdeleri

%0
%61.18
%72.16
%0

Codes

Color #FF6347 in popluar color models

FF6347
RGB2559971
HSL100.00%63.92%
HSB/HSV72.16%100.00%
CMYK0.00%61.18%72.16%
0.00%

Color #FF6347 in popluar number systems.

HEXFF6347
Decimal2559971
Binary1111111111000111000111
Octal377143107

Shades and tints

Shades of #FF6347

#FF6347
(255,99,71)
#E85A41
(232,90,65)
#D1513B
(209,81,59)
#BA4835
(186,72,53)
#A33F2F
(163,63,47)
#8C3629
(140,54,41)
#752D23
(117,45,35)
#5E241D
(94,36,29)
#471B17
(71,27,23)
#301211
(48,18,17)
#19090B
(25,9,11)
#000000
(0,0,0)

Tints of #FF6347

#FF6347
(255,99,71)
#FF7157
(255,113,87)
#FF7F67
(255,127,103)
#FF8D77
(255,141,119)
#FF9B87
(255,155,135)
#FFA997
(255,169,151)
#FFB7A7
(255,183,167)
#FFC5B7
(255,197,183)
#FFD3C7
(255,211,199)
#FFE1D7
(255,225,215)
#FFEFE7
(255,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF6347 color. Also use rgb(255,99,71) instead hex code.

Text Font Color

.myTextColor { color: #FF6347; }

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

This text font color is #FF6347.


Background Color

.myBgColor { background-color: #FF6347; }

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

This div background color is #FF6347.


Border color

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

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

This div border color is #FF6347.


Opacity

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

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

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

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

This text has shadow with #FF6347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF6347 on black background.


Color preview on white background

This text has color #FF6347 on white background.



Black color preview on #FF6347 background

This text has black color on #FF6347 background.


White color preview on #FF6347 background

This text has white color on #FF6347 background.