#F5A178

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

Shades of Light Salmon #F5A178

Tints of Light Salmon #F5A178

Color information

#F5A178 (or 0xF5A178) is unknown color: approx Light Salmon. HEX triplet: F5, A1 and 78. RGB value is (245,161,120). Sum of RGB (Red+Green+Blue) = 245+161+120=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A178 is #0A5E87. Grayscale: #B5B5B5. Windows color (decimal): -679560 or 7905781. OLE color: 7905781.

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

Color convert

RGB245161120-
CMYK00.340.510.04
HSL19.68º86.21%71.57%-
HSV(B)19.68º51.02%96.08%-
XYZ53.7946.2623.86-
YUV181.4493.33173.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.58%
GREEN value IS 161 (63.28% from 255) = 30.61%
BLUE value IS 120 (47.27% from 255) = 22.81%
R=46.58%
G=30.61%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516112000.340.510.0419.6886.2171.57
HexF5A178022334145648
Octal36524117004263424126110
Binary1111010110100001111100001000101100111001010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A178; }

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

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

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

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

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

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

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

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