#FC8971

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

Shades of Salmon #FC8971

Tints of Salmon #FC8971

Color information

#FC8971 (or 0xFC8971) is unknown color: approx Salmon. HEX triplet: FC, 89 and 71. RGB value is (252,137,113). Sum of RGB (Red+Green+Blue) = 252+137+113=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8971 is #03768E. Grayscale: #A8A8A8. Windows color (decimal): -226959 or 7440892. OLE color: 7440892.

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

Color convert

RGB252137113-
CMYK00.460.550.01
HSL10.36º95.86%71.57%-
HSV(B)10.36º55.16%98.82%-
XYZ52.0739.7820.56-
YUV168.6596.6187.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.20%
GREEN value IS 137 (53.91% from 255) = 27.29%
BLUE value IS 113 (44.53% from 255) = 22.51%
R=50.20%
G=27.29%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213711300.460.550.0110.3695.8671.57
HexFC897102E371a6048
Octal37421116105667112140110
Binary1111110010001001111000101011101101111101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8971; }

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

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

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

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

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

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

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

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