#FFA578

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

Shades of Light Salmon #FFA578

Tints of Light Salmon #FFA578

Color information

#FFA578 (or 0xFFA578) is unknown color: approx Light Salmon. HEX triplet: FF, A5 and 78. RGB value is (255,165,120). Sum of RGB (Red+Green+Blue) = 255+165+120=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA578 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA578 is #005A87. Grayscale: #BBBBBB. Windows color (decimal): -23176 or 7906815. OLE color: 7906815.

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

Color convert

RGB255165120-
CMYK00.350.530
HSL20º100%73.53%-
HSV(B)20º52.94%100%-
XYZ58.0949.5324.27-
YUV186.7890.32176.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.22%
GREEN value IS 165 (64.84% from 255) = 30.56%
BLUE value IS 120 (47.27% from 255) = 22.22%
R=47.22%
G=30.56%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516512000.350.5302010073.53
HexFFA57802335014644a
Octal37724517004365024144112
Binary11111111101001011111000010001111010101010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA578; }

 p { color: rgb(255,165,120); }

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

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

 a { background-color: rgb(255,165,120); }

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

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

 span { border-color: rgb(255,165,120); }

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