#F6A180

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

Shades of Light Salmon #F6A180

Tints of Light Salmon #F6A180

Color information

#F6A180 (or 0xF6A180) is unknown color: approx Light Salmon. HEX triplet: F6, A1 and 80. RGB value is (246,161,128). Sum of RGB (Red+Green+Blue) = 246+161+128=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A180 is #095E7F. Grayscale: #B6B6B6. Windows color (decimal): -614016 or 8430070. OLE color: 8430070.

HSL color Cylindrical-coordinate representation of color #F6A180: hue angle of 16.78º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6A180 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246161128-
CMYK00.350.480.04
HSL16.78º86.76%73.33%-
HSV(B)16.78º47.97%96.47%-
XYZ54.6546.6426.54-
YUV182.6597.16173.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.98%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 128 (50.39% from 255) = 23.93%
R=45.98%
G=30.09%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616112800.350.480.0416.7886.7673.33
HexF6A180023304115749
Octal36624120004360421127111
Binary11110110101000011000000001000111100001001000110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A180; }

 p { color: rgb(246,161,128); }

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

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

 a { background-color: rgb(246,161,128); }

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

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

 span { border-color: rgb(246,161,128); }

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