@
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.

#f95c28 hex color - Orange - Warm color - Information

#f95c28 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #f95c28 Color code in RGB color code model is created after adding 97.65% red color, 36.08% green color and 15.69% blue color. Hex #f95c28 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 84% yellow and 2.35% black.

Hex #f95c28 color code is between #ff5522 web safe hex color code and #ee6633 web safe hex color code. #ff5522 is the nearest web safe color code. You can see here many more shades of #f95c28 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef95c28#f95c28
RGB Decimal249, 92, 40rgb(249, 92, 40)
RGB Percent98%, 36%, 16%rgb(98%, 36%, 16%)
CSS RGBa249, 92, 40,1rgba(249,92,40,1)
CMYK Modelcmyk(0%,63%,84%,2.35%)
HSL Color Space15,95% ,57%hsl(15,95% ,57%)
HSV Color Space15°, 84%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110010101110000101000
Octal37113450
Decimal2499240
Hexf95c28

Different shades of #f95c28 color code.

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

Light Shade of #f95c28
#fa825a
Dark Shade of #f95c28
#e83e06
Saturated Shade of #f95c28
#ff5922
Desaturated Shade of #f95c28
#ee6233
Grey scale Shade of #f95c28
#909090
Brighten Shade
#ff7541
Most Readable Shade
#000000

Shades of #f95c28 color code

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

#f95c28
#dd5123
#c1471f
#a63d1a
#8a3316
#6e2811
#531e0d
#371408
#1b0a04
#000000

Similar Color like #f95c28 color

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

#fa5d29
#fb5e2a
#fc5f2b
#fd602c
#fe612d
#ff622e
#ff632f
#ff6430
#ff6531
#ff6632
#ff6733
#ff6834
#ff6935
#ff6a36
#f85b27
#f75a26
#f65925
#f55824
#f45723
#f35622
#f25521
#f15420
#f0531f
#ef521e
#ee511d
#ed501c
#ec4f1b
#eb4e1a

Monochromatic Color with #f95c28

#f95c28
#240d06
#4f1d0d
#792d14
#a43d1a
#ce4c21

Tints of #f95c28 Color

#f95c28
#f96e3f
#fa8057
#fb926f
#fba487
#fcb69f
#fdc8b7
#fddacf
#feece7
#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

#f95c28
#28c5f9

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

Split Complementary

#f95c28
#28f9c4
#285df9

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

Analogous Color

#f92848
#f93228
#f95c28
#f98628
#f9b028

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

#f95c28
#28f95c
#5c28f9

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

#f95c28
#5cf928
#28c5f9
#c428f9

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

#f95c28
#28c5f9
#285df9
#f9c428

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

#f95c28 Color Code Preview on Black Background Color

This is how #f95c28 Color will look on black background color. Color contrast ratio is 6.59

#f95c28 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f95c28

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f95c28

#f95c28 color code is use for CSS Background Color

Background color for the above div is #f95c28

HTML with inline CSS

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

#f95c28 color code is use for CSS Border Color

CSS Border color for the above div is #f95c28

HTML with inline CSS

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

CSS Border Left color for the above div is #f95c28

HTML with inline CSS

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

CSS Border Right color for the above div is #f95c28

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f95c28

HTML with inline CSS

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

CSS Border Top color for the above div is #f95c28

HTML with inline CSS

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

#f95c28 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f95c28 Color code Preview on White Background

This is how #f95c28 Color code will look on white background color. Color contrast ratio is 3.19

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

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(249,92,40,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(40,197,249,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,92,40,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.