#FFA785

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

Shades of Light Salmon #FFA785

Tints of Light Salmon #FFA785

Color information

#FFA785 (or 0xFFA785) is unknown color: approx Light Salmon. HEX triplet: FF, A7 and 85. RGB value is (255,167,133). Sum of RGB (Red+Green+Blue) = 255+167+133=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA785 is #00587A. Grayscale: #BDBDBD. Windows color (decimal): -22651 or 8759295. OLE color: 8759295.

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

Color convert

RGB255167133-
CMYK00.350.480
HSL16.72º100%76.08%-
HSV(B)16.72º47.84%100%-
XYZ59.2950.5928.83-
YUV189.4496.15174.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 133 (52.34% from 255) = 23.96%
R=45.95%
G=30.09%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516713300.350.48016.7210076.08
HexFFA78502330011644c
Octal37724720504360021144114
Binary111111111010011110000101010001111000001000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA785; }

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

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

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

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

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

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

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

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