crispedge.com

Color picker

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

#fc9480 hex color - Orange - Warm color - Information

#fc9480 hex color - Orange - Warm color

Color Hue/Base color: Orange

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

Hex #fc9480 color code is between #ff9988 web safe hex color code and #ee8877 web safe hex color code. #ff9988 is the nearest web safe color code. You can see here many more shades of #fc9480 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefc9480#fc9480
RGB Decimal252, 148, 128rgb(252, 148, 128)
RGB Percent99%, 58%, 50%rgb(99%, 58%, 50%)
CSS RGBa252, 148, 128,1rgba(252,148,128,1)
CMYK Modelcmyk(0%,41%,49%,1%)
HSL Color Space10,95% ,75%hsl(10,95% ,75%)
HSV Color Space10°, 49%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001001010010000000
Octal374224200
Decimal252148128
Hexfc9480

Different shades of #fc9480 color code.

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

Light Shade of #fc9480
#fdbeb2
Dark Shade of #fc9480
#fb6a4e
Saturated Shade of #fc9480
#ff927d
Desaturated Shade of #fc9480
#f59886
Grey scale Shade of #fc9480
#bebebe
Brighten Shade
#ffad99
Most Readable Shade
#000000

Shades of #fc9480 color code

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

#fc9480
#e08371
#c47363
#a86255
#8c5247
#704138
#54312a
#38201c
#1c100e
#000000

Similar Color like #fc9480 color

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

#fd9581
#fe9682
#ff9783
#ff9884
#ff9985
#ff9a86
#ff9b87
#ff9c88
#ff9d89
#ff9e8a
#ff9f8b
#ffa08c
#ffa18d
#ffa28e
#fb937f
#fa927e
#f9917d
#f8907c
#f78f7b
#f68e7a
#f58d79
#f48c78
#f38b77
#f28a76
#f18975
#f08874
#ef8773
#ee8672

Monochromatic Color with #fc9480

#fc9480
#271714
#52302a
#7c493f
#a76255
#d17b6a

Tints of #fc9480 Color

#fc9480
#fc9f8e
#fcab9c
#fdb7aa
#fdc3b8
#fdcfc6
#fedbd4
#fee7e2
#fef3f0
#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

#fc9480
#80e8fc

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

Split Complementary

#fc9480
#80fcd2
#80aafc

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

Analogous Color

#fc809e
#fc8085
#fc9480
#fcad80
#fcc680

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

#fc9480
#80fc94
#9480fc

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

#fc9480
#aafc80
#80e8fc
#d280fc

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

#fc9480
#80e8fc
#80aafc
#fcd280

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

#fc9480 Color Code Preview on Black Background Color

This is how #fc9480 Color will look on black background color. Color contrast ratio is 9.69

#fc9480 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc9480

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc9480

#fc9480 color code is use for CSS Background Color

Background color for the above div is #fc9480

HTML with inline CSS

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

#fc9480 color code is use for CSS Border Color

CSS Border color for the above div is #fc9480

HTML with inline CSS

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

CSS Border Left color for the above div is #fc9480

HTML with inline CSS

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

CSS Border Right color for the above div is #fc9480

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc9480

HTML with inline CSS

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

CSS Border Top color for the above div is #fc9480

HTML with inline CSS

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

#fc9480 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc9480 Color code Preview on White Background

This is how #fc9480 Color code will look on white background color. Color contrast ratio is 2.17

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

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.