COLOR #F49A27

HEX: #F49A27
RGB: (244,154,39)

Color info

#F49A27 contains mainly red color. Web safe color of #F49A27 is #FF9933 (or #F93).

RGB color model

#F49A27 color RGB value is (244,154,39).

  • red value is 244;
  • green value is 154;
  • blue value is 39.
RGB:
(244,154,39)
(96%,60%,15%)

RGB channels and saturation

R 244 of 255 = 96%
G 154 of 255 = 60%
B 39 of 255 = 15%

244
154
39

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

Portions of RGB colors in percentages

R + G + B =
244 + 154 + 39 = 437 (100%)
R 244 of 437 ~ 55.84%
G 154 of 437 ~ 35.24%
B 39 of 437 ~ 8.92%

%55.84
%35.24

CMYK color model

#F49A27 color CMYK value is (0,37,84,4).

  • cyan value is 0.00%
  • magenta value is 36.89%
  • yellow value is 84.02%
  • key color value is 4.31%
CMYK:
(0,37,84,4)
C0M37Y84K4 
(0%,37%,84%,4%)
(0.00/0.37/0.84/0.04)	

CMYK percentages

%0
%36.89
%84.02
%4.31

Codes

Color #F49A27 in popluar color models

F49A27
RGB24415439
HSL34°90.31%55.49%
HSB/HSV34°84.02%95.69%
CMYK0.00%36.89%84.02%
4.31%

Color #F49A27 in popluar number systems.

HEXF49A27
Decimal24415439
Binary1111010010011010100111
Octal36423247

Shades and tints

Shades of #F49A27

#F49A27
(244,154,39)
#DE8C24
(222,140,36)
#C87E21
(200,126,33)
#B2701E
(178,112,30)
#9C621B
(156,98,27)
#865418
(134,84,24)
#704615
(112,70,21)
#5A3812
(90,56,18)
#442A0F
(68,42,15)
#2E1C0C
(46,28,12)
#180E09
(24,14,9)
#000000
(0,0,0)

Tints of #F49A27

#F49A27
(244,154,39)
#F5A33A
(245,163,58)
#F6AC4D
(246,172,77)
#F7B560
(247,181,96)
#F8BE73
(248,190,115)
#F9C786
(249,199,134)
#FAD099
(250,208,153)
#FBD9AC
(251,217,172)
#FCE2BF
(252,226,191)
#FDEBD2
(253,235,210)
#FEF4E5
(254,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F49A27 color. Also use rgb(244,154,39) instead hex code.

Text Font Color

.myTextColor { color: #F49A27; }

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

This text font color is #F49A27.


Background Color

.myBgColor { background-color: #F49A27; }

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

This div background color is #F49A27.


Border color

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

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

This div border color is #F49A27.


Opacity

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

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

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

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

This text has shadow with #F49A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F49A27 on black background.


Color preview on white background

This text has color #F49A27 on white background.



Black color preview on #F49A27 background

This text has black color on #F49A27 background.


White color preview on #F49A27 background

This text has white color on #F49A27 background.