crispedge.com

Color picker

Loading...

#fc7158 hex color - Orange - Warm color - Information

#fc7158 hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #fc7158 Color code in RGB color code model is created after adding 98.82% red color, 44.31% green color and 34.51% blue color. Hex #fc7158 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 55% magenta, 65% yellow and 1% black.

Hex #fc7158 color code is between #ff7755 web safe hex color code and #ee6666 web safe hex color code. #ff7755 is the nearest web safe color code. You can see here many more shades of #fc7158 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefc7158#fc7158
RGB Decimal252, 113, 88rgb(252, 113, 88)
RGB Percent99%, 44%, 35%rgb(99%, 44%, 35%)
CSS RGBa252, 113, 88,1rgba(252,113,88,1)
CMYK Modelcmyk(0%,55%,65%,1%)
HSL Color Space9,96% ,67%hsl(9,96% ,67%)
HSV Color Space9°, 65%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111000111000101011000
Octal374161130
Decimal25211388
Hexfc7158

Different shades of #fc7158 color code.

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

Light Shade of #fc7158
#fd9c8a
Dark Shade of #fc7158
#fb4626
Saturated Shade of #fc7158
#ff6f55
Desaturated Shade of #fc7158
#f37760
Grey scale Shade of #fc7158
#aaaaaa
Brighten Shade
#ff8a71
Most Readable Shade
#000000

Shades of #fc7158 color code

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

#fc7158
#e0644e
#c45744
#a84b3a
#8c3e30
#703227
#54251d
#381913
#1c0c09
#000000

Similar Color like #fc7158 color

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

#fd7259
#fe735a
#ff745b
#ff755c
#ff765d
#ff775e
#ff785f
#ff7960
#ff7a61
#ff7b62
#ff7c63
#ff7d64
#ff7e65
#ff7f66
#fb7057
#fa6f56
#f96e55
#f86d54
#f76c53
#f66b52
#f56a51
#f46950
#f3684f
#f2674e
#f1664d
#f0654c
#ef644b
#ee634a

Monochromatic Color with #fc7158

#fc7158
#27120e
#52251d
#7c382b
#a74b3a
#d15e49

Tints of #fc7158 Color

#fc7158
#fc806a
#fc907d
#fda08f
#fdb0a2
#fdbfb4
#fecfc7
#fedfd9
#feefec
#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

#fc7158
#58e3fc

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

Split Complementary

#fc7158
#58fcc3
#5891fc

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

Analogous Color

#fc5881
#fc5860
#fc7158
#fc9258
#fcb358

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

#fc7158
#58fc71
#7158fc

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

#fc7158
#91fc58
#58e3fc
#c358fc

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

#fc7158
#58e3fc
#5891fc
#fcc358

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

#fc7158 Color Code Preview on Black Background Color

This is how #fc7158 Color will look on black background color. Color contrast ratio is 7.64

#fc7158 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc7158

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc7158

#fc7158 color code is use for CSS Background Color

Background color for the above div is #fc7158

HTML with inline CSS

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

#fc7158 color code is use for CSS Border Color

CSS Border color for the above div is #fc7158

HTML with inline CSS

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

CSS Border Left color for the above div is #fc7158

HTML with inline CSS

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

CSS Border Right color for the above div is #fc7158

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc7158

HTML with inline CSS

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

CSS Border Top color for the above div is #fc7158

HTML with inline CSS

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

#fc7158 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc7158 Color code Preview on White Background

This is how #fc7158 Color code will look on white background color. Color contrast ratio is 2.75

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

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(252,113,88,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(88,227,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,113,88,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.