COLOR #F1774C

HEX: #F1774C
RGB: (241,119,76)

Renk bilgisi

#F1774C contains mainly red color. #F1774C ‘ nin web güvenlik rengi #FF6633 (ya da #F63) dir.

RGB renk modeli

#F1774C color RGB value is (241,119,76).

  • kırmız ton 241;
  • yeşil ton 119;
  • mavi ton 76.
RGB:
(241,119,76)
(95%,47%,30%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 119 of 255 = 47%
B 76 of 255 = 30%

241
119
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 119 + 76 = 436 (100%)
R 241 of 436 ~ 55.28%
G 119 of 436 ~ 27.29%
B 76 of 436 ~ 17.43%

%55.28
%27.29
%17.43

CMYK RENK MODELİ

#F1774C rengi CMYK tonu (0,51,68,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.62%
  • sarı tonu 68.46%
  • ana renk tonu 5.49%
CMYK:
(0,51,68,5)
C0M51Y68K5 
(0%,51%,68%,5%)
(0.00/0.51/0.68/0.05)	

CMYK yüzdeleri

%0
%50.62
%68.46
%5.49

Codes

Color #F1774C in popluar color models

F1774C
RGB24111976
HSL16°85.49%62.16%
HSB/HSV16°68.46%94.51%
CMYK0.00%50.62%68.46%
5.49%

Color #F1774C in popluar number systems.

HEXF1774C
Decimal24111976
Binary1111000111101111001100
Octal361167114

Shades and tints

Shades of #F1774C

#F1774C
(241,119,76)
#DC6D46
(220,109,70)
#C76340
(199,99,64)
#B2593A
(178,89,58)
#9D4F34
(157,79,52)
#88452E
(136,69,46)
#733B28
(115,59,40)
#5E3122
(94,49,34)
#49271C
(73,39,28)
#341D16
(52,29,22)
#1F1310
(31,19,16)
#000000
(0,0,0)

Tints of #F1774C

#F1774C
(241,119,76)
#F2835C
(242,131,92)
#F38F6C
(243,143,108)
#F49B7C
(244,155,124)
#F5A78C
(245,167,140)
#F6B39C
(246,179,156)
#F7BFAC
(247,191,172)
#F8CBBC
(248,203,188)
#F9D7CC
(249,215,204)
#FAE3DC
(250,227,220)
#FBEFEC
(251,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1774C color. Also use rgb(241,119,76) instead hex code.

Text Font Color

.myTextColor { color: #F1774C; }

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

This text font color is #F1774C.


Background Color

.myBgColor { background-color: #F1774C; }

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

This div background color is #F1774C.


Border color

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

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

This div border color is #F1774C.


Opacity

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

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

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

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

This text has shadow with #F1774C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1774C on black background.


Color preview on white background

This text has color #F1774C on white background.



Black color preview on #F1774C background

This text has black color on #F1774C background.


White color preview on #F1774C background

This text has white color on #F1774C background.