#FC9B74

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

Shades of Light Salmon #FC9B74

Tints of Light Salmon #FC9B74

Color information

#FC9B74 (or 0xFC9B74) is unknown color: approx Light Salmon. HEX triplet: FC, 9B and 74. RGB value is (252,155,116). Sum of RGB (Red+Green+Blue) = 252+155+116=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9B74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9B74 is #03648B. Grayscale: #B3B3B3. Windows color (decimal): -222348 or 7642108. OLE color: 7642108.

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

Color convert

RGB252155116-
CMYK00.380.540.01
HSL17.21º95.77%72.16%-
HSV(B)17.21º53.97%98.82%-
XYZ55.0245.422.39-
YUV179.5692.14179.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.18%
GREEN value IS 155 (60.94% from 255) = 29.64%
BLUE value IS 116 (45.70% from 255) = 22.18%
R=48.18%
G=29.64%
B=22.18%

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
Decimal25215511600.380.540.0117.2195.7772.16
HexFC9B74026361116048
Octal37423316404666121140110
Binary11111100100110111110100010011011011011000111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9B74; }

 p { color: rgb(252,155,116); }

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

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

 a { background-color: rgb(252,155,116); }

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

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

 span { border-color: rgb(252,155,116); }

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