#FC9C79

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

Shades of Light Salmon #FC9C79

Tints of Light Salmon #FC9C79

Color information

#FC9C79 (or 0xFC9C79) is unknown color: approx Light Salmon. HEX triplet: FC, 9C and 79. RGB value is (252,156,121). Sum of RGB (Red+Green+Blue) = 252+156+121=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 121 (47.66% from 255 or 22.87% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9C79 is #036386. Grayscale: #B4B4B4. Windows color (decimal): -222087 or 7970044. OLE color: 7970044.

HSL color Cylindrical-coordinate representation of color #FC9C79: hue angle of 16.03º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC9C79 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB252156121-
CMYK00.380.520.01
HSL16.03º95.62%73.14%-
HSV(B)16.03º51.98%98.82%-
XYZ55.4845.8524.02-
YUV180.7194.3178.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.64%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 121 (47.66% from 255) = 22.87%
R=47.64%
G=29.49%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215612100.380.520.0116.0395.6273.14
HexFC9C79026341106049
Octal37423417104664120140111
Binary11111100100111001111001010011011010011000011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9C79; }

 p { color: rgb(252,156,121); }

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

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

 a { background-color: rgb(252,156,121); }

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

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

 span { border-color: rgb(252,156,121); }

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