#FC9975

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

Shades of Light Salmon #FC9975

Tints of Light Salmon #FC9975

Color information

#FC9975 (or 0xFC9975) is unknown color: approx Light Salmon. HEX triplet: FC, 99 and 75. RGB value is (252,153,117). Sum of RGB (Red+Green+Blue) = 252+153+117=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9975 is #03668A. Grayscale: #B2B2B2. Windows color (decimal): -222859 or 7707132. OLE color: 7707132.

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

Color convert

RGB252153117-
CMYK00.390.540.01
HSL16º95.74%72.35%-
HSV(B)16º53.57%98.82%-
XYZ54.7544.7622.58-
YUV178.593.3180.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.28%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 117 (46.09% from 255) = 22.41%
R=48.28%
G=29.31%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215311700.390.540.011695.7472.35
HexFC9975027361106048
Octal37423116504766120140110
Binary11111100100110011110101010011111011011000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9975; }

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

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

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

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

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

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

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

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