#FA9974

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

Shades of Light Salmon #FA9974

Tints of Light Salmon #FA9974

Color information

#FA9974 (or 0xFA9974) is unknown color: approx Light Salmon. HEX triplet: FA, 99 and 74. RGB value is (250,153,116). Sum of RGB (Red+Green+Blue) = 250+153+116=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9974 is #05668B. Grayscale: #B2B2B2. Windows color (decimal): -353932 or 7641594. OLE color: 7641594.

HSL color Cylindrical-coordinate representation of color #FA9974: hue angle of 16.57º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA9974 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB250153116-
CMYK00.390.540.02
HSL16.57º93.06%71.76%-
HSV(B)16.57º53.6%98.04%-
XYZ53.9744.3722.24-
YUV177.7893.14179.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.17%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 116 (45.70% from 255) = 22.35%
R=48.17%
G=29.48%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015311600.390.540.0216.5793.0671.76
HexFA9974027362115d48
Octal37223116404766221135110
Binary111110101001100111101000100111110110101000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9974; }

 p { color: rgb(250,153,116); }

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

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

 a { background-color: rgb(250,153,116); }

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

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

 span { border-color: rgb(250,153,116); }

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