#FFA780

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

Shades of Light Salmon #FFA780

Tints of Light Salmon #FFA780

Color information

#FFA780 (or 0xFFA780) is unknown color: approx Light Salmon. HEX triplet: FF, A7 and 80. RGB value is (255,167,128). Sum of RGB (Red+Green+Blue) = 255+167+128=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA780 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA780 is #00587F. Grayscale: #BDBDBD. Windows color (decimal): -22656 or 8431615. OLE color: 8431615.

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

Color convert

RGB255167128-
CMYK00.350.500
HSL18.43º100%75.1%-
HSV(B)18.43º49.8%100%-
XYZ58.9650.4627.05-
YUV188.8793.65175.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.36%
GREEN value IS 167 (65.62% from 255) = 30.36%
BLUE value IS 128 (50.39% from 255) = 23.27%
R=46.36%
G=30.36%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516712800.350.50018.4310075.1
HexFFA78002332012644b
Octal37724720004362022144113
Binary111111111010011110000000010001111001001001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA780; }

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

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

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

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

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

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

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

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