COLOR #FA5F54

HEX: #FA5F54
RGB: (250,95,84)

Color info

#FA5F54 contains mainly red color. Web safe color of #FA5F54 is #FF6666 (or #F66).

RGB color model

#FA5F54 color RGB value is (250,95,84).

  • red value is 250;
  • green value is 95;
  • blue value is 84.
RGB:
(250,95,84)
(98%,37%,33%)

RGB channels and saturation

R 250 of 255 = 98%
G 95 of 255 = 37%
B 84 of 255 = 33%

250
95
84

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

Portions of RGB colors in percentages

R + G + B =
250 + 95 + 84 = 429 (100%)
R 250 of 429 ~ 58.28%
G 95 of 429 ~ 22.14%
B 84 of 429 ~ 19.58%

%58.28
%22.14
%19.58

CMYK color model

#FA5F54 color CMYK value is (0,62,66,2).

  • cyan value is 0.00%
  • magenta value is 62.00%
  • yellow value is 66.40%
  • key color value is 1.96%
CMYK:
(0,62,66,2)
C0M62Y66K2 
(0%,62%,66%,2%)
(0.00/0.62/0.66/0.02)	

CMYK percentages

%0
%62
%66.4
%1.96

Codes

Color #FA5F54 in popluar color models

FA5F54
RGB2509584
HSL94.32%65.49%
HSB/HSV66.40%98.04%
CMYK0.00%62.00%66.40%
1.96%

Color #FA5F54 in popluar number systems.

HEXFA5F54
Decimal2509584
Binary1111101010111111010100
Octal372137124

Shades and tints

Shades of #FA5F54

#FA5F54
(250,95,84)
#E4574D
(228,87,77)
#CE4F46
(206,79,70)
#B8473F
(184,71,63)
#A23F38
(162,63,56)
#8C3731
(140,55,49)
#762F2A
(118,47,42)
#602723
(96,39,35)
#4A1F1C
(74,31,28)
#341715
(52,23,21)
#1E0F0E
(30,15,14)
#000000
(0,0,0)

Tints of #FA5F54

#FA5F54
(250,95,84)
#FA6D63
(250,109,99)
#FA7B72
(250,123,114)
#FA8981
(250,137,129)
#FA9790
(250,151,144)
#FAA59F
(250,165,159)
#FAB3AE
(250,179,174)
#FAC1BD
(250,193,189)
#FACFCC
(250,207,204)
#FADDDB
(250,221,219)
#FAEBEA
(250,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA5F54 color. Also use rgb(250,95,84) instead hex code.

Text Font Color

.myTextColor { color: #FA5F54; }

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

This text font color is #FA5F54.


Background Color

.myBgColor { background-color: #FA5F54; }

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

This div background color is #FA5F54.


Border color

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

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

This div border color is #FA5F54.


Opacity

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

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

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

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

This text has shadow with #FA5F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA5F54 on black background.


Color preview on white background

This text has color #FA5F54 on white background.



Black color preview on #FA5F54 background

This text has black color on #FA5F54 background.


White color preview on #FA5F54 background

This text has white color on #FA5F54 background.