#ffa07a

Color #FFA07A LightSalmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of LightSalmon #FFA07A

Tints of LightSalmon #FFA07A

Color information

#FFA07A (or 0xFFA07A) is known color: LightSalmon. HEX triplet: FF, A0 and 7A. RGB value is (255,160,122). Sum of RGB (Red+Green+Blue) = 255+160+122=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA07A is #005F85. Grayscale: #B8B8B8. Windows color (decimal): -24454 or 8036607. OLE color: 8036607.

HSL color Cylindrical-coordinate representation of color #FFA07A: hue angle of 17.14º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFA07A is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB255160122-
CMYK00.370.520
HSL17.14º100%73.92%-
HSV(B)17.14º52.16%100%-
XYZ57.3247.8124.62-
YUV184.0792.97178.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 47.49%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 122 (48.05% from 255) = 22.72%
R=47.49%
G=29.80%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516012200.370.52017.1410073.92
HexFFA07A02534011644a
Octal37724017204564021144112
Binary11111111101000001111010010010111010001000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffa07a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffa07a; }

 p { color: rgb(255,160,122); }

 H1.HeaderClassName
 {
   color: #ffa07a;
 }
 .AnyTagClassName
 {
   color: #ffa07a;
 }
</style>
background-color css

<style>
 a { background-color: #ffa07a; }

 a { background-color: rgb(255,160,122); }

 div.DivClassName
 {
   background-color: #ffa07a;
 }
 .BgClassName
 {
   background-color: #ffa07a;
 }
</style>
border-color css

<style>
 span { border-color: #ffa07a; }

 span { border-color: rgb(255,160,122); }

 td.TdClassName
 {
   border-color: #ffa07a;
 }
 .TagClassName
 {
   border-color: #ffa07a;
 }
</style>