crispedge.com

Color picker

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

#ffbd9f hex color - Orange - Warm color - Information

#ffbd9f hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #ffbd9f Color code in RGB color code model is created after adding 100% red color, 74.12% green color and 62.35% blue color. Hex #ffbd9f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 38% yellow and 0% black.

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

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codeffbd9f#ffbd9f
RGB Decimal255, 189, 159rgb(255, 189, 159)
RGB Percent100%, 74%, 62%rgb(100%, 74%, 62%)
CSS RGBa255, 189, 159,1rgba(255,189,159,1)
CMYK Modelcmyk(0%,26%,38%,0%)
HSL Color Space19,100% ,81%hsl(19,100% ,81%)
HSV Color Space19°, 38%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111011110110011111
Octal377275237
Decimal255189159
Hexffbd9f

Different shades of #ffbd9f color code.

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

Light Shade of #ffbd9f
#ffe0d2
Dark Shade of #ffbd9f
#ff9a6c
Saturated Shade of #ffbd9f
#ffbd9f
Desaturated Shade of #ffbd9f
#fabfa4
Grey scale Shade of #ffbd9f
#cfcfcf
Brighten Shade
#ffd6b8
Most Readable Shade
#000000

Shades of #ffbd9f color code

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

#ffbd9f
#e2a88d
#c6937b
#aa7e6a
#8d6958
#715446
#553f35
#382a23
#1c1511
#000000

Similar Color like #ffbd9f color

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

#ffbea0
#ffbfa1
#ffc0a2
#ffc1a3
#ffc2a4
#ffc3a5
#ffc4a6
#ffc5a7
#ffc6a8
#ffc7a9
#ffc8aa
#ffc9ab
#ffcaac
#ffcbad
#febc9e
#fdbb9d
#fcba9c
#fbb99b
#fab89a
#f9b799
#f8b698
#f7b597
#f6b496
#f5b395
#f4b294
#f3b193
#f2b092
#f1af91

Monochromatic Color with #ffbd9f

#ffbd9f
#2a1f1a
#553f35
#805f50
#aa7e6a
#d49e85

Tints of #ffbd9f Color

#ffbd9f
#ffc4a9
#ffcbb4
#ffd3bf
#ffdac9
#ffe1d4
#ffe9df
#fff0e9
#fff7f4
#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

#ffbd9f
#9fe1ff

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

Split Complementary

#ffbd9f
#9fffed
#9fb1ff

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

Analogous Color

#ff9fa7
#ffaa9f
#ffbd9f
#ffd09f
#ffe39f

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

#ffbd9f
#9fffbd
#bd9fff

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

#ffbd9f
#b1ff9f
#9fe1ff
#ed9fff

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

#ffbd9f
#9fe1ff
#9fb1ff
#ffed9f

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

#ffbd9f Color Code Preview on Black Background Color

This is how #ffbd9f Color will look on black background color. Color contrast ratio is 13.03

#ffbd9f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffbd9f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffbd9f

#ffbd9f color code is use for CSS Background Color

Background color for the above div is #ffbd9f

HTML with inline CSS

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

#ffbd9f color code is use for CSS Border Color

CSS Border color for the above div is #ffbd9f

HTML with inline CSS

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

CSS Border Left color for the above div is #ffbd9f

HTML with inline CSS

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

CSS Border Right color for the above div is #ffbd9f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffbd9f

HTML with inline CSS

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

CSS Border Top color for the above div is #ffbd9f

HTML with inline CSS

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

#ffbd9f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffbd9f Color code Preview on White Background

This is how #ffbd9f Color code will look on white background color. Color contrast ratio is 1.61

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.