#ff9d7c

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

Shades of Light Salmon #FF9D7C

Tints of Light Salmon #FF9D7C

Color information

#FF9D7C (or 0xFF9D7C) is unknown color: approx Light Salmon. HEX triplet: FF, 9D and 7C. RGB value is (255,157,124). Sum of RGB (Red+Green+Blue) = 255+157+124=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9D7C is #006283. Grayscale: #B6B6B6. Windows color (decimal): -25220 or 8166911. OLE color: 8166911.

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

Color convert

RGB255157124-
CMYK00.380.510
HSL15.11º100%74.31%-
HSV(B)15.11º51.37%100%-
XYZ56.9446.8325.11-
YUV182.5494.97179.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.57%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 124 (48.83% from 255) = 23.13%
R=47.57%
G=29.29%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515712400.380.51015.1110074.31
HexFF9D7C026330f644a
Octal37723517404663017144112
Binary1111111110011101111110001001101100110111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff9d7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff9d7c; }

 p { color: rgb(255,157,124); }

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

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

 a { background-color: rgb(255,157,124); }

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

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

 span { border-color: rgb(255,157,124); }

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