#F5A07E

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

Shades of Light Salmon #F5A07E

Tints of Light Salmon #F5A07E

Color information

#F5A07E (or 0xF5A07E) is unknown color: approx Light Salmon. HEX triplet: F5, A0 and 7E. RGB value is (245,160,126). Sum of RGB (Red+Green+Blue) = 245+160+126=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A07E is #0A5F81. Grayscale: #B5B5B5. Windows color (decimal): -679810 or 8298741. OLE color: 8298741.

HSL color Cylindrical-coordinate representation of color #F5A07E: hue angle of 17.14º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5A07E is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB245160126-
CMYK00.350.490.04
HSL17.14º85.61%72.75%-
HSV(B)17.14º48.57%96.08%-
XYZ53.9946.0625.78-
YUV181.5496.66173.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.14%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 126 (49.61% from 255) = 23.73%
R=46.14%
G=30.13%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516012600.350.490.0417.1485.6172.75
HexF5A07E023314115649
Octal36524017604361421126111
Binary1111010110100000111111001000111100011001000110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A07E; }

 p { color: rgb(245,160,126); }

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

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

 a { background-color: rgb(245,160,126); }

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

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

 span { border-color: rgb(245,160,126); }

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