#FD9C78

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

Shades of Light Salmon #FD9C78

Tints of Light Salmon #FD9C78

Color information

#FD9C78 (or 0xFD9C78) is unknown color: approx Light Salmon. HEX triplet: FD, 9C and 78. RGB value is (253,156,120). Sum of RGB (Red+Green+Blue) = 253+156+120=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9C78 is #026387. Grayscale: #B5B5B5. Windows color (decimal): -156552 or 7904509. OLE color: 7904509.

HSL color Cylindrical-coordinate representation of color #FD9C78: hue angle of 16.24º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD9C78 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB253156120-
CMYK00.380.530.01
HSL16.24º97.08%73.14%-
HSV(B)16.24º52.57%99.22%-
XYZ55.7946.0223.71-
YUV180.993.64179.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.83%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 120 (47.27% from 255) = 22.68%
R=47.83%
G=29.49%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315612000.380.530.0116.2497.0873.14
HexFD9C78026351106149
Octal37523417004665120141111
Binary11111101100111001111000010011011010111000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9C78; }

 p { color: rgb(253,156,120); }

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

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

 a { background-color: rgb(253,156,120); }

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

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

 span { border-color: rgb(253,156,120); }

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