COLOR #FA4F40

HEX: #FA4F40
RGB: (250,79,64)

Color info

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

RGB color model

#FA4F40 color RGB value is (250,79,64).

  • red value is 250;
  • green value is 79;
  • blue value is 64.
RGB:
(250,79,64)
(98%,31%,25%)

RGB channels and saturation

R 250 of 255 = 98%
G 79 of 255 = 31%
B 64 of 255 = 25%

250
79
64

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

Portions of RGB colors in percentages

R + G + B =
250 + 79 + 64 = 393 (100%)
R 250 of 393 ~ 63.61%
G 79 of 393 ~ 20.1%
B 64 of 393 ~ 16.28%

%63.61
%20.1
%16.28

CMYK color model

#FA4F40 color CMYK value is (0,68,74,2).

  • cyan value is 0.00%
  • magenta value is 68.40%
  • yellow value is 74.40%
  • key color value is 1.96%
CMYK:
(0,68,74,2)
C0M68Y74K2 
(0%,68%,74%,2%)
(0.00/0.68/0.74/0.02)	

CMYK percentages

%0
%68.4
%74.4
%1.96

Codes

Color #FA4F40 in popluar color models

FA4F40
RGB2507964
HSL94.90%61.57%
HSB/HSV74.40%98.04%
CMYK0.00%68.40%74.40%
1.96%

Color #FA4F40 in popluar number systems.

HEXFA4F40
Decimal2507964
Binary1111101010011111000000
Octal372117100

Shades and tints

Shades of #FA4F40

#FA4F40
(250,79,64)
#E4483B
(228,72,59)
#CE4136
(206,65,54)
#B83A31
(184,58,49)
#A2332C
(162,51,44)
#8C2C27
(140,44,39)
#762522
(118,37,34)
#601E1D
(96,30,29)
#4A1718
(74,23,24)
#341013
(52,16,19)
#1E090E
(30,9,14)
#000000
(0,0,0)

Tints of #FA4F40

#FA4F40
(250,79,64)
#FA5F51
(250,95,81)
#FA6F62
(250,111,98)
#FA7F73
(250,127,115)
#FA8F84
(250,143,132)
#FA9F95
(250,159,149)
#FAAFA6
(250,175,166)
#FABFB7
(250,191,183)
#FACFC8
(250,207,200)
#FADFD9
(250,223,217)
#FAEFEA
(250,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA4F40 color. Also use rgb(250,79,64) instead hex code.

Text Font Color

.myTextColor { color: #FA4F40; }

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

This text font color is #FA4F40.


Background Color

.myBgColor { background-color: #FA4F40; }

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

This div background color is #FA4F40.


Border color

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

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

This div border color is #FA4F40.


Opacity

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

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

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

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

This text has shadow with #FA4F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA4F40 on black background.


Color preview on white background

This text has color #FA4F40 on white background.



Black color preview on #FA4F40 background

This text has black color on #FA4F40 background.


White color preview on #FA4F40 background

This text has white color on #FA4F40 background.