COLOR #F17C6D

HEX: #F17C6D
RGB: (241,124,109)

Renk bilgisi

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

RGB renk modeli

#F17C6D color RGB value is (241,124,109).

  • kırmız ton 241;
  • yeşil ton 124;
  • mavi ton 109.
RGB:
(241,124,109)
(95%,49%,43%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 124 of 255 = 49%
B 109 of 255 = 43%

241
124
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 124 + 109 = 474 (100%)
R 241 of 474 ~ 50.84%
G 124 of 474 ~ 26.16%
B 109 of 474 ~ 23%

%50.84
%26.16
%23

CMYK RENK MODELİ

#F17C6D rengi CMYK tonu (0,49,55,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.55%
  • sarı tonu 54.77%
  • ana renk tonu 5.49%
CMYK:
(0,49,55,5)
C0M49Y55K5 
(0%,49%,55%,5%)
(0.00/0.49/0.55/0.05)	

CMYK yüzdeleri

%0
%48.55
%54.77
%5.49

Codes

Color #F17C6D in popluar color models

F17C6D
RGB241124109
HSL82.50%68.63%
HSB/HSV54.77%94.51%
CMYK0.00%48.55%54.77%
5.49%

Color #F17C6D in popluar number systems.

HEXF17C6D
Decimal241124109
Binary1111000111111001101101
Octal361174155

Shades and tints

Shades of #F17C6D

#F17C6D
(241,124,109)
#DC7164
(220,113,100)
#C7665B
(199,102,91)
#B25B52
(178,91,82)
#9D5049
(157,80,73)
#884540
(136,69,64)
#733A37
(115,58,55)
#5E2F2E
(94,47,46)
#492425
(73,36,37)
#34191C
(52,25,28)
#1F0E13
(31,14,19)
#000000
(0,0,0)

Tints of #F17C6D

#F17C6D
(241,124,109)
#F2877A
(242,135,122)
#F39287
(243,146,135)
#F49D94
(244,157,148)
#F5A8A1
(245,168,161)
#F6B3AE
(246,179,174)
#F7BEBB
(247,190,187)
#F8C9C8
(248,201,200)
#F9D4D5
(249,212,213)
#FADFE2
(250,223,226)
#FBEAEF
(251,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17C6D color. Also use rgb(241,124,109) instead hex code.

Text Font Color

.myTextColor { color: #F17C6D; }

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

This text font color is #F17C6D.


Background Color

.myBgColor { background-color: #F17C6D; }

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

This div background color is #F17C6D.


Border color

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

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

This div border color is #F17C6D.


Opacity

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

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

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

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

This text has shadow with #F17C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17C6D on black background.


Color preview on white background

This text has color #F17C6D on white background.



Black color preview on #F17C6D background

This text has black color on #F17C6D background.


White color preview on #F17C6D background

This text has white color on #F17C6D background.