COLOR #F27442

HEX: #F27442
RGB: (242,116,66)

Color info

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

RGB color model

#F27442 color RGB value is (242,116,66).

  • red value is 242;
  • green value is 116;
  • blue value is 66.
RGB:
(242,116,66)
(95%,45%,26%)

RGB channels and saturation

R 242 of 255 = 95%
G 116 of 255 = 45%
B 66 of 255 = 26%

242
116
66

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

Portions of RGB colors in percentages

R + G + B =
242 + 116 + 66 = 424 (100%)
R 242 of 424 ~ 57.08%
G 116 of 424 ~ 27.36%
B 66 of 424 ~ 15.57%

%57.08
%27.36
%15.57

CMYK color model

#F27442 color CMYK value is (0,52,73,5).

  • cyan value is 0.00%
  • magenta value is 52.07%
  • yellow value is 72.73%
  • key color value is 5.10%
CMYK:
(0,52,73,5)
C0M52Y73K5 
(0%,52%,73%,5%)
(0.00/0.52/0.73/0.05)	

CMYK percentages

%0
%52.07
%72.73
%5.1

Codes

Color #F27442 in popluar color models

F27442
RGB24211666
HSL17°87.13%60.39%
HSB/HSV17°72.73%94.90%
CMYK0.00%52.07%72.73%
5.10%

Color #F27442 in popluar number systems.

HEXF27442
Decimal24211666
Binary1111001011101001000010
Octal362164102

Shades and tints

Shades of #F27442

#F27442
(242,116,66)
#DC6A3C
(220,106,60)
#C66036
(198,96,54)
#B05630
(176,86,48)
#9A4C2A
(154,76,42)
#844224
(132,66,36)
#6E381E
(110,56,30)
#582E18
(88,46,24)
#422412
(66,36,18)
#2C1A0C
(44,26,12)
#161006
(22,16,6)
#000000
(0,0,0)

Tints of #F27442

#F27442
(242,116,66)
#F38053
(243,128,83)
#F48C64
(244,140,100)
#F59875
(245,152,117)
#F6A486
(246,164,134)
#F7B097
(247,176,151)
#F8BCA8
(248,188,168)
#F9C8B9
(249,200,185)
#FAD4CA
(250,212,202)
#FBE0DB
(251,224,219)
#FCECEC
(252,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F27442 color. Also use rgb(242,116,66) instead hex code.

Text Font Color

.myTextColor { color: #F27442; }

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

This text font color is #F27442.


Background Color

.myBgColor { background-color: #F27442; }

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

This div background color is #F27442.


Border color

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

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

This div border color is #F27442.


Opacity

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

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

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

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

This text has shadow with #F27442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F27442 on black background.


Color preview on white background

This text has color #F27442 on white background.



Black color preview on #F27442 background

This text has black color on #F27442 background.


White color preview on #F27442 background

This text has white color on #F27442 background.