COLOR #F27A09

HEX: #F27A09
RGB: (242,122,9)

Color info

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

RGB color model

#F27A09 color RGB value is (242,122,9).

  • red value is 242;
  • green value is 122;
  • blue value is 9.
RGB:
(242,122,9)
(95%,48%,4%)

RGB channels and saturation

R 242 of 255 = 95%
G 122 of 255 = 48%
B 9 of 255 = 4%

242
122
9

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

Portions of RGB colors in percentages

R + G + B =
242 + 122 + 9 = 373 (100%)
R 242 of 373 ~ 64.88%
G 122 of 373 ~ 32.71%
B 9 of 373 ~ 2.41%

%64.88
%32.71

CMYK color model

#F27A09 color CMYK value is (0,50,96,5).

  • cyan value is 0.00%
  • magenta value is 49.59%
  • yellow value is 96.28%
  • key color value is 5.10%
CMYK:
(0,50,96,5)
C0M50Y96K5 
(0%,50%,96%,5%)
(0.00/0.50/0.96/0.05)	

CMYK percentages

%0
%49.59
%96.28
%5.1

Codes

Color #F27A09 in popluar color models

F27A09
RGB2421229
HSL29°92.83%49.22%
HSB/HSV29°96.28%94.90%
CMYK0.00%49.59%96.28%
5.10%

Color #F27A09 in popluar number systems.

HEXF27A09
Decimal2421229
Binary1111001011110101001
Octal36217211

Shades and tints

Shades of #F27A09

#F27A09
(242,122,9)
#DC6F09
(220,111,9)
#C66409
(198,100,9)
#B05909
(176,89,9)
#9A4E09
(154,78,9)
#844309
(132,67,9)
#6E3809
(110,56,9)
#582D09
(88,45,9)
#422209
(66,34,9)
#2C1709
(44,23,9)
#160C09
(22,12,9)
#000000
(0,0,0)

Tints of #F27A09

#F27A09
(242,122,9)
#F3861F
(243,134,31)
#F49235
(244,146,53)
#F59E4B
(245,158,75)
#F6AA61
(246,170,97)
#F7B677
(247,182,119)
#F8C28D
(248,194,141)
#F9CEA3
(249,206,163)
#FADAB9
(250,218,185)
#FBE6CF
(251,230,207)
#FCF2E5
(252,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F27A09 color. Also use rgb(242,122,9) instead hex code.

Text Font Color

.myTextColor { color: #F27A09; }

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

This text font color is #F27A09.


Background Color

.myBgColor { background-color: #F27A09; }

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

This div background color is #F27A09.


Border color

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

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

This div border color is #F27A09.


Opacity

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

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

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

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

This text has shadow with #F27A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F27A09 on black background.


Color preview on white background

This text has color #F27A09 on white background.



Black color preview on #F27A09 background

This text has black color on #F27A09 background.


White color preview on #F27A09 background

This text has white color on #F27A09 background.