crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#f4ae94 hex color - Orange - Warm color - Information

#f4ae94 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #f4ae94 Color code in RGB color code model is created after adding 95.69% red color, 68.24% green color and 58.04% blue color. Hex #f4ae94 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 39% yellow and 4% black.

Hex #f4ae94 color code is between #eeaa99 web safe hex color code and #ffbb88 web safe hex color code. #eeaa99 is the nearest web safe color code. You can see here many more shades of #f4ae94 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef4ae94#f4ae94
RGB Decimal244, 174, 148rgb(244, 174, 148)
RGB Percent96%, 68%, 58%rgb(96%, 68%, 58%)
CSS RGBa244, 174, 148,1rgba(244,174,148,1)
CMYK Modelcmyk(0%,29%,39%,4%)
HSL Color Space16,81% ,77%hsl(16,81% ,77%)
HSV Color Space16°, 39%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101001010111010010100
Octal364256224
Decimal244174148
Hexf4ae94

Different shades of #f4ae94 color code.

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

Light Shade of #f4ae94
#f9d1c2
Dark Shade of #f4ae94
#ef8b66
Saturated Shade of #f4ae94
#faab8e
Desaturated Shade of #f4ae94
#eeb19a
Grey scale Shade of #f4ae94
#c4c4c4
Brighten Shade
#ffc7ad
Most Readable Shade
#000000

Shades of #f4ae94 color code

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

#f4ae94
#d89a83
#bd8773
#a27462
#876052
#6c4d41
#513a31
#362620
#1b1310
#000000

Similar Color like #f4ae94 color

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

#f5af95
#f6b096
#f7b197
#f8b298
#f9b399
#fab49a
#fbb59b
#fcb69c
#fdb79d
#feb89e
#ffb99f
#ffbaa0
#ffbba1
#ffbca2
#f3ad93
#f2ac92
#f1ab91
#f0aa90
#efa98f
#eea88e
#eda78d
#eca68c
#eba58b
#eaa48a
#e9a389
#e8a288
#e7a187
#e6a086

Monochromatic Color with #f4ae94

#f4ae94
#1f1613
#4a352d
#745347
#9f7160
#c9907a

Tints of #f4ae94 Color

#f4ae94
#f5b79f
#f6c0ab
#f7c9b7
#f8d2c3
#fadbcf
#fbe4db
#fcede7
#fdf6f3
#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

#f4ae94
#94daf4

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

Split Complementary

#f4ae94
#94f4de
#94aaf4

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

Analogous Color

#f494a0
#f49b94
#f4ae94
#f4c194
#f4d494

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

#f4ae94
#94f4ae
#ae94f4

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

#f4ae94
#aaf494
#94daf4
#de94f4

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

#f4ae94
#94daf4
#94aaf4
#f4de94

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

#f4ae94 Color Code Preview on Black Background Color

This is how #f4ae94 Color will look on black background color. Color contrast ratio is 11.33

#f4ae94 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f4ae94

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f4ae94

#f4ae94 color code is use for CSS Background Color

Background color for the above div is #f4ae94

HTML with inline CSS

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

#f4ae94 color code is use for CSS Border Color

CSS Border color for the above div is #f4ae94

HTML with inline CSS

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

CSS Border Left color for the above div is #f4ae94

HTML with inline CSS

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

CSS Border Right color for the above div is #f4ae94

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f4ae94

HTML with inline CSS

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

CSS Border Top color for the above div is #f4ae94

HTML with inline CSS

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

#f4ae94 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f4ae94 Color code Preview on White Background

This is how #f4ae94 Color code will look on white background color. Color contrast ratio is 1.85

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.