#FFA885

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

Shades of Light Salmon #FFA885

Tints of Light Salmon #FFA885

Color information

#FFA885 (or 0xFFA885) is unknown color: approx Light Salmon. HEX triplet: FF, A8 and 85. RGB value is (255,168,133). Sum of RGB (Red+Green+Blue) = 255+168+133=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA885 is #00577A. Grayscale: #BEBEBE. Windows color (decimal): -22395 or 8759551. OLE color: 8759551.

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

Color convert

RGB255168133-
CMYK00.340.480
HSL17.21º100%76.08%-
HSV(B)17.21º47.84%100%-
XYZ59.4850.9628.89-
YUV190.0295.82174.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.86%
GREEN value IS 168 (66.02% from 255) = 30.22%
BLUE value IS 133 (52.34% from 255) = 23.92%
R=45.86%
G=30.22%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516813300.340.48017.2110076.08
HexFFA88502230011644c
Octal37725020504260021144114
Binary111111111010100010000101010001011000001000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA885; }

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

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

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

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

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

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

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

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