#ff5c00 Color Schemes and Preview
The color #ff5c00 has a rich RGB composition of 100.0% red, 36.1% green, and 0.0% blue. With its HSL value being H:22°, S:100%, L:50%. It pairs with complementary colors like #00a3ff or harmonious analogous tones such as #ff5c00 and #ffdb00.
Color Conversion
RGB: R:255, G:92, B:0
HSL: H:22°, S:100%, L:50%
CMYK: C:0, M:64, Y:100, K:0
Similar Colors to #ff5c00
Colors That Go with #ff5c00
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Complementary Colors
Analogous Colors
Split Complementary Colors
Triadic Colors
Monochromatic Colors
Color Preview
This section previews how the color looks when used in different ways.
This text is styled with the color #ff5c00.
This inline text is colored with #ff5c00.Accessibility: Contrast Checker
Large Text
Normal Text
3.10:1
WCAG 2.2 Simple Contrast
Large Text: pass
AAA Normal Text: fail
AAA Large Text: fail
Large Text
Normal Text
6.78:1
WCAG 2.2 Simple Contrast
Large Text: pass
AAA Normal Text: fail
AAA Large Text: pass
CSS Codes
Use the following CSS snippets to apply the color to text, background, or borders.
/* Text Color */ .text { color: #ff5c00; } /* Background Color */ .background { background-color: #ff5c00; } /* Border Color */ .border { border: 1px solid #ff5c00; }
#ff5c00 Border Color
<div style="border:3px solid #ff5c00">Div content here</div>
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff5c00; -webkit-box-shadow: 1px 1px 3px 2px #ff5c00; box-shadow: 1px 1px 3px 2px #ff5c00">Div content here</div>
Text Shadow with Hex Values
Text here
This text has shadow with hex values.
<p style="text-shadow: 4px 4px 2px #ff5c00;">Text here</p>
Text Shadow with RGB Values
Text here
This text has shadow with RGB values.
<p style="text-shadow: 4px 4px 2px rgba(255, 92, 0, 0.8);">Text here</p>