COLOR #F27D5C

HEX: #F27D5C
RGB: (242,125,92)

Color info

#F27D5C contains mainly red color. Web safe color of #F27D5C is #FF6666 (or #F66).

RGB color model

#F27D5C color RGB value is (242,125,92).

  • red value is 242;
  • green value is 125;
  • blue value is 92.
RGB:
(242,125,92)
(95%,49%,36%)

RGB channels and saturation

R 242 of 255 = 95%
G 125 of 255 = 49%
B 92 of 255 = 36%

242
125
92

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

Portions of RGB colors in percentages

R + G + B =
242 + 125 + 92 = 459 (100%)
R 242 of 459 ~ 52.72%
G 125 of 459 ~ 27.23%
B 92 of 459 ~ 20.04%

%52.72
%27.23
%20.04

CMYK color model

#F27D5C color CMYK value is (0,48,62,5).

  • cyan value is 0.00%
  • magenta value is 48.35%
  • yellow value is 61.98%
  • key color value is 5.10%
CMYK:
(0,48,62,5)
C0M48Y62K5 
(0%,48%,62%,5%)
(0.00/0.48/0.62/0.05)	

CMYK percentages

%0
%48.35
%61.98
%5.1

Codes

Color #F27D5C in popluar color models

F27D5C
RGB24212592
HSL13°85.23%65.49%
HSB/HSV13°61.98%94.90%
CMYK0.00%48.35%61.98%
5.10%

Color #F27D5C in popluar number systems.

HEXF27D5C
Decimal24212592
Binary1111001011111011011100
Octal362175134

Shades and tints

Shades of #F27D5C

#F27D5C
(242,125,92)
#DC7254
(220,114,84)
#C6674C
(198,103,76)
#B05C44
(176,92,68)
#9A513C
(154,81,60)
#844634
(132,70,52)
#6E3B2C
(110,59,44)
#583024
(88,48,36)
#42251C
(66,37,28)
#2C1A14
(44,26,20)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #F27D5C

#F27D5C
(242,125,92)
#F3886A
(243,136,106)
#F49378
(244,147,120)
#F59E86
(245,158,134)
#F6A994
(246,169,148)
#F7B4A2
(247,180,162)
#F8BFB0
(248,191,176)
#F9CABE
(249,202,190)
#FAD5CC
(250,213,204)
#FBE0DA
(251,224,218)
#FCEBE8
(252,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F27D5C color. Also use rgb(242,125,92) instead hex code.

Text Font Color

.myTextColor { color: #F27D5C; }

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

This text font color is #F27D5C.


Background Color

.myBgColor { background-color: #F27D5C; }

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

This div background color is #F27D5C.


Border color

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

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

This div border color is #F27D5C.


Opacity

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

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

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

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

This text has shadow with #F27D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F27D5C on black background.


Color preview on white background

This text has color #F27D5C on white background.



Black color preview on #F27D5C background

This text has black color on #F27D5C background.


White color preview on #F27D5C background

This text has white color on #F27D5C background.