#FB9D78

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

Shades of Light Salmon #FB9D78

Tints of Light Salmon #FB9D78

Color information

#FB9D78 (or 0xFB9D78) is unknown color: approx Light Salmon. HEX triplet: FB, 9D and 78. RGB value is (251,157,120). Sum of RGB (Red+Green+Blue) = 251+157+120=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9D78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9D78 is #046287. Grayscale: #B5B5B5. Windows color (decimal): -287368 or 7904763. OLE color: 7904763.

HSL color Cylindrical-coordinate representation of color #FB9D78: hue angle of 16.95º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB9D78 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB251157120-
CMYK00.370.520.02
HSL16.95º94.24%72.75%-
HSV(B)16.95º52.19%98.43%-
XYZ55.2345.9823.73-
YUV180.8993.64178.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.54%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 120 (47.27% from 255) = 22.73%
R=47.54%
G=29.73%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115712000.370.520.0216.9594.2472.75
HexFB9D78025342115e49
Octal37323517004564221136111
Binary111110111001110111110000100101110100101000110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9D78; }

 p { color: rgb(251,157,120); }

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

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

 a { background-color: rgb(251,157,120); }

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

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

 span { border-color: rgb(251,157,120); }

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