crispedge.com

Color picker

Loading...

#fb481a hex color - Orange - Warm color - Information

#fb481a hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #fb481a Color code in RGB color code model is created after adding 98.43% red color, 28.24% green color and 10.2% blue color. Hex #fb481a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 71% magenta, 90% yellow and 2% black.

Hex #fb481a color code is between #ff4422 web safe hex color code and #ee5511 web safe hex color code. #ff4422 is the nearest web safe color code. You can see here many more shades of #fb481a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefb481a#fb481a
RGB Decimal251, 72, 26rgb(251, 72, 26)
RGB Percent98%, 28%, 10%rgb(98%, 28%, 10%)
CSS RGBa251, 72, 26,1rgba(251,72,26,1)
CMYK Modelcmyk(0%,71%,90%,2%)
HSL Color Space12,97% ,54%hsl(12,97% ,54%)
HSV Color Space12°, 90%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110110100100000011010
Octal37311032
Decimal2517226
Hexfb481a

Different shades of #fb481a color code.

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

Light Shade of #fb481a
#fc704c
Dark Shade of #fb481a
#de3004
Saturated Shade of #fb481a
#ff4616
Desaturated Shade of #fb481a
#ef4f26
Grey scale Shade of #fb481a
#8a8a8a
Brighten Shade
#ff6133
Most Readable Shade
#000000

Shades of #fb481a color code

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

#fb481a
#df4017
#c33814
#a73011
#8b280e
#6f200b
#531808
#371005
#1b0802
#000000

Similar Color like #fb481a color

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

#fc491b
#fd4a1c
#fe4b1d
#ff4c1e
#ff4d1f
#ff4e20
#ff4f21
#ff5022
#ff5123
#ff5224
#ff5325
#ff5426
#ff5527
#ff5628
#fa4719
#f94618
#f84517
#f74416
#f64315
#f54214
#f44113
#f34012
#f23f11
#f13e10
#f03d0f
#ef3c0e
#ee3b0d
#ed3a0c

Monochromatic Color with #fb481a

#fb481a
#260b04
#511708
#7b230d
#a63011
#d03c16

Tints of #fb481a Color

#fb481a
#fb5c33
#fb704c
#fc8566
#fc997f
#fdad99
#fdc2b2
#fed6cc
#feeae5
#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

#fb481a
#1acdfb

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

Split Complementary

#fb481a
#1afbb9
#1a5cfb

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

Analogous Color

#fb1a46
#fb1b1a
#fb481a
#fb751a
#fba21a

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

#fb481a
#1afb48
#481afb

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

#fb481a
#5cfb1a
#1acdfb
#b81afb

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

#fb481a
#1acdfb
#1a5cfb
#fbb81a

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

#fb481a Color Code Preview on Black Background Color

This is how #fb481a Color will look on black background color. Color contrast ratio is 6.04

#fb481a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb481a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb481a

#fb481a color code is use for CSS Background Color

Background color for the above div is #fb481a

HTML with inline CSS

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

#fb481a color code is use for CSS Border Color

CSS Border color for the above div is #fb481a

HTML with inline CSS

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

CSS Border Left color for the above div is #fb481a

HTML with inline CSS

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

CSS Border Right color for the above div is #fb481a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fb481a

HTML with inline CSS

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

CSS Border Top color for the above div is #fb481a

HTML with inline CSS

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

#fb481a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fb481a Color code Preview on White Background

This is how #fb481a Color code will look on white background color. Color contrast ratio is 3.47

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

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