crispedge.com

Color picker

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

#ff5c3b hex color - Orange - Warm color - Information

#ff5c3b hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #ff5c3b Color code in RGB color code model is created after adding 100% red color, 36.08% green color and 23.14% blue color. Hex #ff5c3b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 77% yellow and 0% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeff5c3b#ff5c3b
RGB Decimal255, 92, 59rgb(255, 92, 59)
RGB Percent100%, 36%, 23%rgb(100%, 36%, 23%)
CSS RGBa255, 92, 59,1rgba(255,92,59,1)
CMYK Modelcmyk(0%,64%,77%,0%)
HSL Color Space10,100% ,62%hsl(10,100% ,62%)
HSV Color Space10°, 77%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110101110000111011
Octal37713473
Decimal2559259
Hexff5c3b

Different shades of #ff5c3b color code.

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

Light Shade of #ff5c3b
#ff866e
Dark Shade of #ff5c3b
#ff3208
Saturated Shade of #ff5c3b
#ff5c3b
Desaturated Shade of #ff5c3b
#f56245
Grey scale Shade of #ff5c3b
#9d9d9d
Brighten Shade
#ff7554
Most Readable Shade
#000000

Shades of #ff5c3b color code

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

#ff5c3b
#e25134
#c6472d
#aa3d27
#8d3320
#71281a
#551e13
#38140d
#1c0a06
#000000

Similar Color like #ff5c3b color

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

#ff5d3c
#ff5e3d
#ff5f3e
#ff603f
#ff6140
#ff6241
#ff6342
#ff6443
#ff6544
#ff6645
#ff6746
#ff6847
#ff6948
#ff6a49
#fe5b3a
#fd5a39
#fc5938
#fb5837
#fa5736
#f95635
#f85534
#f75433
#f65332
#f55231
#f45130
#f3502f
#f24f2e
#f14e2d

Monochromatic Color with #ff5c3b

#ff5c3b
#2a0f0a
#551f14
#802e1e
#aa3d27
#d44d31

Tints of #ff5c3b Color

#ff5c3b
#ff6e50
#ff8066
#ff927c
#ffa492
#ffb6a7
#ffc8bd
#ffdad3
#ffece9
#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

#ff5c3b
#3bdeff

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

Split Complementary

#ff5c3b
#3bffbe
#3b7cff

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

Analogous Color

#ff3b68
#ff3b41
#ff5c3b
#ff833b
#ffaa3b

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

#ff5c3b
#3bff5c
#5c3bff

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

#ff5c3b
#7cff3b
#3bdeff
#be3bff

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

#ff5c3b
#3bdeff
#3b7cff
#ffbe3b

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

#ff5c3b Color Code Preview on Black Background Color

This is how #ff5c3b Color will look on black background color. Color contrast ratio is 6.85

#ff5c3b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff5c3b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff5c3b

#ff5c3b color code is use for CSS Background Color

Background color for the above div is #ff5c3b

HTML with inline CSS

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

#ff5c3b color code is use for CSS Border Color

CSS Border color for the above div is #ff5c3b

HTML with inline CSS

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

CSS Border Left color for the above div is #ff5c3b

HTML with inline CSS

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

CSS Border Right color for the above div is #ff5c3b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff5c3b

HTML with inline CSS

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

CSS Border Top color for the above div is #ff5c3b

HTML with inline CSS

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

#ff5c3b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff5c3b Color code Preview on White Background

This is how #ff5c3b Color code will look on white background color. Color contrast ratio is 3.07

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

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.