COLOR #FA2301

HEX: #FA2301
RGB: (250,35,1)

Color info

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

RGB color model

#FA2301 color RGB value is (250,35,1).

  • red value is 250;
  • green value is 35;
  • blue value is 1.
RGB:
(250,35,1)
(98%,14%,0%)

RGB channels and saturation

R 250 of 255 = 98%
G 35 of 255 = 14%
B 1 of 255 = 0%

250
35
1

R + G + B ~ 37%. #FA2301 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
250 + 35 + 1 = 286 (100%)
R 250 of 286 ~ 87.41%
G 35 of 286 ~ 12.24%
B 1 of 286 ~ 0.35%

%87.41
%12.24

CMYK color model

#FA2301 color CMYK value is (0,86,100,2).

  • cyan value is 0.00%
  • magenta value is 86.00%
  • yellow value is 99.60%
  • key color value is 1.96%
CMYK:
(0,86,100,2)
C0M86Y100K2 
(0%,86%,100%,2%)
(0.00/0.86/1.00/0.02)	

CMYK percentages

%0
%86
%99.6
%1.96

Codes

Color #FA2301 in popluar color models

FA2301
RGB250351
HSL99.20%49.22%
HSB/HSV99.60%98.04%
CMYK0.00%86.00%99.60%
1.96%

Color #FA2301 in popluar number systems.

HEXFA2301
Decimal250351
Binary111110101000111
Octal372431

Shades and tints

Shades of #FA2301

#FA2301
(250,35,1)
#E42001
(228,32,1)
#CE1D01
(206,29,1)
#B81A01
(184,26,1)
#A21701
(162,23,1)
#8C1401
(140,20,1)
#761101
(118,17,1)
#600E01
(96,14,1)
#4A0B01
(74,11,1)
#340801
(52,8,1)
#1E0501
(30,5,1)
#000000
(0,0,0)

Tints of #FA2301

#FA2301
(250,35,1)
#FA3718
(250,55,24)
#FA4B2F
(250,75,47)
#FA5F46
(250,95,70)
#FA735D
(250,115,93)
#FA8774
(250,135,116)
#FA9B8B
(250,155,139)
#FAAFA2
(250,175,162)
#FAC3B9
(250,195,185)
#FAD7D0
(250,215,208)
#FAEBE7
(250,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA2301 color. Also use rgb(250,35,1) instead hex code.

Text Font Color

.myTextColor { color: #FA2301; }

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

This text font color is #FA2301.


Background Color

.myBgColor { background-color: #FA2301; }

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

This div background color is #FA2301.


Border color

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

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

This div border color is #FA2301.


Opacity

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

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

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

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

This text has shadow with #FA2301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA2301 on black background.


Color preview on white background

This text has color #FA2301 on white background.



Black color preview on #FA2301 background

This text has black color on #FA2301 background.


White color preview on #FA2301 background

This text has white color on #FA2301 background.