#FD7C72

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

Shades of Salmon #FD7C72

Tints of Salmon #FD7C72

Color information

#FD7C72 (or 0xFD7C72) is unknown color: approx Salmon. HEX triplet: FD, 7C and 72. RGB value is (253,124,114). Sum of RGB (Red+Green+Blue) = 253+124+114=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7C72 is #02838D. Grayscale: #A1A1A1. Windows color (decimal): -164750 or 7503101. OLE color: 7503101.

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

Color convert

RGB253124114-
CMYK00.510.550.01
HSL4.32º97.2%71.96%-
HSV(B)4.32º54.94%99.22%-
XYZ50.7536.5120.29-
YUV161.43101.24193.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.53%
GREEN value IS 124 (48.83% from 255) = 25.25%
BLUE value IS 114 (44.92% from 255) = 23.22%
R=51.53%
G=25.25%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312411400.510.550.014.3297.271.96
HexFD7C7203337146148
Octal3751741620636714141110
Binary11111101111110011100100110011110111110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7C72; }

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

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

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

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

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

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

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

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