#FD7877

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

Shades of Salmon #FD7877

Tints of Salmon #FD7877

Color information

#FD7877 (or 0xFD7877) is unknown color: approx Salmon. HEX triplet: FD, 78 and 77. RGB value is (253,120,119). Sum of RGB (Red+Green+Blue) = 253+120+119=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7877 is #028788. Grayscale: #9F9F9F. Windows color (decimal): -165769 or 7829757. OLE color: 7829757.

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

Color convert

RGB253120119-
CMYK00.530.530.01
HSL0.45º97.1%72.94%-
HSV(B)0.45º52.96%99.22%-
XYZ50.5535.6521.67-
YUV159.65105.06194.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.42%
GREEN value IS 120 (47.27% from 255) = 24.39%
BLUE value IS 119 (46.88% from 255) = 24.19%
R=51.42%
G=24.39%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312011900.530.530.010.4597.172.94
HexFD787703535106149
Octal3751701670656510141111
Binary111111011111000111011101101011101011011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7877; }

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

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

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

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

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

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

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

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