#FC8777

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

Shades of Salmon #FC8777

Tints of Salmon #FC8777

Color information

#FC8777 (or 0xFC8777) is unknown color: approx Salmon. HEX triplet: FC, 87 and 77. RGB value is (252,135,119). Sum of RGB (Red+Green+Blue) = 252+135+119=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8777 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8777 is #037888. Grayscale: #A8A8A8. Windows color (decimal): -227465 or 7833596. OLE color: 7833596.

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

Color convert

RGB252135119-
CMYK00.460.530.01
HSL7.22º95.68%72.75%-
HSV(B)7.22º52.78%98.82%-
XYZ52.1439.3622.3-
YUV168.16100.26187.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.80%
GREEN value IS 135 (53.12% from 255) = 26.68%
BLUE value IS 119 (46.88% from 255) = 23.52%
R=49.80%
G=26.68%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213511900.460.530.017.2295.6872.75
HexFC877702E35176049
Octal3742071670566517140111
Binary111111001000011111101110101110110101111111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8777; }

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

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

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

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

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

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

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

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