COLOR #F8A31C

HEX: #F8A31C
RGB: (248,163,28)

Color info

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

RGB color model

#F8A31C color RGB value is (248,163,28).

  • red value is 248;
  • green value is 163;
  • blue value is 28.
RGB:
(248,163,28)
(97%,64%,11%)

RGB channels and saturation

R 248 of 255 = 97%
G 163 of 255 = 64%
B 28 of 255 = 11%

248
163
28

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

Portions of RGB colors in percentages

R + G + B =
248 + 163 + 28 = 439 (100%)
R 248 of 439 ~ 56.49%
G 163 of 439 ~ 37.13%
B 28 of 439 ~ 6.38%

%56.49
%37.13

CMYK color model

#F8A31C color CMYK value is (0,34,89,3).

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 88.71%
  • key color value is 2.75%
CMYK:
(0,34,89,3)
C0M34Y89K3 
(0%,34%,89%,3%)
(0.00/0.34/0.89/0.03)	

CMYK percentages

%0
%34.27
%88.71
%2.75

Codes

Color #F8A31C in popluar color models

F8A31C
RGB24816328
HSL37°94.02%54.12%
HSB/HSV37°88.71%97.25%
CMYK0.00%34.27%88.71%
2.75%

Color #F8A31C in popluar number systems.

HEXF8A31C
Decimal24816328
Binary111110001010001111100
Octal37024334

Shades and tints

Shades of #F8A31C

#F8A31C
(248,163,28)
#E2951A
(226,149,26)
#CC8718
(204,135,24)
#B67916
(182,121,22)
#A06B14
(160,107,20)
#8A5D12
(138,93,18)
#744F10
(116,79,16)
#5E410E
(94,65,14)
#48330C
(72,51,12)
#32250A
(50,37,10)
#1C1708
(28,23,8)
#000000
(0,0,0)

Tints of #F8A31C

#F8A31C
(248,163,28)
#F8AB30
(248,171,48)
#F8B344
(248,179,68)
#F8BB58
(248,187,88)
#F8C36C
(248,195,108)
#F8CB80
(248,203,128)
#F8D394
(248,211,148)
#F8DBA8
(248,219,168)
#F8E3BC
(248,227,188)
#F8EBD0
(248,235,208)
#F8F3E4
(248,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8A31C color. Also use rgb(248,163,28) instead hex code.

Text Font Color

.myTextColor { color: #F8A31C; }

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

This text font color is #F8A31C.


Background Color

.myBgColor { background-color: #F8A31C; }

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

This div background color is #F8A31C.


Border color

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

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

This div border color is #F8A31C.


Opacity

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

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

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

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

This text has shadow with #F8A31C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8A31C on black background.


Color preview on white background

This text has color #F8A31C on white background.



Black color preview on #F8A31C background

This text has black color on #F8A31C background.


White color preview on #F8A31C background

This text has white color on #F8A31C background.