#FC7F74

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

Shades of Salmon #FC7F74

Tints of Salmon #FC7F74

Color information

#FC7F74 (or 0xFC7F74) is unknown color: approx Salmon. HEX triplet: FC, 7F and 74. RGB value is (252,127,116). Sum of RGB (Red+Green+Blue) = 252+127+116=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7F74 is #03808B. Grayscale: #A3A3A3. Windows color (decimal): -229516 or 7634940. OLE color: 7634940.

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

Color convert

RGB252127116-
CMYK00.500.540.01
HSL4.85º95.77%72.16%-
HSV(B)4.85º53.97%98.82%-
XYZ50.8937.1421.01-
YUV163.12101.41191.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.91%
GREEN value IS 127 (50% from 255) = 25.66%
BLUE value IS 116 (45.70% from 255) = 23.43%
R=50.91%
G=25.66%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212711600.500.540.014.8595.7772.16
HexFC7F7403236156048
Octal3741771640626615140110
Binary11111100111111111101000110010110110110111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7F74; }

 p { color: rgb(252,127,116); }

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

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

 a { background-color: rgb(252,127,116); }

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

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

 span { border-color: rgb(252,127,116); }

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