crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#fc944a hex color - Orange - Warm color - Information

#fc944a hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fc944a Color code in RGB color code model is created after adding 98.82% red color, 58.04% green color and 29.02% blue color. Hex #fc944a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 71% yellow and 1% black.

Hex #fc944a color code is between #ff9944 web safe hex color code and #ee8855 web safe hex color code. #ff9944 is the nearest web safe color code. You can see here many more shades of #fc944a color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefc944a#fc944a
RGB Decimal252, 148, 74rgb(252, 148, 74)
RGB Percent99%, 58%, 29%rgb(99%, 58%, 29%)
CSS RGBa252, 148, 74,1rgba(252,148,74,1)
CMYK Modelcmyk(0%,41%,71%,1%)
HSL Color Space25,97% ,64%hsl(25,97% ,64%)
HSV Color Space25°, 71%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001001010001001010
Octal374224112
Decimal25214874
Hexfc944a

Different shades of #fc944a color code.

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

Light Shade of #fc944a
#fdb27c
Dark Shade of #fc944a
#fb7618
Saturated Shade of #fc944a
#ff9347
Desaturated Shade of #fc944a
#f39653
Grey scale Shade of #fc944a
#a3a3a3
Brighten Shade
#ffad63
Most Readable Shade
#000000

Shades of #fc944a color code

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

#fc944a
#e08341
#c47339
#a86231
#8c5229
#704120
#543118
#382010
#1c1008
#000000

Similar Color like #fc944a color

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

#fd954b
#fe964c
#ff974d
#ff984e
#ff994f
#ff9a50
#ff9b51
#ff9c52
#ff9d53
#ff9e54
#ff9f55
#ffa056
#ffa157
#ffa258
#fb9349
#fa9248
#f99147
#f89046
#f78f45
#f68e44
#f58d43
#f48c42
#f38b41
#f28a40
#f1893f
#f0883e
#ef873d
#ee863c

Monochromatic Color with #fc944a

#fc944a
#27170c
#523018
#7c4925
#a76231
#d17b3e

Tints of #fc944a Color

#fc944a
#fc9f5e
#fcab72
#fdb786
#fdc39a
#fdcfae
#fedbc2
#fee7d6
#fef3ea
#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

#fc944a
#4ab2fc

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

Split Complementary

#fc944a
#4afced
#4a59fc

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

Analogous Color

#fc4d4a
#fc704a
#fc944a
#fcb84a
#fcdb4a

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

#fc944a
#4afc94
#944afc

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

#fc944a
#59fc4a
#4ab2fc
#ed4afc

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

#fc944a
#4ab2fc
#4a59fc
#fced4a

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

#fc944a Color Code Preview on Black Background Color

This is how #fc944a Color will look on black background color. Color contrast ratio is 9.47

#fc944a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc944a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc944a

#fc944a color code is use for CSS Background Color

Background color for the above div is #fc944a

HTML with inline CSS

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

#fc944a color code is use for CSS Border Color

CSS Border color for the above div is #fc944a

HTML with inline CSS

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

CSS Border Left color for the above div is #fc944a

HTML with inline CSS

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

CSS Border Right color for the above div is #fc944a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc944a

HTML with inline CSS

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

CSS Border Top color for the above div is #fc944a

HTML with inline CSS

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

#fc944a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc944a Color code Preview on White Background

This is how #fc944a Color code will look on white background color. Color contrast ratio is 2.22

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.