#FF7F50 - Coral
The hexadecimal color code #FF7F50 corresponds to the color "Coral" , which is a shade of Orange. This color is a combination of red (at 1,00 level), green (at 0,50 level) and blue (at 0,31 level). Its brightness is 65% and its saturation is 100%. It is composed of red at 55%, green at 27% and blue at 17%.
Features
Variations of #FF7F50
Lighter Shades
Palette of gradually lightened shades. The lightest shade of #FF7F50 is the color #FFF2ED
Darker Shades
Palette of progressively darker shades. The darkest shade is #190C08.
Other Shades of Orange
Examples of other colors within the Orange spectrum .
Color Palettes
The complementary color #0080AF is the color exactly opposite to #FF7F50 on the color wheel. The triadic palette is created by selecting two colors that are evenly spaced on the color wheel.
Uses of #FF7F50 in CSS
When using #FF7F50 as the background color, consider selecting a darker text color for improved readability. If you want to use #FF7F50 as the text color, prefer a dark background, such as Black.
You can replace the color code #FF7F50 with its official name: Coral. You can then write in CSS "background: Coral " for a background of #FF7F50.
#FF7F50 as background color
div{ background: #FF7F50; }
div{ background: Coral; }
Colored text
div{ color: #FF7F50; }
div{ color: Coral; }
Border
div{ border: 3px solid #FF7F50; }
div{ border: 3px solid Coral; }
Shadow
div{ box-shadow: 3px 3px 7px #FF7F50; }
div{ box-shadow: 3px 3px 7px Coral; }
Note:
In CSS, the color code #FF7F50 can be replaced with its official name "".
Similar Colors
Other color codes similar or equivalent to the specified color code #FF7F50.
Choose another color
Select another color on color wheel.