#FFA485

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

Shades of Light Salmon #FFA485

Tints of Light Salmon #FFA485

Color information

#FFA485 (or 0xFFA485) is unknown color: approx Light Salmon. HEX triplet: FF, A4 and 85. RGB value is (255,164,133). Sum of RGB (Red+Green+Blue) = 255+164+133=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA485 is #005B7A. Grayscale: #BBBBBB. Windows color (decimal): -23419 or 8758527. OLE color: 8758527.

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

Color convert

RGB255164133-
CMYK00.360.480
HSL15.25º100%76.08%-
HSV(B)15.25º47.84%100%-
XYZ58.7549.528.65-
YUV187.6897.15176.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.20%
GREEN value IS 164 (64.45% from 255) = 29.71%
BLUE value IS 133 (52.34% from 255) = 24.09%
R=46.20%
G=29.71%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516413300.360.48015.2510076.08
HexFFA485024300f644c
Octal37724420504460017144114
Binary11111111101001001000010101001001100000111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA485; }

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

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

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

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

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

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

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

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