crispedge.com

Color picker

Loading...

#f72c43 hex color - Orange - Warm color - Information

#f72c43 hex color - Orange - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Orange

Hex #f72c43 Color code in RGB color code model is created after adding 96.86% red color, 17.25% green color and 26.27% blue color. Hex #f72c43 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 82% magenta, 73% yellow and 3% black.

Hex #f72c43 color code is between #ff3344 web safe hex color code and #ee2233 web safe hex color code. #ff3344 is the nearest web safe color code. You can see here many more shades of #f72c43 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codef72c43#f72c43
RGB Decimal247, 44, 67rgb(247, 44, 67)
RGB Percent97%, 17%, 26%rgb(97%, 17%, 26%)
CSS RGBa247, 44, 67,1rgba(247,44,67,1)
CMYK Modelcmyk(0%,82%,73%,3%)
HSL Color Space353,93% ,57%hsl(353,93% ,57%)
HSV Color Space353°, 82%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101110010110001000011
Octal36754103
Decimal2474467
Hexf72c43

Different shades of #f72c43 color code.

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

Light Shade of #f72c43
#f95d6f
Dark Shade of #f72c43
#e70922
Saturated Shade of #f72c43
#ff243d
Desaturated Shade of #f72c43
#ec374b
Grey scale Shade of #f72c43
#919191
Brighten Shade
#ff455c
Most Readable Shade
#FFFFFF

Shades of #f72c43 color code

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

#f72c43
#db273b
#c02234
#a41d2c
#891825
#6d131d
#520e16
#36090e
#1b0407
#000000

Similar Color like #f72c43 color

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

#f82d44
#f92e45
#fa2f46
#fb3047
#fc3148
#fd3249
#fe334a
#ff344b
#ff354c
#ff364d
#ff374e
#ff384f
#ff3950
#ff3a51
#f62b42
#f52a41
#f42940
#f3283f
#f2273e
#f1263d
#f0253c
#ef243b
#ee233a
#ed2239
#ec2138
#eb2037
#ea1f36
#e91e35

Monochromatic Color with #f72c43

#f72c43
#220609
#4d0e15
#771520
#a21d2c
#cc2437

Tints of #f72c43 Color

#f72c43
#f74357
#f85a6c
#f97281
#fa8996
#fba1ab
#fcb8c0
#fdd0d5
#fee7ea
#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

#f72c43
#2cf7e0

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

Split Complementary

#f72c43
#2cf77a
#2ca9f7

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

Analogous Color

#f72c94
#f72c6c
#f72c43
#f73e2c
#f7662c

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

#f72c43
#43f72c
#2c43f7

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

#f72c43
#a8f72c
#2cf7e0
#7a2cf7

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

#f72c43
#2cf7e0
#2ca9f7
#f77a2c

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

#f72c43 Color Code Preview on Black Background Color

This is how #f72c43 Color will look on black background color. Color contrast ratio is 5.40

#f72c43 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f72c43

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f72c43

#f72c43 color code is use for CSS Background Color

Background color for the above div is #f72c43

HTML with inline CSS

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

#f72c43 color code is use for CSS Border Color

CSS Border color for the above div is #f72c43

HTML with inline CSS

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

CSS Border Left color for the above div is #f72c43

HTML with inline CSS

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

CSS Border Right color for the above div is #f72c43

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f72c43

HTML with inline CSS

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

CSS Border Top color for the above div is #f72c43

HTML with inline CSS

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

#f72c43 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f72c43 Color code Preview on White Background

This is how #f72c43 Color code will look on white background color. Color contrast ratio is 3.89

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

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,44,67,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(44,247,224,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(247,44,67,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.