COLOR #F48D0A

HEX: #F48D0A
RGB: (244,141,10)

Color info

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

RGB color model

#F48D0A color RGB value is (244,141,10).

  • red value is 244;
  • green value is 141;
  • blue value is 10.
RGB:
(244,141,10)
(96%,55%,4%)

RGB channels and saturation

R 244 of 255 = 96%
G 141 of 255 = 55%
B 10 of 255 = 4%

244
141
10

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

Portions of RGB colors in percentages

R + G + B =
244 + 141 + 10 = 395 (100%)
R 244 of 395 ~ 61.77%
G 141 of 395 ~ 35.7%
B 10 of 395 ~ 2.53%

%61.77
%35.7

CMYK color model

#F48D0A color CMYK value is (0,42,96,4).

  • cyan value is 0.00%
  • magenta value is 42.21%
  • yellow value is 95.90%
  • key color value is 4.31%
CMYK:
(0,42,96,4)
C0M42Y96K4 
(0%,42%,96%,4%)
(0.00/0.42/0.96/0.04)	

CMYK percentages

%0
%42.21
%95.9
%4.31

Codes

Color #F48D0A in popluar color models

F48D0A
RGB24414110
HSL34°92.13%49.80%
HSB/HSV34°95.90%95.69%
CMYK0.00%42.21%95.90%
4.31%

Color #F48D0A in popluar number systems.

HEXF48D0A
Decimal24414110
Binary11110100100011011010
Octal36421512

Shades and tints

Shades of #F48D0A

#F48D0A
(244,141,10)
#DE810A
(222,129,10)
#C8750A
(200,117,10)
#B2690A
(178,105,10)
#9C5D0A
(156,93,10)
#86510A
(134,81,10)
#70450A
(112,69,10)
#5A390A
(90,57,10)
#442D0A
(68,45,10)
#2E210A
(46,33,10)
#18150A
(24,21,10)
#000000
(0,0,0)

Tints of #F48D0A

#F48D0A
(244,141,10)
#F59720
(245,151,32)
#F6A136
(246,161,54)
#F7AB4C
(247,171,76)
#F8B562
(248,181,98)
#F9BF78
(249,191,120)
#FAC98E
(250,201,142)
#FBD3A4
(251,211,164)
#FCDDBA
(252,221,186)
#FDE7D0
(253,231,208)
#FEF1E6
(254,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F48D0A color. Also use rgb(244,141,10) instead hex code.

Text Font Color

.myTextColor { color: #F48D0A; }

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

This text font color is #F48D0A.


Background Color

.myBgColor { background-color: #F48D0A; }

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

This div background color is #F48D0A.


Border color

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

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

This div border color is #F48D0A.


Opacity

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

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

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

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

This text has shadow with #F48D0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F48D0A on black background.


Color preview on white background

This text has color #F48D0A on white background.



Black color preview on #F48D0A background

This text has black color on #F48D0A background.


White color preview on #F48D0A background

This text has white color on #F48D0A background.