#FC9A79

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

Shades of Light Salmon #FC9A79

Tints of Light Salmon #FC9A79

Color information

#FC9A79 (or 0xFC9A79) is unknown color: approx Light Salmon. HEX triplet: FC, 9A and 79. RGB value is (252,154,121). Sum of RGB (Red+Green+Blue) = 252+154+121=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 121 (47.66% from 255 or 22.96% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9A79 is #036586. Grayscale: #B3B3B3. Windows color (decimal): -222599 or 7969532. OLE color: 7969532.

HSL color Cylindrical-coordinate representation of color #FC9A79: hue angle of 15.11º 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 #FC9A79 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB252154121-
CMYK00.390.520.01
HSL15.11º95.62%73.14%-
HSV(B)15.11º51.98%98.82%-
XYZ55.1545.1923.9-
YUV179.5494.97179.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.82%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 121 (47.66% from 255) = 22.96%
R=47.82%
G=29.22%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215412100.390.520.0115.1195.6273.14
HexFC9A79027341f6049
Octal37423217104764117140111
Binary1111110010011010111100101001111101001111111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9A79; }

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

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

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

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

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

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

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

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