crispedge.com

Color picker

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

#fd613e hex color - Orange - Warm color - Information

#fd613e hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #fd613e Color code in RGB color code model is created after adding 99.22% red color, 38.04% green color and 24.31% blue color. Hex #fd613e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 62% magenta, 75% yellow and 1% black.

Hex #fd613e color code is between #ff6644 web safe hex color code and #ee5533 web safe hex color code. #ff6644 is the nearest web safe color code. You can see here many more shades of #fd613e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefd613e#fd613e
RGB Decimal253, 97, 62rgb(253, 97, 62)
RGB Percent99%, 38%, 24%rgb(99%, 38%, 24%)
CSS RGBa253, 97, 62,1rgba(253,97,62,1)
CMYK Modelcmyk(0%,62%,75%,1%)
HSL Color Space11,98% ,62%hsl(11,98% ,62%)
HSV Color Space11°, 75%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111010110000100111110
Octal37514176
Decimal2539762
Hexfd613e

Different shades of #fd613e color code.

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

Light Shade of #fd613e
#fe8a70
Dark Shade of #fd613e
#fc380c
Saturated Shade of #fd613e
#ff603c
Desaturated Shade of #fd613e
#f36748
Grey scale Shade of #fd613e
#9d9d9d
Brighten Shade
#ff7a57
Most Readable Shade
#000000

Shades of #fd613e color code

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

#fd613e
#e05637
#c44b30
#a84029
#8c3522
#702b1b
#542014
#38150d
#1c0a06
#000000

Similar Color like #fd613e color

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

#fe623f
#ff6340
#ff6441
#ff6542
#ff6643
#ff6744
#ff6845
#ff6946
#ff6a47
#ff6b48
#ff6c49
#ff6d4a
#ff6e4b
#ff6f4c
#fc603d
#fb5f3c
#fa5e3b
#f95d3a
#f85c39
#f75b38
#f65a37
#f55936
#f45835
#f35734
#f25633
#f15532
#f05431
#ef5330

Monochromatic Color with #fd613e

#fd613e
#28100a
#532014
#7d301f
#a84029
#d25134

Tints of #fd613e Color

#fd613e
#fd7253
#fd8468
#fd957e
#fda793
#feb8a9
#fecabe
#fedbd4
#feede9
#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

#fd613e
#3edafd

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

Split Complementary

#fd613e
#3efdc1
#3e7bfd

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

Analogous Color

#fd3e67
#fd3e41
#fd613e
#fd873e
#fdad3e

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

#fd613e
#3efd61
#613efd

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

#fd613e
#7afd3e
#3edafd
#c03efd

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

#fd613e
#3edafd
#3e7bfd
#fdc13e

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

#fd613e Color Code Preview on Black Background Color

This is how #fd613e Color will look on black background color. Color contrast ratio is 6.96

#fd613e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd613e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd613e

#fd613e color code is use for CSS Background Color

Background color for the above div is #fd613e

HTML with inline CSS

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

#fd613e color code is use for CSS Border Color

CSS Border color for the above div is #fd613e

HTML with inline CSS

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

CSS Border Left color for the above div is #fd613e

HTML with inline CSS

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

CSS Border Right color for the above div is #fd613e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd613e

HTML with inline CSS

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

CSS Border Top color for the above div is #fd613e

HTML with inline CSS

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

#fd613e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd613e Color code Preview on White Background

This is how #fd613e Color code will look on white background color. Color contrast ratio is 3.02

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

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.