Skip to main content Skip to docs navigation

#fc233a hex color | Download Dark Orange BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Strawberry and its hex is #FB2943 Nearest Color Name

Color Hue/Base color: Orange

Hex #fc233a Color code in RGB color code model is created after adding 98.82% red color, 13.73% green color and 22.75% blue color. Hex #fc233a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 86% magenta, 77% yellow and 1.18% black.

Hex #fc233a color code is between #ff2233 web safe hex color code and #ee3344 web safe hex color code. #ff2233 is the nearest web safe color code. You can see here many more shades of #fc233a color code.

RGB Chart

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

Color Table

Hex Color Code fc233a #fc233a
RGB Decimal 252, 35, 58 252, 35, 58
RGB Percent 99%, 14%, 23% rgb(99%, 14%, 23%)
CSS RGBa 252, 35, 58,1 rgba(252,35,58,1)
CMYK Model cmyk(0%,86%,77%,1.18%)
HSL Color Space 354,97% ,56% hsl(354,97% ,56%)
HSV Color Space 354°, 86%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111100 00100011 00111010
Octal 374 43 72
Decimal 252 35 58
Hex fc 23 3a

Different shades of #fc233a color code.

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

Darkest of #fc233a
#840210
Darker of #fc233a
#b60216
Dark of #fc233a
#e9031c
Base of #fc233a
#fc233a
Light of #fc233a
#fd5567
Lighter
#fd8894
Lightest
#febac1

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

#fc233a
#23fce5

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

Split Complementary

#fc233a
#23fc78
#23a6fc

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

Analogous Color

#fc23b9
#fc2394
#fc233a
#fc5423
#fcaf23

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

#fc233a
#233afc
#3afc23

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

#fc233a
#3afc23
#23fce5
#e523fc

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#fc233a
#a6fc23
#23fce5
#7823fc

Square 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).

Monochromatic Color with #fc233a

#52010a
#840210
#b60216
#e9031c
#fc233a
#fd5567
#fd8894
#febac1
#ffecee

Tints of #fc233a Color

#fc233a
#fc3b4f
#fc5365
#fd6c7b
#fd8491
#fd9da7
#feb5bd
#feced3
#fee6e9
#ffffff

Shades of #fc233a color code

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

#fc233a
#e01f33
#c41b2d
#a81726
#8c1320
#700f19
#540b13
#38070c
#1c0306
#000000

Tones

#fc233a
#e6394c
#cf505d
#b9666f
#a37c80

Tones

Similar Color like #fc233a color

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

#fd243b
#fe253c
#ff263d
#ff273e
#ff283f
#ff2940
#ff2a41
#ff2b42
#ff2c43
#ff2d44
#ff2e45
#ff2f46
#ff3047
#ff3148
#fb2239
#fa2138
#f92037
#f81f36
#f71e35
#f61d34
#f51c33
#f41b32
#f31a31
#f21930
#f1182f
#f0172e
#ef162d
#ee152c

Download this Dark Orange

Hex #fc233a 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.

#fc233a Color Code Preview on Black Background Color

This is how #fc233a Color will look on black background color. Color contrast ratio is 5.44

#fc233a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc233a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc233a

#fc233a color code is use for CSS Background Color

Background color for the above div is #fc233a

HTML with inline CSS

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

#fc233a color code is use for CSS Border Color

CSS Border color for the above div is #fc233a

HTML with inline CSS

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

CSS Border Left color for the above div is #fc233a

HTML with inline CSS

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

CSS Border Right color for the above div is #fc233a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc233a

HTML with inline CSS

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

CSS Border Top color for the above div is #fc233a

HTML with inline CSS

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

#fc233a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc233a Color code Preview on White Background

This is how #fc233a Color code will look on white background color. Color contrast ratio is 3.86

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(252,35,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(35,252,229,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,35,58,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }