#FF9F75

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

Shades of Light Salmon #FF9F75

Tints of Light Salmon #FF9F75

Color information

#FF9F75 (or 0xFF9F75) is unknown color: approx Light Salmon. HEX triplet: FF, 9F and 75. RGB value is (255,159,117). Sum of RGB (Red+Green+Blue) = 255+159+117=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F75 is #00608A. Grayscale: #B7B7B7. Windows color (decimal): -24715 or 7708671. OLE color: 7708671.

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

Color convert

RGB255159117-
CMYK00.380.540
HSL18.26º100%72.94%-
HSV(B)18.26º54.12%100%-
XYZ56.8547.3422.97-
YUV182.9290.8179.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.02%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 117 (46.09% from 255) = 22.03%
R=48.02%
G=29.94%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515911700.380.54018.2610072.94
HexFF9F75026360126449
Octal37723716504666022144111
Binary11111111100111111110101010011011011001001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9F75; }

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

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

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

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

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

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

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

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