FFA07A Color Hex

#FFA07A Color Hex

#FFA07A Color Information

  • In the RGB color space, the color value #ffa07a is composed of 100% red, 62.75% green, and 47.84% blue.
  • In the CMYK color space, it consists of 0 cyan, 0.37 magenta, 0.52 yellow, and 0 black.
  • It has a color angle of 17 degrees, a saturation of 100%, and a luminance of 74%.
  • Contrast color of #ffa07a is #000000

#FFA07A Color Conversion

Hex ffa07a #ffa07a
RGB Decimal 255, 160, 122 rgb(255, 160, 122)
RGB Percent 100, 62.75, 47.84 rgb(100%, 62.75%, 47.84%)
HSL 17°,100%,74% hsl(17°,100%,74%)
CMYK 0, 0.37, 0.52, 0
HSV (or HSB) 17°, 5%, 5%,
YUV 184, 92, 178
XYZ 57.324, 47.807, 24.619
CIE-LAB 74.703, 31.483, 34.542

#ffa07a border color

.css_border_solid{ border: 3px solid #ffa07a }
.css_border_dotted{ border: 3px dotted #ffa07a }
.css_border_dashed{ border: 3px dashed #ffa07a }
.css_border_double{ border: 3px double #ffa07a }

Css background gradient color with #FFA07A

.box_css_gradient_with_ffa07a{ 
	background-color: #ffa07a;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa07a', endColorstr='#c13700');
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa07a), to(#c13700));
	background-image: -webkit-linear-gradient(top, #ffa07a, #c13700);
	background-image: -moz-linear-gradient(top, #ffa07a, #c13700);
	background-image: -o-linear-gradient(top, #ffa07a, #c13700);
	background-image: linear-gradient(to bottom, #ffa07a, #c13700);}

#ffa07a Color Preview on Black Background

Sample font with color #ffa07a on background of color black

#ffa07a Color Preview on White Background

Sample font with color #ffa07a on background of color white

#ffa07a background color

The sample font has a contrasting color to the color #ffa07a

Contrast color with #ffa07a color is #000000