crispedge.com

Color picker

Loading...

#f97c77 hex color - Red - Warm color - Information

#f97c77 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f97c77 Color code in RGB color code model is created after adding 97.65% red color, 48.63% green color and 46.67% blue color. Hex #f97c77 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 52% yellow and 2% black.

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codef97c77#f97c77
RGB Decimal249, 124, 119rgb(249, 124, 119)
RGB Percent98%, 49%, 47%rgb(98%, 49%, 47%)
CSS RGBa249, 124, 119,1rgba(249,124,119,1)
CMYK Modelcmyk(0%,50%,52%,2%)
HSL Color Space2,92% ,72%hsl(2,92% ,72%)
HSV Color Space2°, 52%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110010111110001110111
Octal371174167
Decimal249124119
Hexf97c77

Different shades of #f97c77 color code.

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

Light Shade of #f97c77
#fbaba8
Dark Shade of #f97c77
#f74d46
Saturated Shade of #f97c77
#ff7671
Desaturated Shade of #f97c77
#f2837e
Grey scale Shade of #f97c77
#b8b8b8
Brighten Shade
#ff9590
Most Readable Shade
#000000

Shades of #f97c77 color code

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

#f97c77
#dd6e69
#c1605c
#a6524f
#8a4442
#6e3734
#532927
#371b1a
#1b0d0d
#000000

Similar Color like #f97c77 color

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

#fa7d78
#fb7e79
#fc7f7a
#fd807b
#fe817c
#ff827d
#ff837e
#ff847f
#ff8580
#ff8681
#ff8782
#ff8883
#ff8984
#ff8a85
#f87b76
#f77a75
#f67974
#f57873
#f47772
#f37671
#f27570
#f1746f
#f0736e
#ef726d
#ee716c
#ed706b
#ec6f6a
#eb6e69

Monochromatic Color with #f97c77

#f97c77
#241211
#4f2726
#793d3a
#a4524e
#ce6763

Tints of #f97c77 Color

#f97c77
#f98a86
#fa9995
#fba7a4
#fbb6b3
#fcc4c2
#fdd3d1
#fde1e0
#fef0ef
#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

#f97c77
#77f4f9

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

Split Complementary

#f97c77
#77f9bd
#77b3f9

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

Analogous Color

#f977a6
#f9778c
#f97c77
#f99677
#f9b077

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

#f97c77
#77f97c
#7c77f9

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

#f97c77
#b3f977
#77f4f9
#bd77f9

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

#f97c77
#77f4f9
#77b3f9
#f9bd77

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 #f97c77 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.

#f97c77 Color Code Preview on Black Background Color

This is how #f97c77 Color will look on black background color. Color contrast ratio is 8.18

#f97c77 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f97c77

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f97c77

#f97c77 color code is use for CSS Background Color

Background color for the above div is #f97c77

HTML with inline CSS

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

#f97c77 color code is use for CSS Border Color

CSS Border color for the above div is #f97c77

HTML with inline CSS

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

CSS Border Left color for the above div is #f97c77

HTML with inline CSS

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

CSS Border Right color for the above div is #f97c77

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f97c77

HTML with inline CSS

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

CSS Border Top color for the above div is #f97c77

HTML with inline CSS

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

#f97c77 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f97c77 Color code Preview on White Background

This is how #f97c77 Color code will look on white background color. Color contrast ratio is 2.57

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 #f97c77; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #f97c77; }

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(249,124,119,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(119,244,249,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,124,119,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.