#FC8079

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

Shades of Salmon #FC8079

Tints of Salmon #FC8079

Color information

#FC8079 (or 0xFC8079) is unknown color: approx Salmon. HEX triplet: FC, 80 and 79. RGB value is (252,128,121). Sum of RGB (Red+Green+Blue) = 252+128+121=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8079 is #037F86. Grayscale: #A4A4A4. Windows color (decimal): -229255 or 7962876. OLE color: 7962876.

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

Color convert

RGB252128121-
CMYK00.490.520.01
HSL3.21º95.62%73.14%-
HSV(B)3.21º51.98%98.82%-
XYZ51.3237.5122.63-
YUV164.28103.58190.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.30%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 121 (47.66% from 255) = 24.15%
R=50.30%
G=25.55%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212812100.490.520.013.2195.6273.14
HexFC807903134136049
Octal3742001710616413140111
Binary11111100100000001111001011000111010011111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8079; }

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

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

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

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

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

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

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

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