crispedge.com

Color picker

Loading...

#f3864b hex color - Orange - Warm color - Information

#f3864b hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #f3864b Color code in RGB color code model is created after adding 95.29% red color, 52.55% green color and 29.41% blue color. Hex #f3864b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 45% magenta, 69% yellow and 5% black.

Hex #f3864b color code is between #ee8844 web safe hex color code and #ff7755 web safe hex color code. #ee8844 is the nearest web safe color code. You can see here many more shades of #f3864b color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codef3864b#f3864b
RGB Decimal243, 134, 75rgb(243, 134, 75)
RGB Percent95%, 53%, 29%rgb(95%, 53%, 29%)
CSS RGBa243, 134, 75,1rgba(243,134,75,1)
CMYK Modelcmyk(0%,45%,69%,5%)
HSL Color Space21,88% ,62%hsl(21,88% ,62%)
HSV Color Space21°, 69%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100111000011001001011
Octal363206113
Decimal24313475
Hexf3864b

Different shades of #f3864b color code.

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

Light Shade of #f3864b
#f6a67b
Dark Shade of #f3864b
#f0661b
Saturated Shade of #f3864b
#fd8341
Desaturated Shade of #f3864b
#e98955
Grey scale Shade of #f3864b
#9f9f9f
Brighten Shade
#ff9f64
Most Readable Shade
#000000

Shades of #f3864b color code

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

#f3864b
#d87742
#bd683a
#a25932
#874a29
#6c3b21
#512c19
#361d10
#1b0e08
#000000

Similar Color like #f3864b color

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

#f4874c
#f5884d
#f6894e
#f78a4f
#f88b50
#f98c51
#fa8d52
#fb8e53
#fc8f54
#fd9055
#fe9156
#ff9257
#ff9358
#ff9459
#f2854a
#f18449
#f08348
#ef8247
#ee8146
#ed8045
#ec7f44
#eb7e43
#ea7d42
#e97c41
#e87b40
#e77a3f
#e6793e
#e5783d

Monochromatic Color with #f3864b

#f3864b
#1e1109
#492817
#734024
#9e5731
#c86f3e

Tints of #f3864b Color

#f3864b
#f4935f
#f5a073
#f7ae87
#f8bb9b
#f9c9af
#fbd6c3
#fce4d7
#fdf1eb
#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

#f3864b
#4bb8f3

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

Split Complementary

#f3864b
#4bf3da
#4b64f3

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

Analogous Color

#f34b53
#f3644b
#f3864b
#f3a84b
#f3c94b

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

#f3864b
#4bf386
#864bf3

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

#f3864b
#64f34b
#4bb8f3
#da4bf3

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

#f3864b
#4bb8f3
#4b64f3
#f3da4b

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

#f3864b Color Code Preview on Black Background Color

This is how #f3864b Color will look on black background color. Color contrast ratio is 8.32

#f3864b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f3864b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f3864b

#f3864b color code is use for CSS Background Color

Background color for the above div is #f3864b

HTML with inline CSS

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

#f3864b color code is use for CSS Border Color

CSS Border color for the above div is #f3864b

HTML with inline CSS

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

CSS Border Left color for the above div is #f3864b

HTML with inline CSS

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

CSS Border Right color for the above div is #f3864b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f3864b

HTML with inline CSS

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

CSS Border Top color for the above div is #f3864b

HTML with inline CSS

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

#f3864b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f3864b Color code Preview on White Background

This is how #f3864b Color code will look on white background color. Color contrast ratio is 2.52

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

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(243,134,75,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(75,184,243,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(243,134,75,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.