#FC7975

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

Shades of Salmon #FC7975

Tints of Salmon #FC7975

Color information

#FC7975 (or 0xFC7975) is unknown color: approx Salmon. HEX triplet: FC, 79 and 75. RGB value is (252,121,117). Sum of RGB (Red+Green+Blue) = 252+121+117=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7975 is #03868A. Grayscale: #9F9F9F. Windows color (decimal): -231051 or 7698940. OLE color: 7698940.

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

Color convert

RGB252121117-
CMYK00.520.540.01
HSL1.78º95.74%72.35%-
HSV(B)1.78º53.57%98.82%-
XYZ50.1935.6521.07-
YUV159.71103.9193.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.43%
GREEN value IS 121 (47.66% from 255) = 24.69%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=51.43%
G=24.69%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212111700.520.540.011.7895.7472.35
HexFC797503436126048
Octal3741711650646612140110
Binary1111110011110011110101011010011011011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7975; }

 p { color: rgb(252,121,117); }

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

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

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

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

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

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

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