#F5A17A

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

Shades of Light Salmon #F5A17A

Tints of Light Salmon #F5A17A

Color information

#F5A17A (or 0xF5A17A) is unknown color: approx Light Salmon. HEX triplet: F5, A1 and 7A. RGB value is (245,161,122). Sum of RGB (Red+Green+Blue) = 245+161+122=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A17A is #0A5E85. Grayscale: #B5B5B5. Windows color (decimal): -679558 or 8036853. OLE color: 8036853.

HSL color Cylindrical-coordinate representation of color #F5A17A: hue angle of 19.02º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5A17A is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB245161122-
CMYK00.340.500.04
HSL19.02º86.01%71.96%-
HSV(B)19.02º50.2%96.08%-
XYZ53.9146.3124.51-
YUV181.6794.33173.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.40%
GREEN value IS 161 (63.28% from 255) = 30.49%
BLUE value IS 122 (48.05% from 255) = 23.11%
R=46.40%
G=30.49%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516112200.340.500.0419.0286.0171.96
HexF5A17A022324135648
Octal36524117204262423126110
Binary1111010110100001111101001000101100101001001110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A17A; }

 p { color: rgb(245,161,122); }

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

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

 a { background-color: rgb(245,161,122); }

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

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

 span { border-color: rgb(245,161,122); }

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