#FC9572

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

Shades of Light Salmon #FC9572

Tints of Light Salmon #FC9572

Color information

#FC9572 (or 0xFC9572) is unknown color: approx Light Salmon. HEX triplet: FC, 95 and 72. RGB value is (252,149,114). Sum of RGB (Red+Green+Blue) = 252+149+114=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9572 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9572 is #036A8D. Grayscale: #B0B0B0. Windows color (decimal): -223886 or 7509500. OLE color: 7509500.

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

Color convert

RGB252149114-
CMYK00.410.550.01
HSL15.22º95.83%71.76%-
HSV(B)15.22º54.76%98.82%-
XYZ53.9343.4121.46-
YUV175.8193.12182.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.93%
GREEN value IS 149 (58.59% from 255) = 28.93%
BLUE value IS 114 (44.92% from 255) = 22.14%
R=48.93%
G=28.93%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214911400.410.550.0115.2295.8371.76
HexFC9572029371f6048
Octal37422516205167117140110
Binary1111110010010101111001001010011101111111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9572; }

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

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

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

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

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

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

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

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