#FFA685

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

Shades of Light Salmon #FFA685

Tints of Light Salmon #FFA685

Color information

#FFA685 (or 0xFFA685) is unknown color: approx Light Salmon. HEX triplet: FF, A6 and 85. RGB value is (255,166,133). Sum of RGB (Red+Green+Blue) = 255+166+133=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA685 is #00597A. Grayscale: #BDBDBD. Windows color (decimal): -22907 or 8759039. OLE color: 8759039.

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

Color convert

RGB255166133-
CMYK00.350.480
HSL16.23º100%76.08%-
HSV(B)16.23º47.84%100%-
XYZ59.1150.2328.77-
YUV188.8596.49175.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.03%
GREEN value IS 166 (65.23% from 255) = 29.96%
BLUE value IS 133 (52.34% from 255) = 24.01%
R=46.03%
G=29.96%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516613300.350.48016.2310076.08
HexFFA68502330010644c
Octal37724620504360020144114
Binary111111111010011010000101010001111000001000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA685; }

 p { color: rgb(255,166,133); }

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

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

 a { background-color: rgb(255,166,133); }

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

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

 span { border-color: rgb(255,166,133); }

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