COLOR #FA8030

HEX: #FA8030
RGB: (250,128,48)

Color info

#FA8030 contains mainly red color. Web safe color of #FA8030 is #FF6633 (or #F63).

RGB color model

#FA8030 color RGB value is (250,128,48).

  • red value is 250;
  • green value is 128;
  • blue value is 48.
RGB:
(250,128,48)
(98%,50%,19%)

RGB channels and saturation

R 250 of 255 = 98%
G 128 of 255 = 50%
B 48 of 255 = 19%

250
128
48

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

Portions of RGB colors in percentages

R + G + B =
250 + 128 + 48 = 426 (100%)
R 250 of 426 ~ 58.69%
G 128 of 426 ~ 30.05%
B 48 of 426 ~ 11.27%

%58.69
%30.05
%11.27

CMYK color model

#FA8030 color CMYK value is (0,49,81,2).

  • cyan value is 0.00%
  • magenta value is 48.80%
  • yellow value is 80.80%
  • key color value is 1.96%
CMYK:
(0,49,81,2)
C0M49Y81K2 
(0%,49%,81%,2%)
(0.00/0.49/0.81/0.02)	

CMYK percentages

%0
%48.8
%80.8
%1.96

Codes

Color #FA8030 in popluar color models

FA8030
RGB25012848
HSL24°95.28%58.43%
HSB/HSV24°80.80%98.04%
CMYK0.00%48.80%80.80%
1.96%

Color #FA8030 in popluar number systems.

HEXFA8030
Decimal25012848
Binary1111101010000000110000
Octal37220060

Shades and tints

Shades of #FA8030

#FA8030
(250,128,48)
#E4752C
(228,117,44)
#CE6A28
(206,106,40)
#B85F24
(184,95,36)
#A25420
(162,84,32)
#8C491C
(140,73,28)
#763E18
(118,62,24)
#603314
(96,51,20)
#4A2810
(74,40,16)
#341D0C
(52,29,12)
#1E1208
(30,18,8)
#000000
(0,0,0)

Tints of #FA8030

#FA8030
(250,128,48)
#FA8B42
(250,139,66)
#FA9654
(250,150,84)
#FAA166
(250,161,102)
#FAAC78
(250,172,120)
#FAB78A
(250,183,138)
#FAC29C
(250,194,156)
#FACDAE
(250,205,174)
#FAD8C0
(250,216,192)
#FAE3D2
(250,227,210)
#FAEEE4
(250,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA8030 color. Also use rgb(250,128,48) instead hex code.

Text Font Color

.myTextColor { color: #FA8030; }

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

This text font color is #FA8030.


Background Color

.myBgColor { background-color: #FA8030; }

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

This div background color is #FA8030.


Border color

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

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

This div border color is #FA8030.


Opacity

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

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

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

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

This text has shadow with #FA8030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA8030 on black background.


Color preview on white background

This text has color #FA8030 on white background.



Black color preview on #FA8030 background

This text has black color on #FA8030 background.


White color preview on #FA8030 background

This text has white color on #FA8030 background.