COLOR #F15838

HEX: #F15838
RGB: (241,88,56)

Color info

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

RGB color model

#F15838 color RGB value is (241,88,56).

  • red value is 241;
  • green value is 88;
  • blue value is 56.
RGB:
(241,88,56)
(95%,35%,22%)

RGB channels and saturation

R 241 of 255 = 95%
G 88 of 255 = 35%
B 56 of 255 = 22%

241
88
56

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

Portions of RGB colors in percentages

R + G + B =
241 + 88 + 56 = 385 (100%)
R 241 of 385 ~ 62.6%
G 88 of 385 ~ 22.86%
B 56 of 385 ~ 14.55%

%62.6
%22.86
%14.55

CMYK color model

#F15838 color CMYK value is (0,63,77,5).

  • cyan value is 0.00%
  • magenta value is 63.49%
  • yellow value is 76.76%
  • key color value is 5.49%
CMYK:
(0,63,77,5)
C0M63Y77K5 
(0%,63%,77%,5%)
(0.00/0.63/0.77/0.05)	

CMYK percentages

%0
%63.49
%76.76
%5.49

Codes

Color #F15838 in popluar color models

F15838
RGB2418856
HSL10°86.85%58.24%
HSB/HSV10°76.76%94.51%
CMYK0.00%63.49%76.76%
5.49%

Color #F15838 in popluar number systems.

HEXF15838
Decimal2418856
Binary111100011011000111000
Octal36113070

Shades and tints

Shades of #F15838

#F15838
(241,88,56)
#DC5033
(220,80,51)
#C7482E
(199,72,46)
#B24029
(178,64,41)
#9D3824
(157,56,36)
#88301F
(136,48,31)
#73281A
(115,40,26)
#5E2015
(94,32,21)
#491810
(73,24,16)
#34100B
(52,16,11)
#1F0806
(31,8,6)
#000000
(0,0,0)

Tints of #F15838

#F15838
(241,88,56)
#F2674A
(242,103,74)
#F3765C
(243,118,92)
#F4856E
(244,133,110)
#F59480
(245,148,128)
#F6A392
(246,163,146)
#F7B2A4
(247,178,164)
#F8C1B6
(248,193,182)
#F9D0C8
(249,208,200)
#FADFDA
(250,223,218)
#FBEEEC
(251,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F15838 color. Also use rgb(241,88,56) instead hex code.

Text Font Color

.myTextColor { color: #F15838; }

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

This text font color is #F15838.


Background Color

.myBgColor { background-color: #F15838; }

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

This div background color is #F15838.


Border color

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

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

This div border color is #F15838.


Opacity

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

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

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

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

This text has shadow with #F15838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F15838 on black background.


Color preview on white background

This text has color #F15838 on white background.



Black color preview on #F15838 background

This text has black color on #F15838 background.


White color preview on #F15838 background

This text has white color on #F15838 background.