crispedge.com

Color picker

Loading...

#f95c3d hex color - Orange - Warm color - Information

#f95c3d hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #f95c3d Color code in RGB color code model is created after adding 97.65% red color, 36.08% green color and 23.92% blue color. Hex #f95c3d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 76% yellow and 2% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef95c3d#f95c3d
RGB Decimal249, 92, 61rgb(249, 92, 61)
RGB Percent98%, 36%, 24%rgb(98%, 36%, 24%)
CSS RGBa249, 92, 61,1rgba(249,92,61,1)
CMYK Modelcmyk(0%,63%,76%,2%)
HSL Color Space10,94% ,61%hsl(10,94% ,61%)
HSV Color Space10°, 76%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110010101110000111101
Octal37113475
Decimal2499261
Hexf95c3d

Different shades of #f95c3d color code.

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

Light Shade of #f95c3d
#fb866e
Dark Shade of #f95c3d
#f7320c
Saturated Shade of #f95c3d
#ff5837
Desaturated Shade of #f95c3d
#ef6347
Grey scale Shade of #f95c3d
#9b9b9b
Brighten Shade
#ff7556
Most Readable Shade
#000000

Shades of #f95c3d color code

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

#f95c3d
#dd5136
#c1472f
#a63d28
#8a3321
#6e281b
#531e14
#37140d
#1b0a06
#000000

Similar Color like #f95c3d color

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

#fa5d3e
#fb5e3f
#fc5f40
#fd6041
#fe6142
#ff6243
#ff6344
#ff6445
#ff6546
#ff6647
#ff6748
#ff6849
#ff694a
#ff6a4b
#f85b3c
#f75a3b
#f6593a
#f55839
#f45738
#f35637
#f25536
#f15435
#f05334
#ef5233
#ee5132
#ed5031
#ec4f30
#eb4e2f

Monochromatic Color with #f95c3d

#f95c3d
#240d09
#4f1d13
#792d1e
#a43d28
#ce4c33

Tints of #f95c3d Color

#f95c3d
#f96e52
#fa8068
#fb927d
#fba493
#fcb6a8
#fdc8be
#fddad3
#feece9
#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

#f95c3d
#3ddaf9

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

Split Complementary

#f95c3d
#3df9ba
#3d7cf9

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

Analogous Color

#f93d69
#f93d44
#f95c3d
#f9823d
#f9a73d

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

#f95c3d
#3df95c
#5c3df9

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

#f95c3d
#7cf93d
#3ddaf9
#ba3df9

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

#f95c3d
#3ddaf9
#3d7cf9
#f9ba3d

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

#f95c3d Color Code Preview on Black Background Color

This is how #f95c3d Color will look on black background color. Color contrast ratio is 6.63

#f95c3d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f95c3d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f95c3d

#f95c3d color code is use for CSS Background Color

Background color for the above div is #f95c3d

HTML with inline CSS

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

#f95c3d color code is use for CSS Border Color

CSS Border color for the above div is #f95c3d

HTML with inline CSS

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

CSS Border Left color for the above div is #f95c3d

HTML with inline CSS

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

CSS Border Right color for the above div is #f95c3d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f95c3d

HTML with inline CSS

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

CSS Border Top color for the above div is #f95c3d

HTML with inline CSS

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

#f95c3d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f95c3d Color code Preview on White Background

This is how #f95c3d Color code will look on white background color. Color contrast ratio is 3.17

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

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(249,92,61,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(61,218,249,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,92,61,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.