#FCA580

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

Shades of Light Salmon #FCA580

Tints of Light Salmon #FCA580

Color information

#FCA580 (or 0xFCA580) is unknown color: approx Light Salmon. HEX triplet: FC, A5 and 80. RGB value is (252,165,128). Sum of RGB (Red+Green+Blue) = 252+165+128=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA580 is #035A7F. Grayscale: #BBBBBB. Windows color (decimal): -219776 or 8431100. OLE color: 8431100.

HSL color Cylindrical-coordinate representation of color #FCA580: hue angle of 17.9º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCA580 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB252165128-
CMYK00.350.490.01
HSL17.9º95.38%74.51%-
HSV(B)17.9º49.21%98.82%-
XYZ57.549.1626.88-
YUV186.894.82174.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.24%
GREEN value IS 165 (64.84% from 255) = 30.28%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=46.24%
G=30.28%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216512800.350.490.0117.995.3874.51
HexFCA580023311125f4b
Octal37424520004361122137113
Binary111111001010010110000000010001111000111001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA580; }

 p { color: rgb(252,165,128); }

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

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

 a { background-color: rgb(252,165,128); }

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

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

 span { border-color: rgb(252,165,128); }

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