COLOR #F1854E

HEX: #F1854E
RGB: (241,133,78)

Color info

#F1854E contains mainly red color. Web safe color of #F1854E is #FF9966 (or #F96).

RGB color model

#F1854E color RGB value is (241,133,78).

  • red value is 241;
  • green value is 133;
  • blue value is 78.
RGB:
(241,133,78)
(95%,52%,31%)

RGB channels and saturation

R 241 of 255 = 95%
G 133 of 255 = 52%
B 78 of 255 = 31%

241
133
78

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

Portions of RGB colors in percentages

R + G + B =
241 + 133 + 78 = 452 (100%)
R 241 of 452 ~ 53.32%
G 133 of 452 ~ 29.42%
B 78 of 452 ~ 17.26%

%53.32
%29.42
%17.26

CMYK color model

#F1854E color CMYK value is (0,45,68,5).

  • cyan value is 0.00%
  • magenta value is 44.81%
  • yellow value is 67.63%
  • key color value is 5.49%
CMYK:
(0,45,68,5)
C0M45Y68K5 
(0%,45%,68%,5%)
(0.00/0.45/0.68/0.05)	

CMYK percentages

%0
%44.81
%67.63
%5.49

Codes

Color #F1854E in popluar color models

F1854E
RGB24113378
HSL20°85.34%62.55%
HSB/HSV20°67.63%94.51%
CMYK0.00%44.81%67.63%
5.49%

Color #F1854E in popluar number systems.

HEXF1854E
Decimal24113378
Binary11110001100001011001110
Octal361205116

Shades and tints

Shades of #F1854E

#F1854E
(241,133,78)
#DC7947
(220,121,71)
#C76D40
(199,109,64)
#B26139
(178,97,57)
#9D5532
(157,85,50)
#88492B
(136,73,43)
#733D24
(115,61,36)
#5E311D
(94,49,29)
#492516
(73,37,22)
#34190F
(52,25,15)
#1F0D08
(31,13,8)
#000000
(0,0,0)

Tints of #F1854E

#F1854E
(241,133,78)
#F2905E
(242,144,94)
#F39B6E
(243,155,110)
#F4A67E
(244,166,126)
#F5B18E
(245,177,142)
#F6BC9E
(246,188,158)
#F7C7AE
(247,199,174)
#F8D2BE
(248,210,190)
#F9DDCE
(249,221,206)
#FAE8DE
(250,232,222)
#FBF3EE
(251,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1854E color. Also use rgb(241,133,78) instead hex code.

Text Font Color

.myTextColor { color: #F1854E; }

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

This text font color is #F1854E.


Background Color

.myBgColor { background-color: #F1854E; }

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

This div background color is #F1854E.


Border color

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

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

This div border color is #F1854E.


Opacity

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

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

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

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

This text has shadow with #F1854E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1854E on black background.


Color preview on white background

This text has color #F1854E on white background.



Black color preview on #F1854E background

This text has black color on #F1854E background.


White color preview on #F1854E background

This text has white color on #F1854E background.