#FC9972

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

Shades of Light Salmon #FC9972

Tints of Light Salmon #FC9972

Color information

#FC9972 (or 0xFC9972) is unknown color: approx Light Salmon. HEX triplet: FC, 99 and 72. RGB value is (252,153,114). Sum of RGB (Red+Green+Blue) = 252+153+114=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9972 is #03668D. Grayscale: #B2B2B2. Windows color (decimal): -222862 or 7510524. OLE color: 7510524.

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

Color convert

RGB252153114-
CMYK00.390.550.01
HSL16.96º95.83%71.76%-
HSV(B)16.96º54.76%98.82%-
XYZ54.5744.6921.67-
YUV178.1691.8180.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.55%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 114 (44.92% from 255) = 21.97%
R=48.55%
G=29.48%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215311400.390.550.0116.9695.8371.76
HexFC9972027371116048
Octal37423116204767121140110
Binary11111100100110011110010010011111011111000111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9972; }

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

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

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

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

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

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

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

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