COLOR #F1773B

HEX: #F1773B
RGB: (241,119,59)

Color info

#F1773B contains mainly red color. Web safe color of #F1773B is #FF6633 (or #F63).

RGB color model

#F1773B color RGB value is (241,119,59).

  • red value is 241;
  • green value is 119;
  • blue value is 59.
RGB:
(241,119,59)
(95%,47%,23%)

RGB channels and saturation

R 241 of 255 = 95%
G 119 of 255 = 47%
B 59 of 255 = 23%

241
119
59

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

Portions of RGB colors in percentages

R + G + B =
241 + 119 + 59 = 419 (100%)
R 241 of 419 ~ 57.52%
G 119 of 419 ~ 28.4%
B 59 of 419 ~ 14.08%

%57.52
%28.4
%14.08

CMYK color model

#F1773B color CMYK value is (0,51,76,5).

  • cyan value is 0.00%
  • magenta value is 50.62%
  • yellow value is 75.52%
  • key color value is 5.49%
CMYK:
(0,51,76,5)
C0M51Y76K5 
(0%,51%,76%,5%)
(0.00/0.51/0.76/0.05)	

CMYK percentages

%0
%50.62
%75.52
%5.49

Codes

Color #F1773B in popluar color models

F1773B
RGB24111959
HSL20°86.67%58.82%
HSB/HSV20°75.52%94.51%
CMYK0.00%50.62%75.52%
5.49%

Color #F1773B in popluar number systems.

HEXF1773B
Decimal24111959
Binary111100011110111111011
Octal36116773

Shades and tints

Shades of #F1773B

#F1773B
(241,119,59)
#DC6D36
(220,109,54)
#C76331
(199,99,49)
#B2592C
(178,89,44)
#9D4F27
(157,79,39)
#884522
(136,69,34)
#733B1D
(115,59,29)
#5E3118
(94,49,24)
#492713
(73,39,19)
#341D0E
(52,29,14)
#1F1309
(31,19,9)
#000000
(0,0,0)

Tints of #F1773B

#F1773B
(241,119,59)
#F2834C
(242,131,76)
#F38F5D
(243,143,93)
#F49B6E
(244,155,110)
#F5A77F
(245,167,127)
#F6B390
(246,179,144)
#F7BFA1
(247,191,161)
#F8CBB2
(248,203,178)
#F9D7C3
(249,215,195)
#FAE3D4
(250,227,212)
#FBEFE5
(251,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1773B; }

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

This text font color is #F1773B.


Background Color

.myBgColor { background-color: #F1773B; }

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

This div background color is #F1773B.


Border color

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

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

This div border color is #F1773B.


Opacity

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

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

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

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

This text has shadow with #F1773B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1773B on black background.


Color preview on white background

This text has color #F1773B on white background.



Black color preview on #F1773B background

This text has black color on #F1773B background.


White color preview on #F1773B background

This text has white color on #F1773B background.