crispedge.com

Color picker

Loading...

#fd4e4c hex color - Orange - Warm color - Information

#fd4e4c hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #fd4e4c Color code in RGB color code model is created after adding 99.22% red color, 30.59% green color and 29.8% blue color. Hex #fd4e4c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 69% magenta, 70% yellow and 1% black.

Hex #fd4e4c color code is between #ff5544 web safe hex color code and #ee4455 web safe hex color code. #ff5544 is the nearest web safe color code. You can see here many more shades of #fd4e4c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefd4e4c#fd4e4c
RGB Decimal253, 78, 76rgb(253, 78, 76)
RGB Percent99%, 31%, 30%rgb(99%, 31%, 30%)
CSS RGBa253, 78, 76,1rgba(253,78,76,1)
CMYK Modelcmyk(0%,69%,70%,1%)
HSL Color Space1,98% ,65%hsl(1,98% ,65%)
HSV Color Space1°, 70%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111010100111001001100
Octal375116114
Decimal2537876
Hexfd4e4c

Different shades of #fd4e4c color code.

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

Light Shade of #fd4e4c
#fe807e
Dark Shade of #fd4e4c
#fc1c1a
Saturated Shade of #fd4e4c
#ff4c4a
Desaturated Shade of #fd4e4c
#f45755
Grey scale Shade of #fd4e4c
#a4a4a4
Brighten Shade
#ff6765
Most Readable Shade
#000000

Shades of #fd4e4c color code

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

#fd4e4c
#e04543
#c43c3b
#a83432
#8c2b2a
#702221
#541a19
#381110
#1c0808
#000000

Similar Color like #fd4e4c color

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

#fe4f4d
#ff504e
#ff514f
#ff5250
#ff5351
#ff5452
#ff5553
#ff5654
#ff5755
#ff5856
#ff5957
#ff5a58
#ff5b59
#ff5c5a
#fc4d4b
#fb4c4a
#fa4b49
#f94a48
#f84947
#f74846
#f64745
#f54644
#f44543
#f34442
#f24341
#f14240
#f0413f
#ef403e

Monochromatic Color with #fd4e4c

#fd4e4c
#280c0c
#531a19
#7d2726
#a83432
#d2413f

Tints of #fd4e4c Color

#fd4e4c
#fd615f
#fd7573
#fd8987
#fd9c9b
#feb0af
#fec4c3
#fed7d7
#feebeb
#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

#fd4e4c
#4cfbfd

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

Split Complementary

#fd4e4c
#4cfda7
#4ca2fd

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

Analogous Color

#fd4c91
#fd4c6d
#fd4e4c
#fd714c
#fd954c

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

#fd4e4c
#4cfd4e
#4e4cfd

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

#fd4e4c
#a2fd4c
#4cfbfd
#a64cfd

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

#fd4e4c
#4cfbfd
#4ca2fd
#fda64c

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

#fd4e4c Color Code Preview on Black Background Color

This is how #fd4e4c Color will look on black background color. Color contrast ratio is 6.37

#fd4e4c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd4e4c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd4e4c

#fd4e4c color code is use for CSS Background Color

Background color for the above div is #fd4e4c

HTML with inline CSS

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

#fd4e4c color code is use for CSS Border Color

CSS Border color for the above div is #fd4e4c

HTML with inline CSS

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

CSS Border Left color for the above div is #fd4e4c

HTML with inline CSS

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

CSS Border Right color for the above div is #fd4e4c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd4e4c

HTML with inline CSS

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

CSS Border Top color for the above div is #fd4e4c

HTML with inline CSS

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

#fd4e4c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd4e4c Color code Preview on White Background

This is how #fd4e4c Color code will look on white background color. Color contrast ratio is 3.30

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

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(253,78,76,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(76,251,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,78,76,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.