#FCA782

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

Shades of Light Salmon #FCA782

Tints of Light Salmon #FCA782

Color information

#FCA782 (or 0xFCA782) is unknown color: approx Light Salmon. HEX triplet: FC, A7 and 82. RGB value is (252,167,130). Sum of RGB (Red+Green+Blue) = 252+167+130=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA782 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA782 is #03587D. Grayscale: #BCBCBC. Windows color (decimal): -219262 or 8562684. OLE color: 8562684.

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

Color convert

RGB252167130-
CMYK00.340.480.01
HSL18.2º95.31%74.9%-
HSV(B)18.2º48.41%98.82%-
XYZ57.9949.9427.7-
YUV188.295.16173.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.90%
GREEN value IS 167 (65.62% from 255) = 30.42%
BLUE value IS 130 (51.17% from 255) = 23.68%
R=45.90%
G=30.42%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216713000.340.480.0118.295.3174.9
HexFCA782022301125f4b
Octal37424720204260122137113
Binary111111001010011110000010010001011000011001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA782; }

 p { color: rgb(252,167,130); }

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

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

 a { background-color: rgb(252,167,130); }

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

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

 span { border-color: rgb(252,167,130); }

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