COLOR #F49A08

HEX: #F49A08
RGB: (244,154,8)

Color info

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

RGB color model

#F49A08 color RGB value is (244,154,8).

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

RGB channels and saturation

R 244 of 255 = 96%
G 154 of 255 = 60%
B 8 of 255 = 3%

244
154
8

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

Portions of RGB colors in percentages

R + G + B =
244 + 154 + 8 = 406 (100%)
R 244 of 406 ~ 60.1%
G 154 of 406 ~ 37.93%
B 8 of 406 ~ 1.97%

%60.1
%37.93

CMYK color model

#F49A08 color CMYK value is (0,37,97,4).

  • cyan value is 0.00%
  • magenta value is 36.89%
  • yellow value is 96.72%
  • key color value is 4.31%
CMYK:
(0,37,97,4)
C0M37Y97K4 
(0%,37%,97%,4%)
(0.00/0.37/0.97/0.04)	

CMYK percentages

%0
%36.89
%96.72
%4.31

Codes

Color #F49A08 in popluar color models

F49A08
RGB2441548
HSL37°93.65%49.41%
HSB/HSV37°96.72%95.69%
CMYK0.00%36.89%96.72%
4.31%

Color #F49A08 in popluar number systems.

HEXF49A08
Decimal2441548
Binary11110100100110101000
Octal36423210

Shades and tints

Shades of #F49A08

#F49A08
(244,154,8)
#DE8C08
(222,140,8)
#C87E08
(200,126,8)
#B27008
(178,112,8)
#9C6208
(156,98,8)
#865408
(134,84,8)
#704608
(112,70,8)
#5A3808
(90,56,8)
#442A08
(68,42,8)
#2E1C08
(46,28,8)
#180E08
(24,14,8)
#000000
(0,0,0)

Tints of #F49A08

#F49A08
(244,154,8)
#F5A31E
(245,163,30)
#F6AC34
(246,172,52)
#F7B54A
(247,181,74)
#F8BE60
(248,190,96)
#F9C776
(249,199,118)
#FAD08C
(250,208,140)
#FBD9A2
(251,217,162)
#FCE2B8
(252,226,184)
#FDEBCE
(253,235,206)
#FEF4E4
(254,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F49A08; }

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

This text font color is #F49A08.


Background Color

.myBgColor { background-color: #F49A08; }

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

This div background color is #F49A08.


Border color

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

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

This div border color is #F49A08.


Opacity

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

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

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

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

This text has shadow with #F49A08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F49A08 on black background.


Color preview on white background

This text has color #F49A08 on white background.



Black color preview on #F49A08 background

This text has black color on #F49A08 background.


White color preview on #F49A08 background

This text has white color on #F49A08 background.