#FC8775

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

Shades of Salmon #FC8775

Tints of Salmon #FC8775

Color information

#FC8775 (or 0xFC8775) is unknown color: approx Salmon. HEX triplet: FC, 87 and 75. RGB value is (252,135,117). Sum of RGB (Red+Green+Blue) = 252+135+117=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8775 is #03788A. Grayscale: #A8A8A8. Windows color (decimal): -227467 or 7702524. OLE color: 7702524.

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

Color convert

RGB252135117-
CMYK00.460.540.01
HSL95.74%72.35%-
HSV(B)53.57%98.82%-
XYZ52.0239.3121.68-
YUV167.9399.26187.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50%
GREEN value IS 135 (53.12% from 255) = 26.79%
BLUE value IS 117 (46.09% from 255) = 23.21%
R=50%
G=26.79%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213511700.460.540.01895.7472.35
HexFC877502E36186048
Octal37420716505666110140110
Binary1111110010000111111010101011101101101100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8775; }

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

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

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

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

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

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

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

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