crispedge.com

Color picker

Loading...

#fb9304 hex color - Orange - Warm color - Information

#fb9304 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fb9304 Color code in RGB color code model is created after adding 98.43% red color, 57.65% green color and 1.57% blue color. Hex #fb9304 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 98% yellow and 2% black.

Hex #fb9304 color code is between #ff9900 web safe hex color code and #ee8800 web safe hex color code. #ff9900 is the nearest web safe color code. You can see here many more shades of #fb9304 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefb9304#fb9304
RGB Decimal251, 147, 4rgb(251, 147, 4)
RGB Percent98%, 58%, 2%rgb(98%, 58%, 2%)
CSS RGBa251, 147, 4,1rgba(251,147,4,1)
CMYK Modelcmyk(0%,41%,98%,2%)
HSL Color Space35,97% ,50%hsl(35,97% ,50%)
HSV Color Space35°, 98%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110111001001100000100
Octal3732234
Decimal2511474
Hexfb9304

Different shades of #fb9304 color code.

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

Light Shade of #fb9304
#fca936
Dark Shade of #fb9304
#c97603
Saturated Shade of #fb9304
#ff9400
Desaturated Shade of #fb9304
#ee9111
Grey scale Shade of #fb9304
#808080
Brighten Shade
#ffac1d
Most Readable Shade
#000000

Shades of #fb9304 color code

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

#fb9304
#df8203
#c37203
#a76202
#8b5102
#6f4101
#533101
#372000
#1b1000
#000000

Similar Color like #fb9304 color

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

#fc9405
#fd9506
#fe9607
#ff9708
#ff9809
#ff990a
#ff9a0b
#ff9b0c
#ff9c0d
#ff9d0e
#ff9e0f
#ff9f10
#ffa011
#ffa112
#fa9203
#f99102
#f89001
#f78f00
#f68e00
#f58d00
#f48c00
#f38b00
#f28a00
#f18900
#f08800
#ef8700
#ee8600
#ed8500

Monochromatic Color with #fb9304

#fb9304
#261701
#512f01
#7b4802
#a66103
#d07a03

Tints of #fb9304 Color

#fb9304
#fb9f1f
#fbab3b
#fcb757
#fcc373
#fdcf8f
#fddbab
#fee7c7
#fef3e3
#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

#fb9304
#046cfb

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

Split Complementary

#fb9304
#04e8fb
#1704fb

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

Analogous Color

#fb3004
#fb6204
#fb9304
#fbc404
#fbf604

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

#fb9304
#04fb93
#9304fb

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

#fb9304
#04fb18
#046cfb
#fb04e7

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

#fb9304
#046cfb
#1704fb
#e8fb04

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

#fb9304 Color Code Preview on Black Background Color

This is how #fb9304 Color will look on black background color. Color contrast ratio is 9.28

#fb9304 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb9304

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb9304

#fb9304 color code is use for CSS Background Color

Background color for the above div is #fb9304

HTML with inline CSS

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

#fb9304 color code is use for CSS Border Color

CSS Border color for the above div is #fb9304

HTML with inline CSS

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

CSS Border Left color for the above div is #fb9304

HTML with inline CSS

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

CSS Border Right color for the above div is #fb9304

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fb9304

HTML with inline CSS

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

CSS Border Top color for the above div is #fb9304

HTML with inline CSS

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

#fb9304 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fb9304 Color code Preview on White Background

This is how #fb9304 Color code will look on white background color. Color contrast ratio is 2.26

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

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(251,147,4,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(4,108,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(251,147,4,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.