COLOR #FA7D64

HEX: #FA7D64 RGB: (250,125,100)

Color info

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

RGB color model

#FA7D64 color RGB value is (250,125,100).

RGB: (250,125,100) (98%, 49%, 39%)

RGB channels and saturation

R 250 of 255 = 98%
G 125 of 255 = 49%
B 100 of 255 = 39%

250
125
100

R + G + B ~ 62%. #FA7D64 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 125 + 100 = 475 (100%)
R 250 of 475 ~ 52.63%
G 125 of 475 ~ 26.32%
B 100 of 475 ~ 21.05'%

%52.63
%26.32
%21.05

CMYK color model

#FA7D64 color CMYK value is (0,50,60,2).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 60.00%
  • key color value is 1.96%

CMYK: (0,50,60,2)
C0M50Y60K2 (0%, 50%, 60%, 2%)
(0.00 / 0.50 / 0.60 / 0.02)

CMYK percentages

%0
%50
%60
%1.96

Codes

Color #FA7D64 in popluar color models

FA 7D 64
RGB 250 125 100
HSL 10° 93.75% 68.63%
HSB/HSV 10° 60.00% 98.04%
CMYK 0.00% 50.00% 60.00%
1.96%

Color #FA7D64 in popluar number systems.

HEX FA 7D 64
Decimal 250 125 100
Binary 11111010 1111101 1100100
Octal 372 175 144

Shades and tints

Shades of #FA7D64

#FA7D64
(250,125,100)
#E4725B
(228,114,91)
#CE6752
(206,103,82)
#B85C49
(184,92,73)
#A25140
(162,81,64)
#8C4637
(140,70,55)
#763B2E
(118,59,46)
#603025
(96,48,37)
#4A251C
(74,37,28)
#341A13
(52,26,19)
#1E0F0A
(30,15,10)
#000000
(0,0,0)

Tints of #FA7D64

#FA7D64
(250,125,100)
#FA8872
(250,136,114)
#FA9380
(250,147,128)
#FA9E8E
(250,158,142)
#FAA99C
(250,169,156)
#FAB4AA
(250,180,170)
#FABFB8
(250,191,184)
#FACAC6
(250,202,198)
#FAD5D4
(250,213,212)
#FAE0E2
(250,224,226)
#FAEBF0
(250,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA7D64 color. Also use rgb(250,125,100) instead hex code.

Text Font Color

.myTextColor { color: #FA7D64; }

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

This text font color is #FA7D64.

Background Color

.myBgColor { background-color: #FA7D64; }

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

This div background color is #FA7D64.

Border color

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

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

This div border color is #FA7D64.

Opacity

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

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

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

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

This text has shadow with #FA7D64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA7D64.

Preview

Color preview on black background

This text has color #FA7D64 on black background.


Color preview on white background

This text has color #FA7D64 on white background.


Black color preview on #FA7D64 background

This text has black color on #FA7D64 background.


White color preview on #FA7D64 background

This text has white color on #FA7D64 background.


Related colors

Complementary color

Complementary color for #hex is #05829B.


I love getcolorcode.com

Triadic colors

1 #64FA7D and #7D64FA with #FA7D64 are triadic colors.

2 #647DFA and #7DFA64 with #FA7D64 are triadic colors.