#F69C75

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

Shades of Light Salmon #F69C75

Tints of Light Salmon #F69C75

Color information

#F69C75 (or 0xF69C75) is unknown color: approx Light Salmon. HEX triplet: F6, 9C and 75. RGB value is (246,156,117). Sum of RGB (Red+Green+Blue) = 246+156+117=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69C75 is #09638A. Grayscale: #B2B2B2. Windows color (decimal): -615307 or 7707894. OLE color: 7707894.

HSL color Cylindrical-coordinate representation of color #F69C75: hue angle of 18.14º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F69C75 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB246156117-
CMYK00.370.520.04
HSL18.14º87.76%71.18%-
HSV(B)18.14º52.44%96.47%-
XYZ53.1144.6522.65-
YUV178.4693.32176.17-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.40%
GREEN value IS 156 (61.33% from 255) = 30.06%
BLUE value IS 117 (46.09% from 255) = 22.54%
R=47.40%
G=30.06%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615611700.370.520.0418.1487.7671.18
HexF69C75025344125847
Octal36623416504564422130107
Binary1111011010011100111010101001011101001001001010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69C75; }

 p { color: rgb(246,156,117); }

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

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

 a { background-color: rgb(246,156,117); }

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

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

 span { border-color: rgb(246,156,117); }

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