#F5A379

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

Shades of Light Salmon #F5A379

Tints of Light Salmon #F5A379

Color information

#F5A379 (or 0xF5A379) is unknown color: approx Light Salmon. HEX triplet: F5, A3 and 79. RGB value is (245,163,121). Sum of RGB (Red+Green+Blue) = 245+163+121=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 121 (47.66% from 255 or 22.87% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A379 is #0A5C86. Grayscale: #B6B6B6. Windows color (decimal): -679047 or 7971829. OLE color: 7971829.

HSL color Cylindrical-coordinate representation of color #F5A379: hue angle of 20.32º 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 #F5A379 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB245163121-
CMYK00.330.510.04
HSL20.32º86.11%71.76%-
HSV(B)20.32º50.61%96.08%-
XYZ54.246.9924.3-
YUV182.7393.17172.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.31%
GREEN value IS 163 (64.06% from 255) = 30.81%
BLUE value IS 121 (47.66% from 255) = 22.87%
R=46.31%
G=30.81%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516312100.330.510.0420.3286.1171.76
HexF5A379021334145648
Octal36524317104163424126110
Binary1111010110100011111100101000011100111001010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A379; }

 p { color: rgb(245,163,121); }

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

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

 a { background-color: rgb(245,163,121); }

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

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

 span { border-color: rgb(245,163,121); }

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