COLOR #F88923

HEX: #F88923
RGB: (248,137,35)

Color info

#F88923 contains mainly red color. Web safe color of #F88923 is #FF9933 (or #F93).

RGB color model

#F88923 color RGB value is (248,137,35).

  • red value is 248;
  • green value is 137;
  • blue value is 35.
RGB:
(248,137,35)
(97%,54%,14%)

RGB channels and saturation

R 248 of 255 = 97%
G 137 of 255 = 54%
B 35 of 255 = 14%

248
137
35

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

Portions of RGB colors in percentages

R + G + B =
248 + 137 + 35 = 420 (100%)
R 248 of 420 ~ 59.05%
G 137 of 420 ~ 32.62%
B 35 of 420 ~ 8.33%

%59.05
%32.62

CMYK color model

#F88923 color CMYK value is (0,45,86,3).

  • cyan value is 0.00%
  • magenta value is 44.76%
  • yellow value is 85.89%
  • key color value is 2.75%
CMYK:
(0,45,86,3)
C0M45Y86K3 
(0%,45%,86%,3%)
(0.00/0.45/0.86/0.03)	

CMYK percentages

%0
%44.76
%85.89
%2.75

Codes

Color #F88923 in popluar color models

F88923
RGB24813735
HSL29°93.83%55.49%
HSB/HSV29°85.89%97.25%
CMYK0.00%44.76%85.89%
2.75%

Color #F88923 in popluar number systems.

HEXF88923
Decimal24813735
Binary1111100010001001100011
Octal37021143

Shades and tints

Shades of #F88923

#F88923
(248,137,35)
#E27D20
(226,125,32)
#CC711D
(204,113,29)
#B6651A
(182,101,26)
#A05917
(160,89,23)
#8A4D14
(138,77,20)
#744111
(116,65,17)
#5E350E
(94,53,14)
#48290B
(72,41,11)
#321D08
(50,29,8)
#1C1105
(28,17,5)
#000000
(0,0,0)

Tints of #F88923

#F88923
(248,137,35)
#F89337
(248,147,55)
#F89D4B
(248,157,75)
#F8A75F
(248,167,95)
#F8B173
(248,177,115)
#F8BB87
(248,187,135)
#F8C59B
(248,197,155)
#F8CFAF
(248,207,175)
#F8D9C3
(248,217,195)
#F8E3D7
(248,227,215)
#F8EDEB
(248,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F88923 color. Also use rgb(248,137,35) instead hex code.

Text Font Color

.myTextColor { color: #F88923; }

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

This text font color is #F88923.


Background Color

.myBgColor { background-color: #F88923; }

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

This div background color is #F88923.


Border color

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

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

This div border color is #F88923.


Opacity

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

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

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

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

This text has shadow with #F88923 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F88923 on black background.


Color preview on white background

This text has color #F88923 on white background.



Black color preview on #F88923 background

This text has black color on #F88923 background.


White color preview on #F88923 background

This text has white color on #F88923 background.