crispedge.com

Color picker

Loading...

#fb850f hex color - Orange - Warm color - Information

#fb850f hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fb850f Color code in RGB color code model is created after adding 98.43% red color, 52.16% green color and 5.88% blue color. Hex #fb850f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 94% yellow and 2% black.

Hex #fb850f color code is between #ff8811 web safe hex color code and #ee7700 web safe hex color code. #ff8811 is the nearest web safe color code. You can see here many more shades of #fb850f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefb850f#fb850f
RGB Decimal251, 133, 15rgb(251, 133, 15)
RGB Percent98%, 52%, 6%rgb(98%, 52%, 6%)
CSS RGBa251, 133, 15,1rgba(251,133,15,1)
CMYK Modelcmyk(0%,47%,94%,2%)
HSL Color Space30,97% ,52%hsl(30,97% ,52%)
HSV Color Space30°, 94%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110111000010100001111
Octal37320517
Decimal25113315
Hexfb850f

Different shades of #fb850f color code.

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

Light Shade of #fb850f
#fc9e41
Dark Shade of #fb850f
#d36b04
Saturated Shade of #fb850f
#ff850b
Desaturated Shade of #fb850f
#ef851b
Grey scale Shade of #fb850f
#858585
Brighten Shade
#ff9e28
Most Readable Shade
#000000

Shades of #fb850f color code

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

#fb850f
#df760d
#c3670b
#a7580a
#8b4908
#6f3b06
#532c05
#371d03
#1b0e01
#000000

Similar Color like #fb850f color

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

#fc8610
#fd8711
#fe8812
#ff8913
#ff8a14
#ff8b15
#ff8c16
#ff8d17
#ff8e18
#ff8f19
#ff901a
#ff911b
#ff921c
#ff931d
#fa840e
#f9830d
#f8820c
#f7810b
#f6800a
#f57f09
#f47e08
#f37d07
#f27c06
#f17b05
#f07a04
#ef7903
#ee7802
#ed7701

Monochromatic Color with #fb850f

#fb850f
#261402
#512b05
#7b4107
#a6580a
#d06e0c

Tints of #fb850f Color

#fb850f
#fb9229
#fba044
#fcad5f
#fcbb79
#fdc894
#fdd6af
#fee3c9
#fef1e4
#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

#fb850f
#0f85fb

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

Split Complementary

#fb850f
#0ffbfb
#0f0ffb

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

Analogous Color

#fb270f
#fb560f
#fb850f
#fbb40f
#fbe30f

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

#fb850f
#0ffb85
#850ffb

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

#fb850f
#0ffb0f
#0f85fb
#fb0ffb

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

#fb850f
#0f85fb
#0f0ffb
#fbfb0f

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

#fb850f Color Code Preview on Black Background Color

This is how #fb850f Color will look on black background color. Color contrast ratio is 8.46

#fb850f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb850f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb850f

#fb850f color code is use for CSS Background Color

Background color for the above div is #fb850f

HTML with inline CSS

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

#fb850f color code is use for CSS Border Color

CSS Border color for the above div is #fb850f

HTML with inline CSS

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

CSS Border Left color for the above div is #fb850f

HTML with inline CSS

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

CSS Border Right color for the above div is #fb850f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fb850f

HTML with inline CSS

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

CSS Border Top color for the above div is #fb850f

HTML with inline CSS

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

#fb850f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fb850f Color code Preview on White Background

This is how #fb850f Color code will look on white background color. Color contrast ratio is 2.48

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

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,133,15,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(15,133,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(251,133,15,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.