crispedge.com

Color picker

Loading...

#f84c1b hex color - Red - Warm color - Information

#f84c1b hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #f84c1b Color code in RGB color code model is created after adding 97.25% red color, 29.8% green color and 10.59% blue color. Hex #f84c1b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 69% magenta, 89% yellow and 3% black.

Hex #f84c1b 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 #f84c1b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef84c1b#f84c1b
RGB Decimal248, 76, 27rgb(248, 76, 27)
RGB Percent97%, 30%, 11%rgb(97%, 30%, 11%)
CSS RGBa248, 76, 27,1rgba(248,76,27,1)
CMYK Modelcmyk(0%,69%,89%,3%)
HSL Color Space13,94% ,54%hsl(13,94% ,54%)
HSV Color Space13°, 89%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110000100110000011011
Octal37011433
Decimal2487627
Hexf84c1b

Different shades of #f84c1b color code.

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

Light Shade of #f84c1b
#fa734c
Dark Shade of #f84c1b
#d93507
Saturated Shade of #f84c1b
#ff4814
Desaturated Shade of #f84c1b
#ec5327
Grey scale Shade of #f84c1b
#898989
Brighten Shade
#ff6534
Most Readable Shade
#000000

Shades of #f84c1b color code

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

#f84c1b
#dc4318
#c03b15
#a53212
#892a0f
#6e210c
#521909
#371006
#1b0803
#000000

Similar Color like #f84c1b color

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

#f94d1c
#fa4e1d
#fb4f1e
#fc501f
#fd5120
#fe5221
#ff5322
#ff5423
#ff5524
#ff5625
#ff5726
#ff5827
#ff5928
#ff5a29
#f74b1a
#f64a19
#f54918
#f44817
#f34716
#f24615
#f14514
#f04413
#ef4312
#ee4211
#ed4110
#ec400f
#eb3f0e
#ea3e0d

Monochromatic Color with #f84c1b

#f84c1b
#230b04
#4e1808
#78250d
#a33212
#cd3f16

Tints of #f84c1b Color

#f84c1b
#f85f34
#f9734d
#fa8767
#fb9b80
#fbaf99
#fcc3b3
#fdd7cc
#feebe5
#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

#f84c1b
#1bc7f8

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

Split Complementary

#f84c1b
#1bf8ba
#1b59f8

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

Analogous Color

#f81b42
#f8201b
#f84c1b
#f8781b
#f8a41b

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

#f84c1b
#1bf84c
#4c1bf8

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

#f84c1b
#58f81b
#1bc7f8
#ba1bf8

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

#f84c1b
#1bc7f8
#1b59f8
#f8ba1b

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

#f84c1b Color Code Preview on Black Background Color

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

#f84c1b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f84c1b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f84c1b

#f84c1b color code is use for CSS Background Color

Background color for the above div is #f84c1b

HTML with inline CSS

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

#f84c1b color code is use for CSS Border Color

CSS Border color for the above div is #f84c1b

HTML with inline CSS

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

CSS Border Left color for the above div is #f84c1b

HTML with inline CSS

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

CSS Border Right color for the above div is #f84c1b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f84c1b

HTML with inline CSS

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

CSS Border Top color for the above div is #f84c1b

HTML with inline CSS

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

#f84c1b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f84c1b Color code Preview on White Background

This is how #f84c1b Color code will look on white background color. Color contrast ratio is 3.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 #f84c1b; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #f84c1b; }

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(248,76,27,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(27,199,248,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(248,76,27,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.