#F6A684

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

Shades of Light Salmon #F6A684

Tints of Light Salmon #F6A684

Color information

#F6A684 (or 0xF6A684) is unknown color: approx Light Salmon. HEX triplet: F6, A6 and 84. RGB value is (246,166,132). Sum of RGB (Red+Green+Blue) = 246+166+132=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 132 (51.95% from 255 or 24.26% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A684 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A684 is #09597B. Grayscale: #BABABA. Windows color (decimal): -612732 or 8693494. OLE color: 8693494.

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

Color convert

RGB246166132-
CMYK00.330.460.04
HSL17.89º86.36%74.12%-
HSV(B)17.89º46.34%96.47%-
XYZ55.8148.5328.26-
YUV186.0497.5170.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.22%
GREEN value IS 166 (65.23% from 255) = 30.51%
BLUE value IS 132 (51.95% from 255) = 24.26%
R=45.22%
G=30.51%
B=24.26%

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
Decimal24616613200.330.460.0417.8986.3674.12
HexF6A6840212E412564a
Octal36624620404156422126112
Binary11110110101001101000010001000011011101001001010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A684; }

 p { color: rgb(246,166,132); }

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

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

 a { background-color: rgb(246,166,132); }

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

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

 span { border-color: rgb(246,166,132); }

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