#FA9E74

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

Shades of Light Salmon #FA9E74

Tints of Light Salmon #FA9E74

Color information

#FA9E74 (or 0xFA9E74) is unknown color: approx Light Salmon. HEX triplet: FA, 9E and 74. RGB value is (250,158,116). Sum of RGB (Red+Green+Blue) = 250+158+116=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9E74 is #05618B. Grayscale: #B4B4B4. Windows color (decimal): -352652 or 7642874. OLE color: 7642874.

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

Color convert

RGB250158116-
CMYK00.370.540.02
HSL18.81º93.06%71.76%-
HSV(B)18.81º53.6%98.04%-
XYZ54.846.0422.52-
YUV180.7291.48177.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.71%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 116 (45.70% from 255) = 22.14%
R=47.71%
G=30.15%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015811600.370.540.0218.8193.0671.76
HexFA9E74025362135d48
Octal37223616404566223135110
Binary111110101001111011101000100101110110101001110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9E74; }

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

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

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

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

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

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

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

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