#FC8579

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

Shades of Salmon #FC8579

Tints of Salmon #FC8579

Color information

#FC8579 (or 0xFC8579) is unknown color: approx Salmon. HEX triplet: FC, 85 and 79. RGB value is (252,133,121). Sum of RGB (Red+Green+Blue) = 252+133+121=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8579 is #037A86. Grayscale: #A7A7A7. Windows color (decimal): -227975 or 7964156. OLE color: 7964156.

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

Color convert

RGB252133121-
CMYK00.470.520.01
HSL5.5º95.62%73.14%-
HSV(B)5.5º51.98%98.82%-
XYZ51.9838.8522.85-
YUV167.21101.92188.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.80%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 121 (47.66% from 255) = 23.91%
R=49.80%
G=26.28%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213312100.470.520.015.595.6273.14
HexFC857902F34156049
Octal3742051710576415140111
Binary111111001000010111110010101111110100110111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8579; }

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

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

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

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

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

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

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

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