crispedge.com

Color picker

Loading...

#f74d3c hex color - Orange - Warm color - Information

#f74d3c hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #f74d3c Color code in RGB color code model is created after adding 96.86% red color, 30.2% green color and 23.53% blue color. Hex #f74d3c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 69% magenta, 76% yellow and 3% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef74d3c#f74d3c
RGB Decimal247, 77, 60rgb(247, 77, 60)
RGB Percent97%, 30%, 24%rgb(97%, 30%, 24%)
CSS RGBa247, 77, 60,1rgba(247,77,60,1)
CMYK Modelcmyk(0%,69%,76%,3%)
HSL Color Space5,92% ,60%hsl(5,92% ,60%)
HSV Color Space5°, 76%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101110100110100111100
Octal36711574
Decimal2477760
Hexf74d3c

Different shades of #f74d3c color code.

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

Light Shade of #f74d3c
#f97a6d
Dark Shade of #f74d3c
#f5200b
Saturated Shade of #f74d3c
#ff4634
Desaturated Shade of #f74d3c
#ed5546
Grey scale Shade of #f74d3c
#999999
Brighten Shade
#ff6655
Most Readable Shade
#000000

Shades of #f74d3c color code

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

#f74d3c
#db4435
#c03b2e
#a43328
#892a21
#6d221a
#521914
#36110d
#1b0806
#000000

Similar Color like #f74d3c color

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

#f84e3d
#f94f3e
#fa503f
#fb5140
#fc5241
#fd5342
#fe5443
#ff5544
#ff5645
#ff5746
#ff5847
#ff5948
#ff5a49
#ff5b4a
#f64c3b
#f54b3a
#f44a39
#f34938
#f24837
#f14736
#f04635
#ef4534
#ee4433
#ed4332
#ec4231
#eb4130
#ea402f
#e93f2e

Monochromatic Color with #f74d3c

#f74d3c
#220b08
#4d1813
#77251d
#a23327
#cc4032

Tints of #f74d3c Color

#f74d3c
#f76051
#f87467
#f9887d
#fa9c92
#fbafa8
#fcc3be
#fdd7d3
#feebe9
#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

#f74d3c
#3ce6f7

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

Split Complementary

#f74d3c
#3cf7aa
#3c89f7

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

Analogous Color

#f73c76
#f73c50
#f74d3c
#f7723c
#f7983c

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

#f74d3c
#3cf74d
#4d3cf7

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

#f74d3c
#88f73c
#3ce6f7
#aa3cf7

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

#f74d3c
#3ce6f7
#3c89f7
#f7aa3c

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

#f74d3c Color Code Preview on Black Background Color

This is how #f74d3c Color will look on black background color. Color contrast ratio is 6.08

#f74d3c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f74d3c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f74d3c

#f74d3c color code is use for CSS Background Color

Background color for the above div is #f74d3c

HTML with inline CSS

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

#f74d3c color code is use for CSS Border Color

CSS Border color for the above div is #f74d3c

HTML with inline CSS

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

CSS Border Left color for the above div is #f74d3c

HTML with inline CSS

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

CSS Border Right color for the above div is #f74d3c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f74d3c

HTML with inline CSS

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

CSS Border Top color for the above div is #f74d3c

HTML with inline CSS

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

#f74d3c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f74d3c Color code Preview on White Background

This is how #f74d3c Color code will look on white background color. Color contrast ratio is 3.45

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

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(247,77,60,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(60,230,247,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(247,77,60,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.