#FF9F7E

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

Shades of Light Salmon #FF9F7E

Tints of Light Salmon #FF9F7E

Color information

#FF9F7E (or 0xFF9F7E) is unknown color: approx Light Salmon. HEX triplet: FF, 9F and 7E. RGB value is (255,159,126). Sum of RGB (Red+Green+Blue) = 255+159+126=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F7E is #006081. Grayscale: #B8B8B8. Windows color (decimal): -24706 or 8298495. OLE color: 8298495.

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

Color convert

RGB255159126-
CMYK00.380.510
HSL15.35º100%74.71%-
HSV(B)15.35º50.59%100%-
XYZ57.447.5625.89-
YUV183.9495.3178.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.22%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 126 (49.61% from 255) = 23.33%
R=47.22%
G=29.44%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515912600.380.51015.3510074.71
HexFF9F7E026330f644b
Octal37723717604663017144113
Binary1111111110011111111111001001101100110111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9F7E; }

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

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

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

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

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

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

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

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