#FF9F78

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

Shades of Light Salmon #FF9F78

Tints of Light Salmon #FF9F78

Color information

#FF9F78 (or 0xFF9F78) is unknown color: approx Light Salmon. HEX triplet: FF, 9F and 78. RGB value is (255,159,120). Sum of RGB (Red+Green+Blue) = 255+159+120=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F78 is #006087. Grayscale: #B7B7B7. Windows color (decimal): -24712 or 7905279. OLE color: 7905279.

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

Color convert

RGB255159120-
CMYK00.380.530
HSL17.33º100%73.53%-
HSV(B)17.33º52.94%100%-
XYZ57.0347.4123.92-
YUV183.2692.3179.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 159 (62.5% from 255) = 29.78%
BLUE value IS 120 (47.27% from 255) = 22.47%
R=47.75%
G=29.78%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515912000.380.53017.3310073.53
HexFF9F7802635011644a
Octal37723717004665021144112
Binary11111111100111111111000010011011010101000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9F78; }

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

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

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

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

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

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

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

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