COLOR #F49F1A

HEX: #F49F1A
RGB: (244,159,26)

Color info

#F49F1A contains mainly red color. Web safe color of #F49F1A is #FF9900 (or #F90).

RGB color model

#F49F1A color RGB value is (244,159,26).

  • red value is 244;
  • green value is 159;
  • blue value is 26.
RGB:
(244,159,26)
(96%,62%,10%)

RGB channels and saturation

R 244 of 255 = 96%
G 159 of 255 = 62%
B 26 of 255 = 10%

244
159
26

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

Portions of RGB colors in percentages

R + G + B =
244 + 159 + 26 = 429 (100%)
R 244 of 429 ~ 56.88%
G 159 of 429 ~ 37.06%
B 26 of 429 ~ 6.06%

%56.88
%37.06

CMYK color model

#F49F1A color CMYK value is (0,35,89,4).

  • cyan value is 0.00%
  • magenta value is 34.84%
  • yellow value is 89.34%
  • key color value is 4.31%
CMYK:
(0,35,89,4)
C0M35Y89K4 
(0%,35%,89%,4%)
(0.00/0.35/0.89/0.04)	

CMYK percentages

%0
%34.84
%89.34
%4.31

Codes

Color #F49F1A in popluar color models

F49F1A
RGB24415926
HSL37°90.83%52.94%
HSB/HSV37°89.34%95.69%
CMYK0.00%34.84%89.34%
4.31%

Color #F49F1A in popluar number systems.

HEXF49F1A
Decimal24415926
Binary111101001001111111010
Octal36423732

Shades and tints

Shades of #F49F1A

#F49F1A
(244,159,26)
#DE9118
(222,145,24)
#C88316
(200,131,22)
#B27514
(178,117,20)
#9C6712
(156,103,18)
#865910
(134,89,16)
#704B0E
(112,75,14)
#5A3D0C
(90,61,12)
#442F0A
(68,47,10)
#2E2108
(46,33,8)
#181306
(24,19,6)
#000000
(0,0,0)

Tints of #F49F1A

#F49F1A
(244,159,26)
#F5A72E
(245,167,46)
#F6AF42
(246,175,66)
#F7B756
(247,183,86)
#F8BF6A
(248,191,106)
#F9C77E
(249,199,126)
#FACF92
(250,207,146)
#FBD7A6
(251,215,166)
#FCDFBA
(252,223,186)
#FDE7CE
(253,231,206)
#FEEFE2
(254,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F49F1A color. Also use rgb(244,159,26) instead hex code.

Text Font Color

.myTextColor { color: #F49F1A; }

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

This text font color is #F49F1A.


Background Color

.myBgColor { background-color: #F49F1A; }

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

This div background color is #F49F1A.


Border color

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

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

This div border color is #F49F1A.


Opacity

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

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

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

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

This text has shadow with #F49F1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F49F1A on black background.


Color preview on white background

This text has color #F49F1A on white background.



Black color preview on #F49F1A background

This text has black color on #F49F1A background.


White color preview on #F49F1A background

This text has white color on #F49F1A background.