#FC8978

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

Shades of Salmon #FC8978

Tints of Salmon #FC8978

Color information

#FC8978 (or 0xFC8978) is unknown color: approx Salmon. HEX triplet: FC, 89 and 78. RGB value is (252,137,120). Sum of RGB (Red+Green+Blue) = 252+137+120=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8978 is #037687. Grayscale: #A9A9A9. Windows color (decimal): -226952 or 7899644. OLE color: 7899644.

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

Color convert

RGB252137120-
CMYK00.460.520.01
HSL7.73º95.65%72.94%-
HSV(B)7.73º52.38%98.82%-
XYZ52.4839.9422.71-
YUV169.45100.1186.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.51%
GREEN value IS 137 (53.91% from 255) = 26.92%
BLUE value IS 120 (47.27% from 255) = 23.58%
R=49.51%
G=26.92%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213712000.460.520.017.7395.6572.94
HexFC897802E34186049
Octal37421117005664110140111
Binary1111110010001001111100001011101101001100011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8978; }

 p { color: rgb(252,137,120); }

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

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

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

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

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

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

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