#F6A785

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

Shades of Light Salmon #F6A785

Tints of Light Salmon #F6A785

Color information

#F6A785 (or 0xF6A785) is unknown color: approx Light Salmon. HEX triplet: F6, A7 and 85. RGB value is (246,167,133). Sum of RGB (Red+Green+Blue) = 246+167+133=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A785 is #09587A. Grayscale: #BABABA. Windows color (decimal): -612475 or 8759286. OLE color: 8759286.

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

Color convert

RGB246167133-
CMYK00.320.460.04
HSL18.05º86.26%74.31%-
HSV(B)18.05º45.93%96.47%-
XYZ56.0648.9228.68-
YUV186.7497.67170.26-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.05%
GREEN value IS 167 (65.62% from 255) = 30.59%
BLUE value IS 133 (52.34% from 255) = 24.36%
R=45.05%
G=30.59%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616713300.320.460.0418.0586.2674.31
HexF6A7850202E412564a
Octal36624720504056422126112
Binary11110110101001111000010101000001011101001001010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A785; }

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

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

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

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

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

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

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

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