COLOR #FF7F50

HEX: #FF7F50
RGB: (255,127,80)

Renk bilgisi

Rengin adı Coral. #FF7F50 contains mainly red color. #FF7F50 ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#FF7F50 color RGB value is (255,127,80).

  • kırmız ton 255;
  • yeşil ton 127;
  • mavi ton 80.
RGB:
(255,127,80)
(100%,50%,31%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 127 of 255 = 50%
B 80 of 255 = 31%

255
127
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 127 + 80 = 462 (100%)
R 255 of 462 ~ 55.19%
G 127 of 462 ~ 27.49%
B 80 of 462 ~ 17.32%

%55.19
%27.49
%17.32

CMYK RENK MODELİ

#FF7F50 rengi CMYK tonu (0,50,69,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.20%
  • sarı tonu 68.63%
  • ana renk tonu 0.00%
CMYK:
(0,50,69,0)
C0M50Y69K0 
(0%,50%,69%,0%)
(0.00/0.50/0.69/0.00)	

CMYK yüzdeleri

%0
%50.2
%68.63
%0

Codes

Color #FF7F50 in popluar color models

FF7F50
RGB25512780
HSL16°100.00%65.69%
HSB/HSV16°68.63%100.00%
CMYK0.00%50.20%68.63%
0.00%

Color #FF7F50 in popluar number systems.

HEXFF7F50
Decimal25512780
Binary1111111111111111010000
Octal377177120

Shades and tints

Shades of #FF7F50

#FF7F50
(255,127,80)
#E87449
(232,116,73)
#D16942
(209,105,66)
#BA5E3B
(186,94,59)
#A35334
(163,83,52)
#8C482D
(140,72,45)
#753D26
(117,61,38)
#5E321F
(94,50,31)
#472718
(71,39,24)
#301C11
(48,28,17)
#19110A
(25,17,10)
#000000
(0,0,0)

Tints of #FF7F50

#FF7F50
(255,127,80)
#FF8A5F
(255,138,95)
#FF956E
(255,149,110)
#FFA07D
(255,160,125)
#FFAB8C
(255,171,140)
#FFB69B
(255,182,155)
#FFC1AA
(255,193,170)
#FFCCB9
(255,204,185)
#FFD7C8
(255,215,200)
#FFE2D7
(255,226,215)
#FFEDE6
(255,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF7F50 color. Also use rgb(255,127,80) instead hex code.

Text Font Color

.myTextColor { color: #FF7F50; }

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

This text font color is #FF7F50.


Background Color

.myBgColor { background-color: #FF7F50; }

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

This div background color is #FF7F50.


Border color

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

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

This div border color is #FF7F50.


Opacity

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

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

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

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

This text has shadow with #FF7F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7F50 on black background.


Color preview on white background

This text has color #FF7F50 on white background.



Black color preview on #FF7F50 background

This text has black color on #FF7F50 background.


White color preview on #FF7F50 background

This text has white color on #FF7F50 background.