crispedge.com

Color picker

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

#fd6b4e hex color - Red - Warm color - Information

#fd6b4e hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fd6b4e Color code in RGB color code model is created after adding 99.22% red color, 41.96% green color and 30.59% blue color. Hex #fd6b4e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 69% yellow and 1% black.

Hex #fd6b4e color code is between #ff6655 web safe hex color code and #ee7744 web safe hex color code. #ff6655 is the nearest web safe color code. You can see here many more shades of #fd6b4e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefd6b4e#fd6b4e
RGB Decimal253, 107, 78rgb(253, 107, 78)
RGB Percent99%, 42%, 31%rgb(99%, 42%, 31%)
CSS RGBa253, 107, 78,1rgba(253,107,78,1)
CMYK Modelcmyk(0%,58%,69%,1%)
HSL Color Space10,98% ,65%hsl(10,98% ,65%)
HSV Color Space10°, 69%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111010110101101001110
Octal375153116
Decimal25310778
Hexfd6b4e

Different shades of #fd6b4e color code.

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

Light Shade of #fd6b4e
#fe9580
Dark Shade of #fd6b4e
#fc411c
Saturated Shade of #fd6b4e
#ff6a4c
Desaturated Shade of #fd6b4e
#f47157
Grey scale Shade of #fd6b4e
#a5a5a5
Brighten Shade
#ff8467
Most Readable Shade
#000000

Shades of #fd6b4e color code

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

#fd6b4e
#e05f45
#c4533c
#a84734
#8c3b2b
#702f22
#54231a
#381711
#1c0b08
#000000

Similar Color like #fd6b4e color

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

#fe6c4f
#ff6d50
#ff6e51
#ff6f52
#ff7053
#ff7154
#ff7255
#ff7356
#ff7457
#ff7558
#ff7659
#ff775a
#ff785b
#ff795c
#fc6a4d
#fb694c
#fa684b
#f9674a
#f86649
#f76548
#f66447
#f56346
#f46245
#f36144
#f26043
#f15f42
#f05e41
#ef5d40

Monochromatic Color with #fd6b4e

#fd6b4e
#28110c
#53231a
#7d3527
#a84734
#d25941

Tints of #fd6b4e Color

#fd6b4e
#fd7b61
#fd8b75
#fd9c89
#fdac9c
#febdb0
#fecdc4
#feded7
#feeeeb
#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

#fd6b4e
#4ee0fd

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

Split Complementary

#fd6b4e
#4efdc3
#4e88fd

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

Analogous Color

#fd4e77
#fd4e54
#fd6b4e
#fd8e4e
#fdb14e

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

#fd6b4e
#4efd6b
#6b4efd

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

#fd6b4e
#88fd4e
#4ee0fd
#c24efd

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

#fd6b4e
#4ee0fd
#4e88fd
#fdc34e

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

#fd6b4e Color Code Preview on Black Background Color

This is how #fd6b4e Color will look on black background color. Color contrast ratio is 7.39

#fd6b4e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd6b4e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd6b4e

#fd6b4e color code is use for CSS Background Color

Background color for the above div is #fd6b4e

HTML with inline CSS

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

#fd6b4e color code is use for CSS Border Color

CSS Border color for the above div is #fd6b4e

HTML with inline CSS

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

CSS Border Left color for the above div is #fd6b4e

HTML with inline CSS

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

CSS Border Right color for the above div is #fd6b4e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd6b4e

HTML with inline CSS

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

CSS Border Top color for the above div is #fd6b4e

HTML with inline CSS

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

#fd6b4e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd6b4e Color code Preview on White Background

This is how #fd6b4e Color code will look on white background color. Color contrast ratio is 2.84

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

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.