#FC8C70

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

Shades of Salmon #FC8C70

Tints of Salmon #FC8C70

Color information

#FC8C70 (or 0xFC8C70) is unknown color: approx Salmon. HEX triplet: FC, 8C and 70. RGB value is (252,140,112). Sum of RGB (Red+Green+Blue) = 252+140+112=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C70 is #03738F. Grayscale: #AAAAAA. Windows color (decimal): -226192 or 7376124. OLE color: 7376124.

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

Color convert

RGB252140112-
CMYK00.440.560.01
HSL12º95.89%71.37%-
HSV(B)12º55.56%98.82%-
XYZ52.4540.6220.41-
YUV170.395.11186.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 112 (44.14% from 255) = 22.22%
R=50%
G=27.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214011200.440.560.011295.8971.37
HexFC8C7002C381c6047
Octal37421416005470114140107
Binary1111110010001100111000001011001110001110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8C70; }

 p { color: rgb(252,140,112); }

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

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

 a { background-color: rgb(252,140,112); }

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

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

 span { border-color: rgb(252,140,112); }

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