crispedge.com

Color picker

Loading...

#fa5b0b hex color - Orange - Warm color - Information

#fa5b0b hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #fa5b0b Color code in RGB color code model is created after adding 98.04% red color, 35.69% green color and 4.31% blue color. Hex #fa5b0b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 96% yellow and 2% black.

Hex #fa5b0b color code is between #ff5511 web safe hex color code and #ee6600 web safe hex color code. #ff5511 is the nearest web safe color code. You can see here many more shades of #fa5b0b color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codefa5b0b#fa5b0b
RGB Decimal250, 91, 11rgb(250, 91, 11)
RGB Percent98%, 36%, 4%rgb(98%, 36%, 4%)
CSS RGBa250, 91, 11,1rgba(250,91,11,1)
CMYK Modelcmyk(0%,64%,96%,2%)
HSL Color Space20,96% ,51%hsl(20,96% ,51%)
HSV Color Space20°, 96%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110100101101100001011
Octal37213313
Decimal2509111
Hexfa5b0b

Different shades of #fa5b0b color code.

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

Light Shade of #fa5b0b
#fb7d3d
Dark Shade of #fa5b0b
#ce4804
Saturated Shade of #fa5b0b
#ff5906
Desaturated Shade of #fa5b0b
#ee5f17
Grey scale Shade of #fa5b0b
#828282
Brighten Shade
#ff7424
Most Readable Shade
#000000

Shades of #fa5b0b color code

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

#fa5b0b
#de5009
#c24608
#a63c07
#8a3206
#6f2804
#531e03
#371402
#1b0a01
#000000

Similar Color like #fa5b0b color

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

#fb5c0c
#fc5d0d
#fd5e0e
#fe5f0f
#ff6010
#ff6111
#ff6212
#ff6313
#ff6414
#ff6515
#ff6616
#ff6717
#ff6818
#ff6919
#f95a0a
#f85909
#f75808
#f65707
#f55606
#f45505
#f35404
#f25303
#f15202
#f05101
#ef5000
#ee4f00
#ed4e00
#ec4d00

Monochromatic Color with #fa5b0b

#fa5b0b
#250e02
#501d04
#7a2d05
#a53c07
#cf4c09

Tints of #fa5b0b Color

#fa5b0b
#fa6d26
#fb7f41
#fb915c
#fca377
#fcb692
#fdc8ad
#fddac8
#feece3
#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

#fa5b0b
#0baafa

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

Split Complementary

#fa5b0b
#0bfad3
#0b32fa

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

Analogous Color

#fa0b1b
#fa2b0b
#fa5b0b
#fa8b0b
#fabb0b

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

#fa5b0b
#0bfa5b
#5b0bfa

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

#fa5b0b
#32fa0b
#0baafa
#d20bfa

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

#fa5b0b
#0baafa
#0b32fa
#fad30b

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

#fa5b0b Color Code Preview on Black Background Color

This is how #fa5b0b Color will look on black background color. Color contrast ratio is 6.57

#fa5b0b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa5b0b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa5b0b

#fa5b0b color code is use for CSS Background Color

Background color for the above div is #fa5b0b

HTML with inline CSS

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

#fa5b0b color code is use for CSS Border Color

CSS Border color for the above div is #fa5b0b

HTML with inline CSS

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

CSS Border Left color for the above div is #fa5b0b

HTML with inline CSS

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

CSS Border Right color for the above div is #fa5b0b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa5b0b

HTML with inline CSS

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

CSS Border Top color for the above div is #fa5b0b

HTML with inline CSS

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

#fa5b0b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa5b0b Color code Preview on White Background

This is how #fa5b0b Color code will look on white background color. Color contrast ratio is 3.20

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

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(250,91,11,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(11,170,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,91,11,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.