#FC9D75

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

Shades of Light Salmon #FC9D75

Tints of Light Salmon #FC9D75

Color information

#FC9D75 (or 0xFC9D75) is unknown color: approx Light Salmon. HEX triplet: FC, 9D and 75. RGB value is (252,157,117). Sum of RGB (Red+Green+Blue) = 252+157+117=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9D75 is #03628A. Grayscale: #B5B5B5. Windows color (decimal): -221835 or 7708156. OLE color: 7708156.

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

Color convert

RGB252157117-
CMYK00.380.540.01
HSL17.78º95.74%72.35%-
HSV(B)17.78º53.57%98.82%-
XYZ55.4146.0922.81-
YUV180.8491.97178.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.91%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 117 (46.09% from 255) = 22.24%
R=47.91%
G=29.85%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215711700.380.540.0117.7895.7472.35
HexFC9D75026361126048
Octal37423516504666122140110
Binary11111100100111011110101010011011011011001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9D75; }

 p { color: rgb(252,157,117); }

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

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

 a { background-color: rgb(252,157,117); }

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

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

 span { border-color: rgb(252,157,117); }

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