crispedge.com

Color picker

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

#f38b41 hex color - Orange - Warm color - Information

#f38b41 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #f38b41 Color code in RGB color code model is created after adding 95.29% red color, 54.51% green color and 25.49% blue color. Hex #f38b41 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 43% magenta, 73% yellow and 5% black.

Hex #f38b41 color code is between #ee8844 web safe hex color code and #ff9933 web safe hex color code. #ee8844 is the nearest web safe color code. You can see here many more shades of #f38b41 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef38b41#f38b41
RGB Decimal243, 139, 65rgb(243, 139, 65)
RGB Percent95%, 55%, 25%rgb(95%, 55%, 25%)
CSS RGBa243, 139, 65,1rgba(243,139,65,1)
CMYK Modelcmyk(0%,43%,73%,5%)
HSL Color Space25,88% ,60%hsl(25,88% ,60%)
HSV Color Space25°, 73%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100111000101101000001
Octal363213101
Decimal24313965
Hexf38b41

Different shades of #f38b41 color code.

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

Light Shade of #f38b41
#f6a871
Dark Shade of #f38b41
#f06e11
Saturated Shade of #f38b41
#fd8937
Desaturated Shade of #f38b41
#e98d4b
Grey scale Shade of #f38b41
#9a9a9a
Brighten Shade
#ffa45a
Most Readable Shade
#000000

Shades of #f38b41 color code

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

#f38b41
#d87b39
#bd6c32
#a25c2b
#874d24
#6c3d1c
#512e15
#361e0e
#1b0f07
#000000

Similar Color like #f38b41 color

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

#f48c42
#f58d43
#f68e44
#f78f45
#f89046
#f99147
#fa9248
#fb9349
#fc944a
#fd954b
#fe964c
#ff974d
#ff984e
#ff994f
#f28a40
#f1893f
#f0883e
#ef873d
#ee863c
#ed853b
#ec843a
#eb8339
#ea8238
#e98137
#e88036
#e77f35
#e67e34
#e57d33

Monochromatic Color with #f38b41

#f38b41
#1e1108
#492a14
#73421f
#9e5a2a
#c87336

Tints of #f38b41 Color

#f38b41
#f49756
#f5a46b
#f7b180
#f8be95
#f9cbaa
#fbd8bf
#fce5d4
#fdf2e9
#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

#f38b41
#41a9f3

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

Split Complementary

#f38b41
#41f3e4
#4150f3

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

Analogous Color

#f34441
#f36741
#f38b41
#f3af41
#f3d241

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

#f38b41
#41f38b
#8b41f3

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

#f38b41
#50f341
#41a9f3
#e441f3

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

#f38b41
#41a9f3
#4150f3
#f3e441

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

#f38b41 Color Code Preview on Black Background Color

This is how #f38b41 Color will look on black background color. Color contrast ratio is 8.58

#f38b41 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f38b41

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f38b41

#f38b41 color code is use for CSS Background Color

Background color for the above div is #f38b41

HTML with inline CSS

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

#f38b41 color code is use for CSS Border Color

CSS Border color for the above div is #f38b41

HTML with inline CSS

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

CSS Border Left color for the above div is #f38b41

HTML with inline CSS

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

CSS Border Right color for the above div is #f38b41

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f38b41

HTML with inline CSS

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

CSS Border Top color for the above div is #f38b41

HTML with inline CSS

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

#f38b41 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f38b41 Color code Preview on White Background

This is how #f38b41 Color code will look on white background color. Color contrast ratio is 2.45

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

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.