#FD7772

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

Shades of Salmon #FD7772

Tints of Salmon #FD7772

Color information

#FD7772 (or 0xFD7772) is unknown color: approx Salmon. HEX triplet: FD, 77 and 72. RGB value is (253,119,114). Sum of RGB (Red+Green+Blue) = 253+119+114=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7772 is #02888D. Grayscale: #9E9E9E. Windows color (decimal): -166030 or 7501821. OLE color: 7501821.

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

Color convert

RGB253119114-
CMYK00.530.550.01
HSL2.16º97.2%71.96%-
HSV(B)2.16º54.94%99.22%-
XYZ50.1435.2920.09-
YUV158.5102.89195.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.06%
GREEN value IS 119 (46.88% from 255) = 24.49%
BLUE value IS 114 (44.92% from 255) = 23.46%
R=52.06%
G=24.49%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311911400.530.550.012.1697.271.96
HexFD777203537126148
Octal3751671620656712141110
Binary1111110111101111110010011010111011111011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7772; }

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

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

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

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

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

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

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

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