#F6A480

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

Shades of Light Salmon #F6A480

Tints of Light Salmon #F6A480

Color information

#F6A480 (or 0xF6A480) is unknown color: approx Light Salmon. HEX triplet: F6, A4 and 80. RGB value is (246,164,128). Sum of RGB (Red+Green+Blue) = 246+164+128=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A480 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A480 is #095B7F. Grayscale: #B8B8B8. Windows color (decimal): -613248 or 8430838. OLE color: 8430838.

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

Color convert

RGB246164128-
CMYK00.330.480.04
HSL18.31º86.76%73.33%-
HSV(B)18.31º47.97%96.47%-
XYZ55.1847.726.72-
YUV184.4196.17171.93-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.72%
GREEN value IS 164 (64.45% from 255) = 30.48%
BLUE value IS 128 (50.39% from 255) = 23.79%
R=45.72%
G=30.48%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616412800.330.480.0418.3186.7673.33
HexF6A480021304125749
Octal36624420004160422127111
Binary11110110101001001000000001000011100001001001010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A480; }

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

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

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

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

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

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

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

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