#FFA788

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

Shades of Light Salmon #FFA788

Tints of Light Salmon #FFA788

Color information

#FFA788 (or 0xFFA788) is unknown color: approx Light Salmon. HEX triplet: FF, A7 and 88. RGB value is (255,167,136). Sum of RGB (Red+Green+Blue) = 255+167+136=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA788 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA788 is #005877. Grayscale: #BDBDBD. Windows color (decimal): -22648 or 8955903. OLE color: 8955903.

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

Color convert

RGB255167136-
CMYK00.350.470
HSL15.63º100%76.67%-
HSV(B)15.63º46.67%100%-
XYZ59.550.6829.94-
YUV189.7897.65174.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.70%
GREEN value IS 167 (65.62% from 255) = 29.93%
BLUE value IS 136 (53.52% from 255) = 24.37%
R=45.70%
G=29.93%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516713600.350.47015.6310076.67
HexFFA7880232F010644d
Octal37724721004357020144115
Binary111111111010011110001000010001110111101000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA788; }

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

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

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

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

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

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

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

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