crispedge.com

Color picker

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

#f18e25 hex color - Orange - Warm color - Information

#f18e25 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #f18e25 Color code in RGB color code model is created after adding 94.51% red color, 55.69% green color and 14.51% blue color. Hex #f18e25 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 85% yellow and 5% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef18e25#f18e25
RGB Decimal241, 142, 37rgb(241, 142, 37)
RGB Percent95%, 56%, 15%rgb(95%, 56%, 15%)
CSS RGBa241, 142, 37,1rgba(241,142,37,1)
CMYK Modelcmyk(0%,41%,85%,5%)
HSL Color Space31,88% ,55%hsl(31,88% ,55%)
HSV Color Space31°, 85%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100011000111000100101
Octal36121645
Decimal24114237
Hexf18e25

Different shades of #f18e25 color code.

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

Light Shade of #f18e25
#f4a755
Dark Shade of #f18e25
#d5740e
Saturated Shade of #f18e25
#fd8e19
Desaturated Shade of #f18e25
#e58e31
Grey scale Shade of #f18e25
#8b8b8b
Brighten Shade
#ffa73e
Most Readable Shade
#000000

Shades of #f18e25 color code

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

#f18e25
#d67e20
#bb6e1c
#a05e18
#854e14
#6b3f10
#502f0c
#351f08
#1a0f04
#000000

Similar Color like #f18e25 color

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

#f28f26
#f39027
#f49128
#f59229
#f6932a
#f7942b
#f8952c
#f9962d
#fa972e
#fb982f
#fc9930
#fd9a31
#fe9b32
#ff9c33
#f08d24
#ef8c23
#ee8b22
#ed8a21
#ec8920
#eb881f
#ea871e
#e9861d
#e8851c
#e7841b
#e6831a
#e58219
#e48118
#e38017

Monochromatic Color with #f18e25

#f18e25
#1c1104
#472a0b
#714311
#9c5c18
#c6751e

Tints of #f18e25 Color

#f18e25
#f29a3d
#f4a755
#f5b36d
#f7c085
#f8cc9e
#fad9b6
#fbe5ce
#fdf2e6
#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

#f18e25
#2588f1

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

Split Complementary

#f18e25
#25eef1
#2825f1

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

Analogous Color

#f13c25
#f16525
#f18e25
#f1b725
#f1e025

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

#f18e25
#25f18e
#8e25f1

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

#f18e25
#25f128
#2588f1
#f125ee

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

#f18e25
#2588f1
#2825f1
#eef125

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

#f18e25 Color Code Preview on Black Background Color

This is how #f18e25 Color will look on black background color. Color contrast ratio is 8.64

#f18e25 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f18e25

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f18e25

#f18e25 color code is use for CSS Background Color

Background color for the above div is #f18e25

HTML with inline CSS

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

#f18e25 color code is use for CSS Border Color

CSS Border color for the above div is #f18e25

HTML with inline CSS

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

CSS Border Left color for the above div is #f18e25

HTML with inline CSS

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

CSS Border Right color for the above div is #f18e25

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f18e25

HTML with inline CSS

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

CSS Border Top color for the above div is #f18e25

HTML with inline CSS

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

#f18e25 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f18e25 Color code Preview on White Background

This is how #f18e25 Color code will look on white background color. Color contrast ratio is 2.43

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

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.