crispedge.com

Color picker

Loading...

#fa7a6b hex color - Red - Warm color - Information

#fa7a6b hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fa7a6b Color code in RGB color code model is created after adding 98.04% red color, 47.84% green color and 41.96% blue color. Hex #fa7a6b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 57% yellow and 2% black.

Hex #fa7a6b color code is between #ff7766 web safe hex color code and #ee8877 web safe hex color code. #ff7766 is the nearest web safe color code. You can see here many more shades of #fa7a6b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codefa7a6b#fa7a6b
RGB Decimal250, 122, 107rgb(250, 122, 107)
RGB Percent98%, 48%, 42%rgb(98%, 48%, 42%)
CSS RGBa250, 122, 107,1rgba(250,122,107,1)
CMYK Modelcmyk(0%,51%,57%,2%)
HSL Color Space6,93% ,70%hsl(6,93% ,70%)
HSV Color Space6°, 57%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110100111101001101011
Octal372172153
Decimal250122107
Hexfa7a6b

Different shades of #fa7a6b color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #fa7a6b
#fca69c
Dark Shade of #fa7a6b
#f84e3a
Saturated Shade of #fa7a6b
#ff7666
Desaturated Shade of #fa7a6b
#f28073
Grey scale Shade of #fa7a6b
#b3b3b3
Brighten Shade
#ff9384
Most Readable Shade
#000000

Shades of #fa7a6b color code

Generate more color scales with scales (color stack) generator.

#fa7a6b
#de6c5f
#c25e53
#a65147
#8a433b
#6f362f
#532823
#371b17
#1b0d0b
#000000

Similar Color like #fa7a6b color

Find visually similar hex color codes nearing to #fa7a6b hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#fb7b6c
#fc7c6d
#fd7d6e
#fe7e6f
#ff7f70
#ff8071
#ff8172
#ff8273
#ff8374
#ff8475
#ff8576
#ff8677
#ff8778
#ff8879
#f9796a
#f87869
#f77768
#f67667
#f57566
#f47465
#f37364
#f27263
#f17162
#f07061
#ef6f60
#ee6e5f
#ed6d5e
#ec6c5d

Monochromatic Color with #fa7a6b

#fa7a6b
#251210
#502722
#7a3c34
#a55147
#cf6559

Tints of #fa7a6b Color

#fa7a6b
#fa887b
#fb978b
#fba69c
#fcb5ac
#fcc3bd
#fdd2cd
#fde1de
#fef0ee
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#fa7a6b
#6bebfa

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#fa7a6b
#6bfac2
#6ba4fa

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#fa6b95
#fa6b79
#fa7a6b
#fa976b
#fab36b

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#fa7a6b
#6bfa7a
#7a6bfa

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#fa7a6b
#a4fa6b
#6bebfa
#c16bfa

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#fa7a6b
#6bebfa
#6ba4fa
#fac26b

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #fa7a6b Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#fa7a6b Color Code Preview on Black Background Color

This is how #fa7a6b Color will look on black background color. Color contrast ratio is 8.06

#fa7a6b in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#fa7a6b">Your Example Paragraph content text in with font color #fa7a6b </p>

Your Example Paragraph content text in with font color #fa7a6b

HTML with inline CSS

<div style="color:#fa7a6b">Your Paragraph text in with font color #fa7a6b </div>

Your Example Paragraph content text in with font color #fa7a6b

#fa7a6b color code is use for CSS Background Color

Background color for the above div is #fa7a6b

HTML with inline CSS

<div style="background-color:#fa7a6b;"></div>

#fa7a6b color code is use for CSS Border Color

CSS Border color for the above div is #fa7a6b

HTML with inline CSS

<div style="border:5px solid #fa7a6b;"></div>

CSS Border Left color for the above div is #fa7a6b

HTML with inline CSS

<div style="border-left:5px solid #fa7a6b;"></div>

CSS Border Right color for the above div is #fa7a6b

HTML with inline CSS

<div style="border-right:5px solid #fa7a6b;"></div>

CSS Border Bottom color for the above div is #fa7a6b

HTML with inline CSS

<div style="border-bottom:5px solid #fa7a6b;"></div>

CSS Border Top color for the above div is #fa7a6b

HTML with inline CSS

<div style="border-top:5px solid #fa7a6b;"></div>

#fa7a6b hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#fa7a6b; } .examplecolorclass {color:#fa7a6b; } .examplebordercolor {border:3px solid #fa7a6b; }

#fa7a6b Color code Preview on White Background

This is how #fa7a6b Color code will look on white background color. Color contrast ratio is 2.61

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #fa7a6b; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fa7a6b; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(250,122,107,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(107,235,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,122,107,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.