COLOR #FA1302

HEX: #FA1302
RGB: (250,19,2)

Color info

#FA1302 contains mainly red color. Web safe color of #FA1302 is #FF0000 (or #F00).

RGB color model

#FA1302 color RGB value is (250,19,2).

  • red value is 250;
  • green value is 19;
  • blue value is 2.
RGB:
(250,19,2)
(98%,7%,1%)

RGB channels and saturation

R 250 of 255 = 98%
G 19 of 255 = 7%
B 2 of 255 = 1%

250
19
2

R + G + B ~ 35%. #FA1302 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
250 + 19 + 2 = 271 (100%)
R 250 of 271 ~ 92.25%
G 19 of 271 ~ 7.01%
B 2 of 271 ~ 0.74%

%92.25

CMYK color model

#FA1302 color CMYK value is (0,92,99,2).

  • cyan value is 0.00%
  • magenta value is 92.40%
  • yellow value is 99.20%
  • key color value is 1.96%
CMYK:
(0,92,99,2)
C0M92Y99K2 
(0%,92%,99%,2%)
(0.00/0.92/0.99/0.02)	

CMYK percentages

%0
%92.4
%99.2
%1.96

Codes

Color #FA1302 in popluar color models

FA1302
RGB250192
HSL98.41%49.41%
HSB/HSV99.20%98.04%
CMYK0.00%92.40%99.20%
1.96%

Color #FA1302 in popluar number systems.

HEXFA1302
Decimal250192
Binary111110101001110
Octal372232

Shades and tints

Shades of #FA1302

#FA1302
(250,19,2)
#E41202
(228,18,2)
#CE1102
(206,17,2)
#B81002
(184,16,2)
#A20F02
(162,15,2)
#8C0E02
(140,14,2)
#760D02
(118,13,2)
#600C02
(96,12,2)
#4A0B02
(74,11,2)
#340A02
(52,10,2)
#1E0902
(30,9,2)
#000000
(0,0,0)

Tints of #FA1302

#FA1302
(250,19,2)
#FA2819
(250,40,25)
#FA3D30
(250,61,48)
#FA5247
(250,82,71)
#FA675E
(250,103,94)
#FA7C75
(250,124,117)
#FA918C
(250,145,140)
#FAA6A3
(250,166,163)
#FABBBA
(250,187,186)
#FAD0D1
(250,208,209)
#FAE5E8
(250,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA1302 color. Also use rgb(250,19,2) instead hex code.

Text Font Color

.myTextColor { color: #FA1302; }

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

This text font color is #FA1302.


Background Color

.myBgColor { background-color: #FA1302; }

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

This div background color is #FA1302.


Border color

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

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

This div border color is #FA1302.


Opacity

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

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

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

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

This text has shadow with #FA1302 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA1302 on black background.


Color preview on white background

This text has color #FA1302 on white background.



Black color preview on #FA1302 background

This text has black color on #FA1302 background.


White color preview on #FA1302 background

This text has white color on #FA1302 background.