COLOR #F27213

HEX: #F27213
RGB: (242,114,19)

Color info

#F27213 contains mainly red color. Web safe color of #F27213 is #FF6600 (or #F60).

RGB color model

#F27213 color RGB value is (242,114,19).

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

RGB channels and saturation

R 242 of 255 = 95%
G 114 of 255 = 45%
B 19 of 255 = 7%

242
114
19

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

Portions of RGB colors in percentages

R + G + B =
242 + 114 + 19 = 375 (100%)
R 242 of 375 ~ 64.53%
G 114 of 375 ~ 30.4%
B 19 of 375 ~ 5.07%

%64.53
%30.4

CMYK color model

#F27213 color CMYK value is (0,53,92,5).

  • cyan value is 0.00%
  • magenta value is 52.89%
  • yellow value is 92.15%
  • key color value is 5.10%
CMYK:
(0,53,92,5)
C0M53Y92K5 
(0%,53%,92%,5%)
(0.00/0.53/0.92/0.05)	

CMYK percentages

%0
%52.89
%92.15
%5.1

Codes

Color #F27213 in popluar color models

F27213
RGB24211419
HSL26°89.56%51.18%
HSB/HSV26°92.15%94.90%
CMYK0.00%52.89%92.15%
5.10%

Color #F27213 in popluar number systems.

HEXF27213
Decimal24211419
Binary11110010111001010011
Octal36216223

Shades and tints

Shades of #F27213

#F27213
(242,114,19)
#DC6812
(220,104,18)
#C65E11
(198,94,17)
#B05410
(176,84,16)
#9A4A0F
(154,74,15)
#84400E
(132,64,14)
#6E360D
(110,54,13)
#582C0C
(88,44,12)
#42220B
(66,34,11)
#2C180A
(44,24,10)
#160E09
(22,14,9)
#000000
(0,0,0)

Tints of #F27213

#F27213
(242,114,19)
#F37E28
(243,126,40)
#F48A3D
(244,138,61)
#F59652
(245,150,82)
#F6A267
(246,162,103)
#F7AE7C
(247,174,124)
#F8BA91
(248,186,145)
#F9C6A6
(249,198,166)
#FAD2BB
(250,210,187)
#FBDED0
(251,222,208)
#FCEAE5
(252,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F27213; }

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

This text font color is #F27213.


Background Color

.myBgColor { background-color: #F27213; }

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

This div background color is #F27213.


Border color

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

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

This div border color is #F27213.


Opacity

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

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

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

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

This text has shadow with #F27213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F27213 on black background.


Color preview on white background

This text has color #F27213 on white background.



Black color preview on #F27213 background

This text has black color on #F27213 background.


White color preview on #F27213 background

This text has white color on #F27213 background.