crispedge.com

Color picker

Loading...

#ff6c3c hex color - Orange - Warm color - Information

#ff6c3c hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #ff6c3c Color code in RGB color code model is created after adding 100% red color, 42.35% green color and 23.53% blue color. Hex #ff6c3c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 76% yellow and 0% black.

Hex #ff6c3c color code is between #ee6644 web safe hex color code and #dd7733 web safe hex color code. #ee6644 is the nearest web safe color code. You can see here many more shades of #ff6c3c color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeff6c3c#ff6c3c
RGB Decimal255, 108, 60rgb(255, 108, 60)
RGB Percent100%, 42%, 24%rgb(100%, 42%, 24%)
CSS RGBa255, 108, 60,1rgba(255,108,60,1)
CMYK Modelcmyk(0%,58%,76%,0%)
HSL Color Space15,100% ,62%hsl(15,100% ,62%)
HSV Color Space15°, 76%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110110110000111100
Octal37715474
Decimal25510860
Hexff6c3c

Different shades of #ff6c3c color code.

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

Light Shade of #ff6c3c
#ff926f
Dark Shade of #ff6c3c
#ff4609
Saturated Shade of #ff6c3c
#ff6c3c
Desaturated Shade of #ff6c3c
#f57146
Grey scale Shade of #ff6c3c
#9d9d9d
Brighten Shade
#ff8555
Most Readable Shade
#000000

Shades of #ff6c3c color code

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

#ff6c3c
#e26035
#c6542e
#aa4828
#8d3c21
#71301a
#552414
#38180d
#1c0c06
#000000

Similar Color like #ff6c3c color

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

#ff6d3d
#ff6e3e
#ff6f3f
#ff7040
#ff7141
#ff7242
#ff7343
#ff7444
#ff7545
#ff7646
#ff7747
#ff7848
#ff7949
#ff7a4a
#fe6b3b
#fd6a3a
#fc6939
#fb6838
#fa6737
#f96636
#f86535
#f76434
#f66333
#f56232
#f46131
#f36030
#f25f2f
#f15e2e

Monochromatic Color with #ff6c3c

#ff6c3c
#2a120a
#552414
#80361e
#aa4828
#d45a32

Tints of #ff6c3c Color

#ff6c3c
#ff7c51
#ff8c67
#ff9d7d
#ffad92
#ffbda8
#ffcebe
#ffded3
#ffeee9
#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

#ff6c3c
#3ccfff

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

Split Complementary

#ff6c3c
#3cffce
#3c6dff

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

Analogous Color

#ff3c5a
#ff453c
#ff6c3c
#ff933c
#ffba3c

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

#ff6c3c
#3cff6c
#6c3cff

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

#ff6c3c
#6dff3c
#3ccfff
#cd3cff

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

#ff6c3c
#3ccfff
#3c6dff
#ffce3c

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

#ff6c3c Color Code Preview on Black Background Color

This is how #ff6c3c Color will look on black background color. Color contrast ratio is 7.46

#ff6c3c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff6c3c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff6c3c

#ff6c3c color code is use for CSS Background Color

Background color for the above div is #ff6c3c

HTML with inline CSS

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

#ff6c3c color code is use for CSS Border Color

CSS Border color for the above div is #ff6c3c

HTML with inline CSS

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

CSS Border Left color for the above div is #ff6c3c

HTML with inline CSS

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

CSS Border Right color for the above div is #ff6c3c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff6c3c

HTML with inline CSS

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

CSS Border Top color for the above div is #ff6c3c

HTML with inline CSS

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

#ff6c3c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff6c3c Color code Preview on White Background

This is how #ff6c3c Color code will look on white background color. Color contrast ratio is 2.81

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

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(255,108,60,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(60,207,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,108,60,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.