#FC7070

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

Shades of Salmon #FC7070

Tints of Salmon #FC7070

Color information

#FC7070 (or 0xFC7070) is unknown color: approx Salmon. HEX triplet: FC, 70 and 70. RGB value is (252,112,112). Sum of RGB (Red+Green+Blue) = 252+112+112=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7070 is #038F8F. Grayscale: #9A9A9A. Windows color (decimal): -233360 or 7368956. OLE color: 7368956.

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

Color convert

RGB252112112-
CMYK00.560.560.01
HSL95.89%71.37%-
HSV(B)55.56%98.82%-
XYZ48.8633.4519.21-
YUV153.86104.38198-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.94%
GREEN value IS 112 (44.14% from 255) = 23.53%
BLUE value IS 112 (44.14% from 255) = 23.53%
R=52.94%
G=23.53%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211211200.560.560.01095.8971.37
HexFC707003838106047
Octal3741601600707010140107
Binary111111001110000111000001110001110001011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7070; }

 p { color: rgb(252,112,112); }

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

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

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

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

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

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

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