crispedge.com

Color picker

Loading...

#fa4f14 hex color - Red - Warm color - Information

#fa4f14 hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #fa4f14 Color code in RGB color code model is created after adding 98.04% red color, 30.98% green color and 7.84% blue color. Hex #fa4f14 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 68% magenta, 92% yellow and 2% black.

Hex #fa4f14 color code is between #ff5511 web safe hex color code and #ee4422 web safe hex color code. #ff5511 is the nearest web safe color code. You can see here many more shades of #fa4f14 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code fa4f14 #fa4f14
RGB Decimal 250, 79, 20 rgb(250, 79, 20)
RGB Percent 98%, 31%, 8% rgb(98%, 31%, 8%)
CSS RGBa 250, 79, 20,1 rgba(250,79,20,1)
CMYK Model cmyk(0%,68%,92%,2%)
HSL Color Space 15,96% ,53% hsl(15,96% ,53%)
HSV Color Space 15°, 92%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 01001111 00010100
Octal 372 117 24
Decimal 250 79 20
Hex fa 4f 14

Different shades of #fa4f14 color code.

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

Light Shade of #fa4f14
#fb7446
Dark Shade of #fa4f14
#d63a05
Saturated Shade of #fa4f14
#ff4d0f
Desaturated Shade of #fa4f14
#ee5520
Grey scale Shade of #fa4f14
#878787
Brighten Shade
#ff682d
Most Readable Shade
#000000

Shades of #fa4f14 color code

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

#fa4f14
#de4611
#c23d0f
#a6340d
#8a2b0b
#6f2308
#531a06
#371104
#1b0802
#000000

Similar Color like #fa4f14 color

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

#fb5015
#fc5116
#fd5217
#fe5318
#ff5419
#ff551a
#ff561b
#ff571c
#ff581d
#ff591e
#ff5a1f
#ff5b20
#ff5c21
#ff5d22
#f94e13
#f84d12
#f74c11
#f64b10
#f54a0f
#f4490e
#f3480d
#f2470c
#f1460b
#f0450a
#ef4409
#ee4308
#ed4207
#ec4106

Monochromatic Color with #fa4f14

#fa4f14
#250c03
#501906
#7a270a
#a5340d
#cf4211

Tints of #fa4f14 Color

#fa4f14
#fa622e
#fb7648
#fb8962
#fc9d7c
#fcb096
#fdc4b0
#fdd7ca
#feebe4
#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

#fa4f14
#14bffa

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

Split Complementary

#fa4f14
#14fac2
#144cfa

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

Analogous Color

#fa1435
#fa2114
#fa4f14
#fa7d14
#faab14

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

#fa4f14
#14fa4f
#4f14fa

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

#fa4f14
#4cfa14
#14bffa
#c214fa

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

#fa4f14
#14bffa
#144cfa
#fac214

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

#fa4f14 Color Code Preview on Black Background Color

This is how #fa4f14 Color will look on black background color. Color contrast ratio is 6.19

#fa4f14 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa4f14

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa4f14

#fa4f14 color code is use for CSS Background Color

Background color for the above div is #fa4f14

HTML with inline CSS

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

#fa4f14 color code is use for CSS Border Color

CSS Border color for the above div is #fa4f14

HTML with inline CSS

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

CSS Border Left color for the above div is #fa4f14

HTML with inline CSS

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

CSS Border Right color for the above div is #fa4f14

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa4f14

HTML with inline CSS

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

CSS Border Top color for the above div is #fa4f14

HTML with inline CSS

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

#fa4f14 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa4f14 Color code Preview on White Background

This is how #fa4f14 Color code will look on white background color. Color contrast ratio is 3.39

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

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(250,79,20,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(20,191,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,79,20,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.