COLOR #F89B15

HEX: #F89B15
RGB: (248,155,21)

Color info

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

RGB color model

#F89B15 color RGB value is (248,155,21).

  • red value is 248;
  • green value is 155;
  • blue value is 21.
RGB:
(248,155,21)
(97%,61%,8%)

RGB channels and saturation

R 248 of 255 = 97%
G 155 of 255 = 61%
B 21 of 255 = 8%

248
155
21

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

Portions of RGB colors in percentages

R + G + B =
248 + 155 + 21 = 424 (100%)
R 248 of 424 ~ 58.49%
G 155 of 424 ~ 36.56%
B 21 of 424 ~ 4.95%

%58.49
%36.56

CMYK color model

#F89B15 color CMYK value is (0,38,92,3).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 91.53%
  • key color value is 2.75%
CMYK:
(0,38,92,3)
C0M38Y92K3 
(0%,38%,92%,3%)
(0.00/0.38/0.92/0.03)	

CMYK percentages

%0
%37.5
%91.53
%2.75

Codes

Color #F89B15 in popluar color models

F89B15
RGB24815521
HSL35°94.19%52.75%
HSB/HSV35°91.53%97.25%
CMYK0.00%37.50%91.53%
2.75%

Color #F89B15 in popluar number systems.

HEXF89B15
Decimal24815521
Binary111110001001101110101
Octal37023325

Shades and tints

Shades of #F89B15

#F89B15
(248,155,21)
#E28D14
(226,141,20)
#CC7F13
(204,127,19)
#B67112
(182,113,18)
#A06311
(160,99,17)
#8A5510
(138,85,16)
#74470F
(116,71,15)
#5E390E
(94,57,14)
#482B0D
(72,43,13)
#321D0C
(50,29,12)
#1C0F0B
(28,15,11)
#000000
(0,0,0)

Tints of #F89B15

#F89B15
(248,155,21)
#F8A42A
(248,164,42)
#F8AD3F
(248,173,63)
#F8B654
(248,182,84)
#F8BF69
(248,191,105)
#F8C87E
(248,200,126)
#F8D193
(248,209,147)
#F8DAA8
(248,218,168)
#F8E3BD
(248,227,189)
#F8ECD2
(248,236,210)
#F8F5E7
(248,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F89B15 color. Also use rgb(248,155,21) instead hex code.

Text Font Color

.myTextColor { color: #F89B15; }

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

This text font color is #F89B15.


Background Color

.myBgColor { background-color: #F89B15; }

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

This div background color is #F89B15.


Border color

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

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

This div border color is #F89B15.


Opacity

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

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

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

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

This text has shadow with #F89B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F89B15 on black background.


Color preview on white background

This text has color #F89B15 on white background.



Black color preview on #F89B15 background

This text has black color on #F89B15 background.


White color preview on #F89B15 background

This text has white color on #F89B15 background.