#FFA585

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

Shades of Light Salmon #FFA585

Tints of Light Salmon #FFA585

Color information

#FFA585 (or 0xFFA585) is unknown color: approx Light Salmon. HEX triplet: FF, A5 and 85. RGB value is (255,165,133). Sum of RGB (Red+Green+Blue) = 255+165+133=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA585 is #005A7A. Grayscale: #BCBCBC. Windows color (decimal): -23163 or 8758783. OLE color: 8758783.

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

Color convert

RGB255165133-
CMYK00.350.480
HSL15.74º100%76.08%-
HSV(B)15.74º47.84%100%-
XYZ58.9349.8628.71-
YUV188.2696.82175.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.11%
GREEN value IS 165 (64.84% from 255) = 29.84%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=46.11%
G=29.84%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516513300.350.48015.7410076.08
HexFFA58502330010644c
Octal37724520504360020144114
Binary111111111010010110000101010001111000001000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA585; }

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

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

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

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

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

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

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

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