COLOR #F37D5C

HEX: #F37D5C
RGB: (243,125,92)

Renk bilgisi

#F37D5C contains mainly red color. #F37D5C ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#F37D5C color RGB value is (243,125,92).

  • kırmız ton 243;
  • yeşil ton 125;
  • mavi ton 92.
RGB:
(243,125,92)
(95%,49%,36%)

RGB bağlantıları ve doygunluk

R 243 of 255 = 95%
G 125 of 255 = 49%
B 92 of 255 = 36%

243
125
92

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

Yüzdelerle RGB renk parçaları

R + G + B =
243 + 125 + 92 = 460 (100%)
R 243 of 460 ~ 52.83%
G 125 of 460 ~ 27.17%
B 92 of 460 ~ 20%

%52.83
%27.17
%20

CMYK RENK MODELİ

#F37D5C rengi CMYK tonu (0,49,62,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.56%
  • sarı tonu 62.14%
  • ana renk tonu 4.71%
CMYK:
(0,49,62,5)
C0M49Y62K5 
(0%,49%,62%,5%)
(0.00/0.49/0.62/0.05)	

CMYK yüzdeleri

%0
%48.56
%62.14
%4.71

Codes

Color #F37D5C in popluar color models

F37D5C
RGB24312592
HSL13°86.29%65.69%
HSB/HSV13°62.14%95.29%
CMYK0.00%48.56%62.14%
4.71%

Color #F37D5C in popluar number systems.

HEXF37D5C
Decimal24312592
Binary1111001111111011011100
Octal363175134

Shades and tints

Shades of #F37D5C

#F37D5C
(243,125,92)
#DD7254
(221,114,84)
#C7674C
(199,103,76)
#B15C44
(177,92,68)
#9B513C
(155,81,60)
#854634
(133,70,52)
#6F3B2C
(111,59,44)
#593024
(89,48,36)
#43251C
(67,37,28)
#2D1A14
(45,26,20)
#170F0C
(23,15,12)
#000000
(0,0,0)

Tints of #F37D5C

#F37D5C
(243,125,92)
#F4886A
(244,136,106)
#F59378
(245,147,120)
#F69E86
(246,158,134)
#F7A994
(247,169,148)
#F8B4A2
(248,180,162)
#F9BFB0
(249,191,176)
#FACABE
(250,202,190)
#FBD5CC
(251,213,204)
#FCE0DA
(252,224,218)
#FDEBE8
(253,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F37D5C color. Also use rgb(243,125,92) instead hex code.

Text Font Color

.myTextColor { color: #F37D5C; }

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

This text font color is #F37D5C.


Background Color

.myBgColor { background-color: #F37D5C; }

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

This div background color is #F37D5C.


Border color

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

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

This div border color is #F37D5C.


Opacity

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

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

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

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

This text has shadow with #F37D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F37D5C on black background.


Color preview on white background

This text has color #F37D5C on white background.



Black color preview on #F37D5C background

This text has black color on #F37D5C background.


White color preview on #F37D5C background

This text has white color on #F37D5C background.