#FF9C79

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

Shades of Light Salmon #FF9C79

Tints of Light Salmon #FF9C79

Color information

#FF9C79 (or 0xFF9C79) is unknown color: approx Light Salmon. HEX triplet: FF, 9C and 79. RGB value is (255,156,121). Sum of RGB (Red+Green+Blue) = 255+156+121=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 121 (47.66% from 255 or 22.74% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C79 is #006386. Grayscale: #B5B5B5. Windows color (decimal): -25479 or 7970047. OLE color: 7970047.

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

Color convert

RGB255156121-
CMYK00.390.530
HSL15.67º100%73.73%-
HSV(B)15.67º52.55%100%-
XYZ56.5846.4224.07-
YUV181.6193.8180.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.93%
GREEN value IS 156 (61.33% from 255) = 29.32%
BLUE value IS 121 (47.66% from 255) = 22.74%
R=47.93%
G=29.32%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515612100.390.53015.6710073.73
HexFF9C7902735010644a
Octal37723417104765020144112
Binary11111111100111001111001010011111010101000011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9C79; }

 p { color: rgb(255,156,121); }

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

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

 a { background-color: rgb(255,156,121); }

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

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

 span { border-color: rgb(255,156,121); }

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