#FF9973

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

Shades of Light Salmon #FF9973

Tints of Light Salmon #FF9973

Color information

#FF9973 (or 0xFF9973) is unknown color: approx Light Salmon. HEX triplet: FF, 99 and 73. RGB value is (255,153,115). Sum of RGB (Red+Green+Blue) = 255+153+115=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9973 is #00668C. Grayscale: #B3B3B3. Windows color (decimal): -26253 or 7576063. OLE color: 7576063.

HSL color Cylindrical-coordinate representation of color #FF9973: hue angle of 16.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF9973 is Cyan = 0, Magento = 0.4, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB255153115-
CMYK00.40.550
HSL16.29º100%72.55%-
HSV(B)16.29º54.9%100%-
XYZ55.7345.2822.02-
YUV179.1791.79182.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.76%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 115 (45.31% from 255) = 21.99%
R=48.76%
G=29.25%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515311500.40.55016.2910072.55
HexFF9973028370106449
Octal37723116305067020144111
Binary11111111100110011110011010100011011101000011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9973; }

 p { color: rgb(255,153,115); }

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

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

 a { background-color: rgb(255,153,115); }

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

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

 span { border-color: rgb(255,153,115); }

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