crispedge.com

Color picker

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

#f5bc92 hex color - Orange - Warm color - Information

#f5bc92 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #f5bc92 Color code in RGB color code model is created after adding 96.08% red color, 73.73% green color and 57.25% blue color. Hex #f5bc92 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 23% magenta, 40% yellow and 4% black.

Hex #f5bc92 color code is between #eebb99 web safe hex color code and #ffcc88 web safe hex color code. #eebb99 is the nearest web safe color code. You can see here many more shades of #f5bc92 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef5bc92#f5bc92
RGB Decimal245, 188, 146rgb(245, 188, 146)
RGB Percent96%, 74%, 57%rgb(96%, 74%, 57%)
CSS RGBa245, 188, 146,1rgba(245,188,146,1)
CMYK Modelcmyk(0%,23%,40%,4%)
HSL Color Space25,83% ,77%hsl(25,83% ,77%)
HSV Color Space25°, 40%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101011011110010010010
Octal365274222
Decimal245188146
Hexf5bc92

Different shades of #f5bc92 color code.

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

Light Shade of #f5bc92
#f9d9c1
Dark Shade of #f5bc92
#f19f63
Saturated Shade of #f5bc92
#fbbb8c
Desaturated Shade of #f5bc92
#efbd98
Grey scale Shade of #f5bc92
#c3c3c3
Brighten Shade
#ffd5ab
Most Readable Shade
#000000

Shades of #f5bc92 color code

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

#f5bc92
#d9a781
#be9271
#a37d61
#886851
#6c5340
#513e30
#362920
#1b1410
#000000

Similar Color like #f5bc92 color

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

#f6bd93
#f7be94
#f8bf95
#f9c096
#fac197
#fbc298
#fcc399
#fdc49a
#fec59b
#ffc69c
#ffc79d
#ffc89e
#ffc99f
#ffcaa0
#f4bb91
#f3ba90
#f2b98f
#f1b88e
#f0b78d
#efb68c
#eeb58b
#edb48a
#ecb389
#ebb288
#eab187
#e9b086
#e8af85
#e7ae84

Monochromatic Color with #f5bc92

#f5bc92
#201913
#4b3a2d
#755a46
#a07b5f
#ca9b79

Tints of #f5bc92 Color

#f5bc92
#f6c39e
#f7caaa
#f8d2b6
#f9d9c2
#fae1ce
#fbe8da
#fcf0e6
#fdf7f2
#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

#f5bc92
#92cbf5

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

Split Complementary

#f5bc92
#92f5ee
#9299f5

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

Analogous Color

#f59492
#f5a892
#f5bc92
#f5d092
#f5e492

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

#f5bc92
#92f5bc
#bc92f5

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

#f5bc92
#99f592
#92cbf5
#ed92f5

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

#f5bc92
#92cbf5
#9299f5
#f5ee92

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

#f5bc92 Color Code Preview on Black Background Color

This is how #f5bc92 Color will look on black background color. Color contrast ratio is 12.49

#f5bc92 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5bc92

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5bc92

#f5bc92 color code is use for CSS Background Color

Background color for the above div is #f5bc92

HTML with inline CSS

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

#f5bc92 color code is use for CSS Border Color

CSS Border color for the above div is #f5bc92

HTML with inline CSS

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

CSS Border Left color for the above div is #f5bc92

HTML with inline CSS

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

CSS Border Right color for the above div is #f5bc92

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f5bc92

HTML with inline CSS

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

CSS Border Top color for the above div is #f5bc92

HTML with inline CSS

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

#f5bc92 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f5bc92 Color code Preview on White Background

This is how #f5bc92 Color code will look on white background color. Color contrast ratio is 1.68

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

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.