COLOR #FA300E

HEX: #FA300E
RGB: (250,48,14)

Color info

#FA300E contains mainly red color. Web safe color of #FA300E is #FF3300 (or #F30).

RGB color model

#FA300E color RGB value is (250,48,14).

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

RGB channels and saturation

R 250 of 255 = 98%
G 48 of 255 = 19%
B 14 of 255 = 5%

250
48
14

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

Portions of RGB colors in percentages

R + G + B =
250 + 48 + 14 = 312 (100%)
R 250 of 312 ~ 80.13%
G 48 of 312 ~ 15.38%
B 14 of 312 ~ 4.49%

%80.13
%15.38

CMYK color model

#FA300E color CMYK value is (0,81,94,2).

  • cyan value is 0.00%
  • magenta value is 80.80%
  • yellow value is 94.40%
  • key color value is 1.96%
CMYK:
(0,81,94,2)
C0M81Y94K2 
(0%,81%,94%,2%)
(0.00/0.81/0.94/0.02)	

CMYK percentages

%0
%80.8
%94.4
%1.96

Codes

Color #FA300E in popluar color models

FA300E
RGB2504814
HSL95.93%51.76%
HSB/HSV94.40%98.04%
CMYK0.00%80.80%94.40%
1.96%

Color #FA300E in popluar number systems.

HEXFA300E
Decimal2504814
Binary111110101100001110
Octal3726016

Shades and tints

Shades of #FA300E

#FA300E
(250,48,14)
#E42C0D
(228,44,13)
#CE280C
(206,40,12)
#B8240B
(184,36,11)
#A2200A
(162,32,10)
#8C1C09
(140,28,9)
#761808
(118,24,8)
#601407
(96,20,7)
#4A1006
(74,16,6)
#340C05
(52,12,5)
#1E0804
(30,8,4)
#000000
(0,0,0)

Tints of #FA300E

#FA300E
(250,48,14)
#FA4223
(250,66,35)
#FA5438
(250,84,56)
#FA664D
(250,102,77)
#FA7862
(250,120,98)
#FA8A77
(250,138,119)
#FA9C8C
(250,156,140)
#FAAEA1
(250,174,161)
#FAC0B6
(250,192,182)
#FAD2CB
(250,210,203)
#FAE4E0
(250,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA300E; }

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

This text font color is #FA300E.


Background Color

.myBgColor { background-color: #FA300E; }

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

This div background color is #FA300E.


Border color

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

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

This div border color is #FA300E.


Opacity

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

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

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

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

This text has shadow with #FA300E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA300E on black background.


Color preview on white background

This text has color #FA300E on white background.



Black color preview on #FA300E background

This text has black color on #FA300E background.


White color preview on #FA300E background

This text has white color on #FA300E background.