#F6A585

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

Shades of Light Salmon #F6A585

Tints of Light Salmon #F6A585

Color information

#F6A585 (or 0xF6A585) is unknown color: approx Light Salmon. HEX triplet: F6, A5 and 85. RGB value is (246,165,133). Sum of RGB (Red+Green+Blue) = 246+165+133=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A585 is #095A7A. Grayscale: #B9B9B9. Windows color (decimal): -612987 or 8758774. OLE color: 8758774.

HSL color Cylindrical-coordinate representation of color #F6A585: hue angle of 16.99º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6A585 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB246165133-
CMYK00.330.460.04
HSL16.99º86.26%74.31%-
HSV(B)16.99º45.93%96.47%-
XYZ55.6948.228.56-
YUV185.5798.34171.1-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.22%
GREEN value IS 165 (64.84% from 255) = 30.33%
BLUE value IS 133 (52.34% from 255) = 24.45%
R=45.22%
G=30.33%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616513300.330.460.0416.9986.2674.31
HexF6A5850212E411564a
Octal36624520504156421126112
Binary11110110101001011000010101000011011101001000110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A585; }

 p { color: rgb(246,165,133); }

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

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

 a { background-color: rgb(246,165,133); }

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

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

 span { border-color: rgb(246,165,133); }

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