#FF9975

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

Shades of Light Salmon #FF9975

Tints of Light Salmon #FF9975

Color information

#FF9975 (or 0xFF9975) is unknown color: approx Light Salmon. HEX triplet: FF, 99 and 75. RGB value is (255,153,117). Sum of RGB (Red+Green+Blue) = 255+153+117=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9975 is #00668A. Grayscale: #B3B3B3. Windows color (decimal): -26251 or 7707135. OLE color: 7707135.

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

Color convert

RGB255153117-
CMYK00.40.540
HSL15.65º100%72.94%-
HSV(B)15.65º54.12%100%-
XYZ55.8445.3322.64-
YUV179.3992.79181.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 117 (46.09% from 255) = 22.29%
R=48.57%
G=29.14%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515311700.40.54015.6510072.94
HexFF9975028360106449
Octal37723116505066020144111
Binary11111111100110011110101010100011011001000011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9975; }

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

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

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

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

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

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

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

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