#FC7E75

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

Shades of Salmon #FC7E75

Tints of Salmon #FC7E75

Color information

#FC7E75 (or 0xFC7E75) is unknown color: approx Salmon. HEX triplet: FC, 7E and 75. RGB value is (252,126,117). Sum of RGB (Red+Green+Blue) = 252+126+117=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E75 is #03818A. Grayscale: #A2A2A2. Windows color (decimal): -229771 or 7700220. OLE color: 7700220.

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

Color convert

RGB252126117-
CMYK00.50.540.01
HSL95.74%72.35%-
HSV(B)53.57%98.82%-
XYZ50.8236.921.27-
YUV162.65102.24191.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.91%
GREEN value IS 126 (49.61% from 255) = 25.45%
BLUE value IS 117 (46.09% from 255) = 23.64%
R=50.91%
G=25.45%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212611700.50.540.01495.7472.35
HexFC7E7503236146048
Octal3741761650626614140110
Binary11111100111111011101010110010110110110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7E75; }

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

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

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

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

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

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

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

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