crispedge.com

Color picker

Loading...

#ffbf32 hex color - Orange - Warm color - Information

#ffbf32 hex color - Orange - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Orange

Hex #ffbf32 Color code in RGB color code model is created after adding 100% red color, 74.9% green color and 19.61% blue color. Hex #ffbf32 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 25% magenta, 80% yellow and 0% black.

Hex #ffbf32 color code is between #eebb33 web safe hex color code and #ddcc22 web safe hex color code. #eebb33 is the nearest web safe color code. You can see here many more shades of #ffbf32 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeffbf32#ffbf32
RGB Decimal255, 191, 50rgb(255, 191, 50)
RGB Percent100%, 75%, 20%rgb(100%, 75%, 20%)
CSS RGBa255, 191, 50,1rgba(255,191,50,1)
CMYK Modelcmyk(0%,25%,80%,0%)
HSL Color Space41,100% ,60%hsl(41,100% ,60%)
HSV Color Space41°, 80%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111011111100110010
Octal37727762
Decimal25519150
Hexffbf32

Different shades of #ffbf32 color code.

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

Light Shade of #ffbf32
#ffcf65
Dark Shade of #ffbf32
#feaf00
Saturated Shade of #ffbf32
#ffbf32
Desaturated Shade of #ffbf32
#f5bb3c
Grey scale Shade of #ffbf32
#989898
Brighten Shade
#ffd84b
Most Readable Shade
#000000

Shades of #ffbf32 color code

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

#ffbf32
#e2a92c
#c69426
#aa7f21
#8d6a1b
#715416
#553f10
#382a0b
#1c1505
#000000

Similar Color like #ffbf32 color

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

#ffc033
#ffc134
#ffc235
#ffc336
#ffc437
#ffc538
#ffc639
#ffc73a
#ffc83b
#ffc93c
#ffca3d
#ffcb3e
#ffcc3f
#ffcd40
#febe31
#fdbd30
#fcbc2f
#fbbb2e
#faba2d
#f9b92c
#f8b82b
#f7b72a
#f6b629
#f5b528
#f4b427
#f3b326
#f2b225
#f1b124

Monochromatic Color with #ffbf32

#ffbf32
#2a2008
#554011
#806019
#aa7f21
#d49f2a

Tints of #ffbf32 Color

#ffbf32
#ffc648
#ffcd5f
#ffd476
#ffdb8d
#ffe2a3
#ffe9ba
#fff0d1
#fff7e8
#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

#ffbf32
#3272ff

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

Split Complementary

#ffbf32
#32d8ff
#5932ff

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

Analogous Color

#ff6d32
#ff9632
#ffbf32
#ffe832
#edff32

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

#ffbf32
#32ffbf
#bf32ff

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

#ffbf32
#32ff58
#3272ff
#ff32d8

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

#ffbf32
#3272ff
#5932ff
#d9ff32

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

#ffbf32 Color Code Preview on Black Background Color

This is how #ffbf32 Color will look on black background color. Color contrast ratio is 12.75

#ffbf32 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffbf32

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffbf32

#ffbf32 color code is use for CSS Background Color

Background color for the above div is #ffbf32

HTML with inline CSS

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

#ffbf32 color code is use for CSS Border Color

CSS Border color for the above div is #ffbf32

HTML with inline CSS

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

CSS Border Left color for the above div is #ffbf32

HTML with inline CSS

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

CSS Border Right color for the above div is #ffbf32

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffbf32

HTML with inline CSS

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

CSS Border Top color for the above div is #ffbf32

HTML with inline CSS

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

#ffbf32 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffbf32 Color code Preview on White Background

This is how #ffbf32 Color code will look on white background color. Color contrast ratio is 1.65

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.