crispedge.com

#f82601 hex color - Red - Warm color - Information

#f82601 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f82601 Color code in RGB color code model is created after adding 97.25% red color, 14.9% green color and 0.39% blue color. Hex #f82601 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 85% magenta, 100% yellow and 3% black.

Hex #f82601 color code is between #ff2200 web safe hex color code and #ee3300 web safe hex color code. #ff2200 is the nearest web safe color code. You can see here many more shades of #f82601 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codef82601#f82601
RGB Decimal248, 38, 1rgb(248, 38, 1)
RGB Percent97%, 15%, 0%rgb(97%, 15%, 0%)
CSS RGBa248, 38, 1,1rgba(248,38,1,1)
CMYK Modelcmyk(0%,85%,100%,3%)
HSL Color Space9,99% ,49%hsl(9,99% ,49%)
HSV Color Space9°, 100%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110000010011000000001
Octal370461
Decimal248381
Hexf82601

Different shades of #f82601 color code.

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

Light Shade of #f82601
#fe4d2e
Dark Shade of #f82601
#c51e01
Saturated Shade of #f82601
#f92500
Desaturated Shade of #f82601
#ec2f0d
Grey scale Shade of #f82601
#7c7c7c
Brighten Shade
#ff3f1a
Most Readable Shade
#FFFFFF

Shades of #f82601 color code

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

#f82601
#dc2100
#c01d00
#a51900
#891500
#6e1000
#520c00
#370800
#1b0400
#000000

Similar Color like #f82601 color

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

#f92702
#fa2803
#fb2904
#fc2a05
#fd2b06
#fe2c07
#ff2d08
#ff2e09
#ff2f0a
#ff300b
#ff310c
#ff320d
#ff330e
#ff340f
#f72500
#f62400
#f52300
#f42200
#f32100
#f22000
#f11f00
#f01e00
#ef1d00
#ee1c00
#ed1b00
#ec1a00
#eb1900
#ea1800

Monochromatic Color with #f82601

#f82601
#230500
#4e0c00
#781200
#a31901
#cd1f01

Tints of #f82601 Color

#f82601
#f83e1d
#f95639
#fa6e55
#fb8671
#fb9e8e
#fcb6aa
#fdcec6
#fee6e2
#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

#f82601
#01d3f8

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

Split Complementary

#f82601
#01f8a2
#0157f8

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

Analogous Color

#f8013f
#f8010d
#f82601
#f85701
#f88901

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

#f82601
#01f826
#2601f8

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

#f82601
#57f801
#01d3f8
#a101f8

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

#f82601
#01d3f8
#0157f8
#f8a201

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

#f82601 Color Code Preview on Black Background Color

This is how #f82601 Color will look on black background color. Color contrast ratio is 5.27

#f82601 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f82601

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f82601

#f82601 color code is use for CSS Background Color

Background color for the above div is #f82601

HTML with inline CSS

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

#f82601 color code is use for CSS Border Color

CSS Border color for the above div is #f82601

HTML with inline CSS

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

CSS Border Left color for the above div is #f82601

HTML with inline CSS

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

CSS Border Right color for the above div is #f82601

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f82601

HTML with inline CSS

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

CSS Border Top color for the above div is #f82601

HTML with inline CSS

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

#f82601 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f82601 Color code Preview on White Background

This is how #f82601 Color code will look on white background color. Color contrast ratio is 3.99

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

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,38,1,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(1,211,248,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(248,38,1,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>