crispedge.com

Color picker

Loading...

#cd5f08 hex color - Orange - Warm color - Information

#cd5f08 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #cd5f08 Color code in RGB color code model is created after adding 80.39% red color, 37.25% green color and 3.14% blue color. Hex #cd5f08 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 54% magenta, 96% yellow and 20% black.

Hex #cd5f08 color code is between #cc6600 web safe hex color code and #dd5500 web safe hex color code. #cc6600 is the nearest web safe color code. You can see here many more shades of #cd5f08 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code cd5f08 #cd5f08
RGB Decimal 205, 95, 8 rgb(205, 95, 8)
RGB Percent 80%, 37%, 3% rgb(80%, 37%, 3%)
CSS RGBa 205, 95, 8,1 rgba(205,95,8,1)
CMYK Model cmyk(0%,54%,96%,20%)
HSL Color Space 26,92% ,42% hsl(26,92% ,42%)
HSV Color Space 26°, 96%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 01011111 00001000
Octal 315 137 10
Decimal 205 95 8
Hex cd 5f 08

Different shades of #cd5f08 color code.

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

Light Shade of #cd5f08
#f67712
Dark Shade of #cd5f08
#9c4806
Saturated Shade of #cd5f08
#d55e00
Desaturated Shade of #cd5f08
#c26013
Grey scale Shade of #cd5f08
#6a6a6a
Brighten Shade
#e67821
Most Readable Shade
#FFFFFF

Shades of #cd5f08 color code

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

#cd5f08
#b65407
#9f4906
#883f05
#713404
#5b2a03
#441f02
#2d1501
#160a00
#000000

Similar Color like #cd5f08 color

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

#ce6009
#cf610a
#d0620b
#d1630c
#d2640d
#d3650e
#d4660f
#d56710
#d66811
#d76912
#d86a13
#d96b14
#da6c15
#db6d16
#cc5e07
#cb5d06
#ca5c05
#c95b04
#c85a03
#c75902
#c65801
#c55700
#c45600
#c35500
#c25400
#c15300
#c05200
#bf5100

Monochromatic Color with #cd5f08

#cd5f08
#f7730a
#231001
#4d2403
#783805
#a24b06

Tints of #cd5f08 Color

#cd5f08
#d27023
#d8823e
#dd945a
#e3a675
#e8b791
#eec9ac
#f3dbc8
#f9ede3
#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

#cd5f08
#0876cd

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

Split Complementary

#cd5f08
#08cdc2
#0814cd

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

Analogous Color

#cd1008
#cd3808
#cd5f08
#cd8608
#cdae08

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

#cd5f08
#08cd5f
#5f08cd

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

#cd5f08
#14cd08
#0876cd
#c108cd

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

#cd5f08
#0876cd
#0814cd
#cdc208

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

#cd5f08 Color Code Preview on Black Background Color

This is how #cd5f08 Color will look on black background color. Color contrast ratio is 5.24

#cd5f08 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd5f08

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd5f08

#cd5f08 color code is use for CSS Background Color

Background color for the above div is #cd5f08

HTML with inline CSS

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

#cd5f08 color code is use for CSS Border Color

CSS Border color for the above div is #cd5f08

HTML with inline CSS

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

CSS Border Left color for the above div is #cd5f08

HTML with inline CSS

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

CSS Border Right color for the above div is #cd5f08

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd5f08

HTML with inline CSS

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

CSS Border Top color for the above div is #cd5f08

HTML with inline CSS

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

#cd5f08 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd5f08 Color code Preview on White Background

This is how #cd5f08 Color code will look on white background color. Color contrast ratio is 4.01

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(205,95,8,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(8,118,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(205,95,8,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.