#F69D79

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

Shades of Light Salmon #F69D79

Tints of Light Salmon #F69D79

Color information

#F69D79 (or 0xF69D79) is unknown color: approx Light Salmon. HEX triplet: F6, 9D and 79. RGB value is (246,157,121). Sum of RGB (Red+Green+Blue) = 246+157+121=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69D79 is #096286. Grayscale: #B3B3B3. Windows color (decimal): -615047 or 7970294. OLE color: 7970294.

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

Color convert

RGB246157121-
CMYK00.360.510.04
HSL17.28º87.41%71.96%-
HSV(B)17.28º50.81%96.47%-
XYZ53.5145.0923.97-
YUV179.5194.99175.43-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.95%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 121 (47.66% from 255) = 23.09%
R=46.95%
G=29.96%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615712100.360.510.0417.2887.4171.96
HexF69D79024334115748
Octal36623517104463421127110
Binary1111011010011101111100101001001100111001000110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69D79; }

 p { color: rgb(246,157,121); }

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

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

 a { background-color: rgb(246,157,121); }

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

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

 span { border-color: rgb(246,157,121); }

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