#F69B75

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

Shades of Light Salmon #F69B75

Tints of Light Salmon #F69B75

Color information

#F69B75 (or 0xF69B75) is unknown color: approx Light Salmon. HEX triplet: F6, 9B and 75. RGB value is (246,155,117). Sum of RGB (Red+Green+Blue) = 246+155+117=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69B75 is #09648A. Grayscale: #B2B2B2. Windows color (decimal): -615563 or 7707638. OLE color: 7707638.

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

Color convert

RGB246155117-
CMYK00.370.520.04
HSL17.67º87.76%71.18%-
HSV(B)17.67º52.44%96.47%-
XYZ52.9444.3222.59-
YUV177.8893.65176.59-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.49%
GREEN value IS 155 (60.94% from 255) = 29.92%
BLUE value IS 117 (46.09% from 255) = 22.59%
R=47.49%
G=29.92%
B=22.59%

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
Decimal24615511700.370.520.0417.6787.7671.18
HexF69B75025344125847
Octal36623316504564422130107
Binary1111011010011011111010101001011101001001001010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69B75; }

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

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

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

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

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

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

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

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