crispedge.com

Color picker

Loading...

#ffb95a hex color - Cape Jasmine - Yellow - Warm color - Information

#ffb95a hex color - Cape Jasmine - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #ffb95a Color Code is also known as Cape Jasmine color.

Hex #ffb95a Color code in RGB color code model is created after adding 100% red color, 72.55% green color and 35.29% blue color. Hex #ffb95a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 27% magenta, 65% yellow and 0% black.

Hex #ffb95a color code is between #eebb55 web safe hex color code and #ddaa66 web safe hex color code. #eebb55 is the nearest web safe color code. You can see here many more shades of #ffb95a color code.

0 Likes 0 Comments | 62 Views

RGB Chart

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

Color Table

Hex Color Codeffb95a#ffb95a
RGB Decimal255, 185, 90rgb(255, 185, 90)
RGB Percent100%, 73%, 35%rgb(100%, 73%, 35%)
CSS RGBa255, 185, 90,1rgba(255,185,90,1)
CMYK Modelcmyk(0%,27%,65%,0%)
HSL Color Space35,100% ,68%hsl(35,100% ,68%)
HSV Color Space35°, 65%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111011100101011010
Octal377271132
Decimal25518590
Hexffb95a

Different shades of #ffb95a color code.

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

Light Shade of #ffb95a
#ffcf8d
Dark Shade of #ffb95a
#ffa327
Saturated Shade of #ffb95a
#ffb95a
Desaturated Shade of #ffb95a
#f7b862
Grey scale Shade of #ffb95a
#acacac
Brighten Shade
#ffd273
Most Readable Shade
#000000

Shades of #ffb95a color code

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

#ffb95a
#e2a450
#c68f46
#aa7b3c
#8d6632
#715228
#553d1e
#382914
#1c140a
#000000

Similar Color like #ffb95a color

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

#ffba5b
#ffbb5c
#ffbc5d
#ffbd5e
#ffbe5f
#ffbf60
#ffc061
#ffc162
#ffc263
#ffc364
#ffc465
#ffc566
#ffc667
#ffc768
#feb859
#fdb758
#fcb657
#fbb556
#fab455
#f9b354
#f8b253
#f7b152
#f6b051
#f5af50
#f4ae4f
#f3ad4e
#f2ac4d
#f1ab4c

Monochromatic Color with #ffb95a

#ffb95a
#2a1f0f
#553e1e
#805d2d
#aa7b3c
#d49a4b

Tints of #ffb95a Color

#ffb95a
#ffc06c
#ffc87e
#ffd091
#ffd8a3
#ffdfb5
#ffe7c8
#ffefda
#fff7ec
#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

#ffb95a
#5aa0ff

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

Split Complementary

#ffb95a
#5af2ff
#675aff

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

Analogous Color

#ff775a
#ff985a
#ffb95a
#ffda5a
#fffb5a

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

#ffb95a
#5affb9
#b95aff

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

#ffb95a
#5aff66
#5aa0ff
#ff5af2

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

#ffb95a
#5aa0ff
#675aff
#f2ff5a

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

#ffb95a Color Code Preview on Black Background Color

This is how #ffb95a Color will look on black background color. Color contrast ratio is 12.34

#ffb95a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffb95a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffb95a

#ffb95a color code is use for CSS Background Color

Background color for the above div is #ffb95a

HTML with inline CSS

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

#ffb95a color code is use for CSS Border Color

CSS Border color for the above div is #ffb95a

HTML with inline CSS

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

CSS Border Left color for the above div is #ffb95a

HTML with inline CSS

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

CSS Border Right color for the above div is #ffb95a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffb95a

HTML with inline CSS

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

CSS Border Top color for the above div is #ffb95a

HTML with inline CSS

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

#ffb95a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffb95a Color code Preview on White Background

This is how #ffb95a Color code will look on white background color. Color contrast ratio is 1.70

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

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(255,185,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(90,160,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,185,90,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 62 Views

Post your comment:-

By submitting comment you agree to our privacy policy.