crispedge.com

Color picker

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

#ff9f4a hex color - Orange - Warm color - Information

#ff9f4a hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #ff9f4a Color code in RGB color code model is created after adding 100% red color, 62.35% green color and 29.02% blue color. Hex #ff9f4a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 71% yellow and 0% black.

Hex #ff9f4a color code is between #ee9944 web safe hex color code and #ddaa55 web safe hex color code. #ee9944 is the nearest web safe color code. You can see here many more shades of #ff9f4a color code.

0 Likes 0 Comments | 23 Views

Color Table

Hex Color Codeff9f4a#ff9f4a
RGB Decimal255, 159, 74rgb(255, 159, 74)
RGB Percent100%, 62%, 29%rgb(100%, 62%, 29%)
CSS RGBa255, 159, 74,1rgba(255,159,74,1)
CMYK Modelcmyk(0%,38%,71%,0%)
HSL Color Space28,100% ,65%hsl(28,100% ,65%)
HSV Color Space28°, 71%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111001111101001010
Octal377237112
Decimal25515974
Hexff9f4a

Different shades of #ff9f4a color code.

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

Light Shade of #ff9f4a
#ffba7d
Dark Shade of #ff9f4a
#ff8417
Saturated Shade of #ff9f4a
#ff9f4a
Desaturated Shade of #ff9f4a
#f6a053
Grey scale Shade of #ff9f4a
#a4a4a4
Brighten Shade
#ffb863
Most Readable Shade
#000000

Shades of #ff9f4a color code

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

#ff9f4a
#e28d41
#c67b39
#aa6a31
#8d5829
#714620
#553518
#382310
#1c1108
#000000

Similar Color like #ff9f4a color

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

#ffa04b
#ffa14c
#ffa24d
#ffa34e
#ffa44f
#ffa550
#ffa651
#ffa752
#ffa853
#ffa954
#ffaa55
#ffab56
#ffac57
#ffad58
#fe9e49
#fd9d48
#fc9c47
#fb9b46
#fa9a45
#f99944
#f89843
#f79742
#f69641
#f59540
#f4943f
#f3933e
#f2923d
#f1913c

Monochromatic Color with #ff9f4a

#ff9f4a
#2a1a0c
#553519
#805025
#aa6a31
#d4843e

Tints of #ff9f4a Color

#ff9f4a
#ffa95e
#ffb472
#ffbf86
#ffc99a
#ffd4ae
#ffdfc2
#ffe9d6
#fff4ea
#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

#ff9f4a
#4aaaff

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

Split Complementary

#ff9f4a
#4afffa
#4a4fff

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

Analogous Color

#ff574a
#ff7b4a
#ff9f4a
#ffc34a
#ffe74a

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

#ff9f4a
#4aff9f
#9f4aff

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

#ff9f4a
#4fff4a
#4aaaff
#f94aff

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

#ff9f4a
#4aaaff
#4a4fff
#fff94a

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

#ff9f4a Color Code Preview on Black Background Color

This is how #ff9f4a Color will look on black background color. Color contrast ratio is 10.31

#ff9f4a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff9f4a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff9f4a

#ff9f4a color code is use for CSS Background Color

Background color for the above div is #ff9f4a

HTML with inline CSS

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

#ff9f4a color code is use for CSS Border Color

CSS Border color for the above div is #ff9f4a

HTML with inline CSS

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

CSS Border Left color for the above div is #ff9f4a

HTML with inline CSS

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

CSS Border Right color for the above div is #ff9f4a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff9f4a

HTML with inline CSS

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

CSS Border Top color for the above div is #ff9f4a

HTML with inline CSS

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

#ff9f4a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff9f4a Color code Preview on White Background

This is how #ff9f4a Color code will look on white background color. Color contrast ratio is 2.04

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 23 Views

Post your comment:-

By submitting comment you agree to our privacy policy.