COLOR #F89A4E

HEX: #F89A4E
RGB: (248,154,78)

Color info

#F89A4E contains mainly red color. Web safe color of #F89A4E is #FF9966 (or #F96).

RGB color model

#F89A4E color RGB value is (248,154,78).

  • red value is 248;
  • green value is 154;
  • blue value is 78.
RGB:
(248,154,78)
(97%,60%,31%)

RGB channels and saturation

R 248 of 255 = 97%
G 154 of 255 = 60%
B 78 of 255 = 31%

248
154
78

R + G + B ~ 63%. #F89A4E is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 154 + 78 = 480 (100%)
R 248 of 480 ~ 51.67%
G 154 of 480 ~ 32.08%
B 78 of 480 ~ 16.25%

%51.67
%32.08
%16.25

CMYK color model

#F89A4E color CMYK value is (0,38,69,3).

  • cyan value is 0.00%
  • magenta value is 37.90%
  • yellow value is 68.55%
  • key color value is 2.75%
CMYK:
(0,38,69,3)
C0M38Y69K3 
(0%,38%,69%,3%)
(0.00/0.38/0.69/0.03)	

CMYK percentages

%0
%37.9
%68.55
%2.75

Codes

Color #F89A4E in popluar color models

F89A4E
RGB24815478
HSL27°92.39%63.92%
HSB/HSV27°68.55%97.25%
CMYK0.00%37.90%68.55%
2.75%

Color #F89A4E in popluar number systems.

HEXF89A4E
Decimal24815478
Binary11111000100110101001110
Octal370232116

Shades and tints

Shades of #F89A4E

#F89A4E
(248,154,78)
#E28C47
(226,140,71)
#CC7E40
(204,126,64)
#B67039
(182,112,57)
#A06232
(160,98,50)
#8A542B
(138,84,43)
#744624
(116,70,36)
#5E381D
(94,56,29)
#482A16
(72,42,22)
#321C0F
(50,28,15)
#1C0E08
(28,14,8)
#000000
(0,0,0)

Tints of #F89A4E

#F89A4E
(248,154,78)
#F8A35E
(248,163,94)
#F8AC6E
(248,172,110)
#F8B57E
(248,181,126)
#F8BE8E
(248,190,142)
#F8C79E
(248,199,158)
#F8D0AE
(248,208,174)
#F8D9BE
(248,217,190)
#F8E2CE
(248,226,206)
#F8EBDE
(248,235,222)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F89A4E color. Also use rgb(248,154,78) instead hex code.

Text Font Color

.myTextColor { color: #F89A4E; }

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

This text font color is #F89A4E.


Background Color

.myBgColor { background-color: #F89A4E; }

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

This div background color is #F89A4E.


Border color

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

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

This div border color is #F89A4E.


Opacity

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

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

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

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

This text has shadow with #F89A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F89A4E on black background.


Color preview on white background

This text has color #F89A4E on white background.



Black color preview on #F89A4E background

This text has black color on #F89A4E background.


White color preview on #F89A4E background

This text has white color on #F89A4E background.