crispedge.com

Color picker

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

#f4615f hex color - Orange - Warm color - Information

#f4615f hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #f4615f Color code in RGB color code model is created after adding 95.69% red color, 38.04% green color and 37.25% blue color. Hex #f4615f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 61% yellow and 4% black.

Hex #f4615f color code is between #ee6666 web safe hex color code and #ff5555 web safe hex color code. #ee6666 is the nearest web safe color code. You can see here many more shades of #f4615f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef4615f#f4615f
RGB Decimal244, 97, 95rgb(244, 97, 95)
RGB Percent96%, 38%, 37%rgb(96%, 38%, 37%)
CSS RGBa244, 97, 95,1rgba(244,97,95,1)
CMYK Modelcmyk(0%,60%,61%,4%)
HSL Color Space1,87% ,66%hsl(1,87% ,66%)
HSV Color Space1°, 61%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101000110000101011111
Octal364141137
Decimal2449795
Hexf4615f

Different shades of #f4615f color code.

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

Light Shade of #f4615f
#f7908f
Dark Shade of #f4615f
#f1322f
Saturated Shade of #f4615f
#fd5956
Desaturated Shade of #f4615f
#eb6968
Grey scale Shade of #f4615f
#a9a9a9
Brighten Shade
#ff7a78
Most Readable Shade
#000000

Shades of #f4615f color code

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

#f4615f
#d85654
#bd4b49
#a2403f
#873534
#6c2b2a
#51201f
#361515
#1b0a0a
#000000

Similar Color like #f4615f color

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

#f56260
#f66361
#f76462
#f86563
#f96664
#fa6765
#fb6866
#fc6967
#fd6a68
#fe6b69
#ff6c6a
#ff6d6b
#ff6e6c
#ff6f6d
#f3605e
#f25f5d
#f15e5c
#f05d5b
#ef5c5a
#ee5b59
#ed5a58
#ec5957
#eb5856
#ea5755
#e95654
#e85553
#e75452
#e65351

Monochromatic Color with #f4615f

#f4615f
#1f0d0c
#4a1d1d
#742e2d
#9f3f3e
#c9504e

Tints of #f4615f Color

#f4615f
#f57270
#f68482
#f79594
#f8a7a6
#fab8b7
#fbcac9
#fcdbdb
#fdeded
#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

#f4615f
#5ff2f4

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

Split Complementary

#f4615f
#5ff4ac
#5fa8f4

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

Analogous Color

#f45f99
#f45f7b
#f4615f
#f47f5f
#f49d5f

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

#f4615f
#5ff461
#615ff4

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

#f4615f
#a7f45f
#5ff2f4
#ab5ff4

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

#f4615f
#5ff2f4
#5fa8f4
#f4ac5f

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

#f4615f Color Code Preview on Black Background Color

This is how #f4615f Color will look on black background color. Color contrast ratio is 6.72

#f4615f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f4615f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f4615f

#f4615f color code is use for CSS Background Color

Background color for the above div is #f4615f

HTML with inline CSS

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

#f4615f color code is use for CSS Border Color

CSS Border color for the above div is #f4615f

HTML with inline CSS

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

CSS Border Left color for the above div is #f4615f

HTML with inline CSS

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

CSS Border Right color for the above div is #f4615f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f4615f

HTML with inline CSS

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

CSS Border Top color for the above div is #f4615f

HTML with inline CSS

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

#f4615f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f4615f Color code Preview on White Background

This is how #f4615f Color code will look on white background color. Color contrast ratio is 3.12

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

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.