#fc8564

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

Shades of Salmon #FC8564

Tints of Salmon #FC8564

Color information

#FC8564 (or 0xFC8564) is unknown color: approx Salmon. HEX triplet: FC, 85 and 64. RGB value is (252,133,100). Sum of RGB (Red+Green+Blue) = 252+133+100=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8564 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8564 is #037A9B. Grayscale: #A5A5A5. Windows color (decimal): -227996 or 6587900. OLE color: 6587900.

HSL color Cylindrical-coordinate representation of color #FC8564: hue angle of 13.03º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC8564 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB252133100-
CMYK00.470.600.01
HSL13.03º96.2%69.02%-
HSV(B)13.03º60.32%98.82%-
XYZ50.8338.3916.79-
YUV164.8291.42190.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.96%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 100 (39.45% from 255) = 20.62%
R=51.96%
G=27.42%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213310000.470.600.0113.0396.269.02
HexFC856402F3C1d6045
Octal37420514405774115140105
Binary1111110010000101110010001011111111001110111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc8564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc8564; }

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

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

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

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

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

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

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

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