#FF9E7D

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

Shades of Light Salmon #FF9E7D

Tints of Light Salmon #FF9E7D

Color information

#FF9E7D (or 0xFF9E7D) is unknown color: approx Light Salmon. HEX triplet: FF, 9E and 7D. RGB value is (255,158,125). Sum of RGB (Red+Green+Blue) = 255+158+125=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E7D is #006182. Grayscale: #B7B7B7. Windows color (decimal): -24963 or 8232703. OLE color: 8232703.

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

Color convert

RGB255158125-
CMYK00.380.510
HSL15.23º100%74.51%-
HSV(B)15.23º50.98%100%-
XYZ57.1747.1925.5-
YUV183.2495.14179.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.40%
GREEN value IS 158 (62.11% from 255) = 29.37%
BLUE value IS 125 (49.22% from 255) = 23.23%
R=47.40%
G=29.37%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515812500.380.51015.2310074.51
HexFF9E7D026330f644b
Octal37723617504663017144113
Binary1111111110011110111110101001101100110111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9E7D; }

 p { color: rgb(255,158,125); }

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

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

 a { background-color: rgb(255,158,125); }

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

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

 span { border-color: rgb(255,158,125); }

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