@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#f2821f hex color - Orange - Warm color - Information

#f2821f hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #f2821f Color code in RGB color code model is created after adding 94.9% red color, 50.98% green color and 12.16% blue color. Hex #f2821f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 46% magenta, 87% yellow and 5.1% black.

Hex #f2821f color code is between #ee8822 web safe hex color code and #ff7711 web safe hex color code. #ee8822 is the nearest web safe color code. You can see here many more shades of #f2821f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef2821f#f2821f
RGB Decimal242, 130, 31rgb(242, 130, 31)
RGB Percent95%, 51%, 12%rgb(95%, 51%, 12%)
CSS RGBa242, 130, 31,1rgba(242,130,31,1)
CMYK Modelcmyk(0%,46%,87%,5.1%)
HSL Color Space28,89% ,54%hsl(28,89% ,54%)
HSV Color Space28°, 87%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100101000001000011111
Octal36220237
Decimal24213031
Hexf2821f

Different shades of #f2821f color code.

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

Light Shade of #f2821f
#f59d4f
Dark Shade of #f2821f
#d2690c
Saturated Shade of #f2821f
#fe8113
Desaturated Shade of #f2821f
#e6832b
Grey scale Shade of #f2821f
#888888
Brighten Shade
#ff9b38
Most Readable Shade
#000000

Shades of #f2821f color code

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

#f2821f
#d7731b
#bc6518
#a15614
#864811
#6b390d
#502b0a
#351c06
#1a0e03
#000000

Similar Color like #f2821f color

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

#f38320
#f48421
#f58522
#f68623
#f78724
#f88825
#f98926
#fa8a27
#fb8b28
#fc8c29
#fd8d2a
#fe8e2b
#ff8f2c
#ff902d
#f1811e
#f0801d
#ef7f1c
#ee7e1b
#ed7d1a
#ec7c19
#eb7b18
#ea7a17
#e97916
#e87815
#e77714
#e67613
#e57512
#e47411

Monochromatic Color with #f2821f

#f2821f
#1d1004
#482709
#723e0f
#9d5414
#c76b1a

Tints of #f2821f Color

#f2821f
#f38f37
#f49d50
#f6ab69
#f7b982
#f9c79b
#fad5b4
#fce3cd
#fdf1e6
#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

#f2821f
#1f8ff2

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

Split Complementary

#f2821f
#1ff2eb
#1f25f2

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

Analogous Color

#f22e1f
#f2581f
#f2821f
#f2ac1f
#f2d61f

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

#f2821f
#1ff282
#821ff2

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

#f2821f
#25f21f
#1f8ff2
#eb1ff2

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

#f2821f
#1f8ff2
#1f25f2
#f2eb1f

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

#f2821f Color Code Preview on Black Background Color

This is how #f2821f Color will look on black background color. Color contrast ratio is 7.99

#f2821f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2821f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2821f

#f2821f color code is use for CSS Background Color

Background color for the above div is #f2821f

HTML with inline CSS

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

#f2821f color code is use for CSS Border Color

CSS Border color for the above div is #f2821f

HTML with inline CSS

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

CSS Border Left color for the above div is #f2821f

HTML with inline CSS

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

CSS Border Right color for the above div is #f2821f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f2821f

HTML with inline CSS

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

CSS Border Top color for the above div is #f2821f

HTML with inline CSS

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

#f2821f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f2821f Color code Preview on White Background

This is how #f2821f Color code will look on white background color. Color contrast ratio is 2.63

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

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(242,130,31,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(31,143,242,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(242,130,31,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.