crispedge.com

Color picker

Loading...

#f3ae80 hex color - Orange - Warm color - Information

#f3ae80 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #f3ae80 Color code in RGB color code model is created after adding 95.29% red color, 68.24% green color and 50.2% blue color. Hex #f3ae80 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 47% yellow and 5% black.

Hex #f3ae80 color code is between #eeaa88 web safe hex color code and #ffbb77 web safe hex color code. #eeaa88 is the nearest web safe color code. You can see here many more shades of #f3ae80 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef3ae80#f3ae80
RGB Decimal243, 174, 128rgb(243, 174, 128)
RGB Percent95%, 68%, 50%rgb(95%, 68%, 50%)
CSS RGBa243, 174, 128,1rgba(243,174,128,1)
CMYK Modelcmyk(0%,28%,47%,5%)
HSL Color Space24,83% ,73%hsl(24,83% ,73%)
HSV Color Space24°, 47%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100111010111010000000
Octal363256200
Decimal243174128
Hexf3ae80

Different shades of #f3ae80 color code.

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

Light Shade of #f3ae80
#f7ccaf
Dark Shade of #f3ae80
#ef9051
Saturated Shade of #f3ae80
#faad79
Desaturated Shade of #f3ae80
#ecaf87
Grey scale Shade of #f3ae80
#b9b9b9
Brighten Shade
#ffc799
Most Readable Shade
#000000

Shades of #f3ae80 color code

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

#f3ae80
#d89a71
#bd8763
#a27455
#876047
#6c4d38
#513a2a
#36261c
#1b130e
#000000

Similar Color like #f3ae80 color

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

#f4af81
#f5b082
#f6b183
#f7b284
#f8b385
#f9b486
#fab587
#fbb688
#fcb789
#fdb88a
#feb98b
#ffba8c
#ffbb8d
#ffbc8e
#f2ad7f
#f1ac7e
#f0ab7d
#efaa7c
#eea97b
#eda87a
#eca779
#eba678
#eaa577
#e9a476
#e8a375
#e7a274
#e6a173
#e5a072

Monochromatic Color with #f3ae80

#f3ae80
#1e1610
#493426
#73533d
#9e7153
#c8906a

Tints of #f3ae80 Color

#f3ae80
#f4b78e
#f5c09c
#f7c9aa
#f8d2b8
#f9dbc6
#fbe4d4
#fcede2
#fdf6f0
#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

#f3ae80
#80c5f3

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

Split Complementary

#f3ae80
#80f3e8
#808bf3

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

Analogous Color

#f38080
#f39780
#f3ae80
#f3c580
#f3dc80

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

#f3ae80
#80f3ae
#ae80f3

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

#f3ae80
#8bf380
#80c5f3
#e780f3

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

#f3ae80
#80c5f3
#808bf3
#f3e880

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

#f3ae80 Color Code Preview on Black Background Color

This is how #f3ae80 Color will look on black background color. Color contrast ratio is 11.18

#f3ae80 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f3ae80

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f3ae80

#f3ae80 color code is use for CSS Background Color

Background color for the above div is #f3ae80

HTML with inline CSS

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

#f3ae80 color code is use for CSS Border Color

CSS Border color for the above div is #f3ae80

HTML with inline CSS

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

CSS Border Left color for the above div is #f3ae80

HTML with inline CSS

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

CSS Border Right color for the above div is #f3ae80

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f3ae80

HTML with inline CSS

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

CSS Border Top color for the above div is #f3ae80

HTML with inline CSS

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

#f3ae80 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f3ae80 Color code Preview on White Background

This is how #f3ae80 Color code will look on white background color. Color contrast ratio is 1.88

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

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,174,128,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(128,197,243,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(243,174,128,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.