crispedge.com

Color picker

Loading...

#f1732a hex color - Orange - Warm color - Information

#f1732a hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #f1732a Color code in RGB color code model is created after adding 94.51% red color, 45.1% green color and 16.47% blue color. Hex #f1732a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 83% yellow and 5% black.

Hex #f1732a color code is between #ee7722 web safe hex color code and #ff6633 web safe hex color code. #ee7722 is the nearest web safe color code. You can see here many more shades of #f1732a color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codef1732a#f1732a
RGB Decimal241, 115, 42rgb(241, 115, 42)
RGB Percent95%, 45%, 16%rgb(95%, 45%, 16%)
CSS RGBa241, 115, 42,1rgba(241,115,42,1)
CMYK Modelcmyk(0%,52%,83%,5%)
HSL Color Space22,88% ,55%hsl(22,88% ,55%)
HSV Color Space22°, 83%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100010111001100101010
Octal36116352
Decimal24111542
Hexf1732a

Different shades of #f1732a color code.

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

Light Shade of #f1732a
#f4925a
Dark Shade of #f1732a
#da590e
Saturated Shade of #f1732a
#fc701f
Desaturated Shade of #f1732a
#e67635
Grey scale Shade of #f1732a
#8d8d8d
Brighten Shade
#ff8c43
Most Readable Shade
#000000

Shades of #f1732a color code

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

#f1732a
#d66625
#bb5920
#a04c1c
#853f17
#6b3312
#50260e
#351909
#1a0c04
#000000

Similar Color like #f1732a color

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

#f2742b
#f3752c
#f4762d
#f5772e
#f6782f
#f77930
#f87a31
#f97b32
#fa7c33
#fb7d34
#fc7e35
#fd7f36
#fe8037
#ff8138
#f07229
#ef7128
#ee7027
#ed6f26
#ec6e25
#eb6d24
#ea6c23
#e96b22
#e86a21
#e76920
#e6681f
#e5671e
#e4661d
#e3651c

Monochromatic Color with #f1732a

#f1732a
#1c0e05
#47220c
#713614
#9c4a1b
#c65f23

Tints of #f1732a Color

#f1732a
#f28241
#f49259
#f5a171
#f7b188
#f8c0a0
#fad0b8
#fbdfcf
#fdefe7
#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

#f1732a
#2aa8f1

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

Split Complementary

#f1732a
#2af1d7
#2a44f1

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

Analogous Color

#f12a31
#f14b2a
#f1732a
#f19b2a
#f1c32a

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

#f1732a
#2af173
#732af1

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

#f1732a
#45f12a
#2aa8f1
#d62af1

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

#f1732a
#2aa8f1
#2a44f1
#f1d72a

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

#f1732a Color Code Preview on Black Background Color

This is how #f1732a Color will look on black background color. Color contrast ratio is 7.23

#f1732a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1732a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1732a

#f1732a color code is use for CSS Background Color

Background color for the above div is #f1732a

HTML with inline CSS

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

#f1732a color code is use for CSS Border Color

CSS Border color for the above div is #f1732a

HTML with inline CSS

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

CSS Border Left color for the above div is #f1732a

HTML with inline CSS

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

CSS Border Right color for the above div is #f1732a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f1732a

HTML with inline CSS

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

CSS Border Top color for the above div is #f1732a

HTML with inline CSS

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

#f1732a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f1732a Color code Preview on White Background

This is how #f1732a Color code will look on white background color. Color contrast ratio is 2.91

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

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(241,115,42,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(42,168,241,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(241,115,42,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.