#F69975

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

Shades of Light Salmon #F69975

Tints of Light Salmon #F69975

Color information

#F69975 (or 0xF69975) is unknown color: approx Light Salmon. HEX triplet: F6, 99 and 75. RGB value is (246,153,117). Sum of RGB (Red+Green+Blue) = 246+153+117=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F69975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69975 is #09668A. Grayscale: #B0B0B0. Windows color (decimal): -616075 or 7707126. OLE color: 7707126.

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

Color convert

RGB246153117-
CMYK00.380.520.04
HSL16.74º87.76%71.18%-
HSV(B)16.74º52.44%96.47%-
XYZ52.6143.6622.48-
YUV176.794.31177.43-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.67%
GREEN value IS 153 (60.16% from 255) = 29.65%
BLUE value IS 117 (46.09% from 255) = 22.67%
R=47.67%
G=29.65%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615311700.380.520.0416.7487.7671.18
HexF69975026344115847
Octal36623116504664421130107
Binary1111011010011001111010101001101101001001000110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69975; }

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

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

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

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

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

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

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

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