COLOR #F27239

HEX: #F27239
RGB: (242,114,57)

Color info

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

RGB color model

#F27239 color RGB value is (242,114,57).

  • red value is 242;
  • green value is 114;
  • blue value is 57.
RGB:
(242,114,57)
(95%,45%,22%)

RGB channels and saturation

R 242 of 255 = 95%
G 114 of 255 = 45%
B 57 of 255 = 22%

242
114
57

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

Portions of RGB colors in percentages

R + G + B =
242 + 114 + 57 = 413 (100%)
R 242 of 413 ~ 58.6%
G 114 of 413 ~ 27.6%
B 57 of 413 ~ 13.8%

%58.6
%27.6
%13.8

CMYK color model

#F27239 color CMYK value is (0,53,76,5).

  • cyan value is 0.00%
  • magenta value is 52.89%
  • yellow value is 76.45%
  • key color value is 5.10%
CMYK:
(0,53,76,5)
C0M53Y76K5 
(0%,53%,76%,5%)
(0.00/0.53/0.76/0.05)	

CMYK percentages

%0
%52.89
%76.45
%5.1

Codes

Color #F27239 in popluar color models

F27239
RGB24211457
HSL18°87.68%58.63%
HSB/HSV18°76.45%94.90%
CMYK0.00%52.89%76.45%
5.10%

Color #F27239 in popluar number systems.

HEXF27239
Decimal24211457
Binary111100101110010111001
Octal36216271

Shades and tints

Shades of #F27239

#F27239
(242,114,57)
#DC6834
(220,104,52)
#C65E2F
(198,94,47)
#B0542A
(176,84,42)
#9A4A25
(154,74,37)
#844020
(132,64,32)
#6E361B
(110,54,27)
#582C16
(88,44,22)
#422211
(66,34,17)
#2C180C
(44,24,12)
#160E07
(22,14,7)
#000000
(0,0,0)

Tints of #F27239

#F27239
(242,114,57)
#F37E4B
(243,126,75)
#F48A5D
(244,138,93)
#F5966F
(245,150,111)
#F6A281
(246,162,129)
#F7AE93
(247,174,147)
#F8BAA5
(248,186,165)
#F9C6B7
(249,198,183)
#FAD2C9
(250,210,201)
#FBDEDB
(251,222,219)
#FCEAED
(252,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F27239 color. Also use rgb(242,114,57) instead hex code.

Text Font Color

.myTextColor { color: #F27239; }

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

This text font color is #F27239.


Background Color

.myBgColor { background-color: #F27239; }

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

This div background color is #F27239.


Border color

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

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

This div border color is #F27239.


Opacity

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

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

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

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

This text has shadow with #F27239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F27239 on black background.


Color preview on white background

This text has color #F27239 on white background.



Black color preview on #F27239 background

This text has black color on #F27239 background.


White color preview on #F27239 background

This text has white color on #F27239 background.