#FC8A71

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

Shades of Salmon #FC8A71

Tints of Salmon #FC8A71

Color information

#FC8A71 (or 0xFC8A71) is unknown color: approx Salmon. HEX triplet: FC, 8A and 71. RGB value is (252,138,113). Sum of RGB (Red+Green+Blue) = 252+138+113=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8A71 is #03758E. Grayscale: #A9A9A9. Windows color (decimal): -226703 or 7441148. OLE color: 7441148.

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

Color convert

RGB252138113-
CMYK00.450.550.01
HSL10.79º95.86%71.57%-
HSV(B)10.79º55.16%98.82%-
XYZ52.2140.0620.6-
YUV169.2496.27187.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.10%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 113 (44.53% from 255) = 22.47%
R=50.10%
G=27.44%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213811300.450.550.0110.7995.8671.57
HexFC8A7102D371b6048
Octal37421216105567113140110
Binary1111110010001010111000101011011101111101111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8A71; }

 p { color: rgb(252,138,113); }

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

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

 a { background-color: rgb(252,138,113); }

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

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

 span { border-color: rgb(252,138,113); }

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