#FC8279

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

Shades of Salmon #FC8279

Tints of Salmon #FC8279

Color information

#FC8279 (or 0xFC8279) is unknown color: approx Salmon. HEX triplet: FC, 82 and 79. RGB value is (252,130,121). Sum of RGB (Red+Green+Blue) = 252+130+121=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8279 is #037D86. Grayscale: #A5A5A5. Windows color (decimal): -228743 or 7963388. OLE color: 7963388.

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

Color convert

RGB252130121-
CMYK00.480.520.01
HSL4.12º95.62%73.14%-
HSV(B)4.12º51.98%98.82%-
XYZ51.5838.0422.71-
YUV165.45102.92189.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.10%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 121 (47.66% from 255) = 24.06%
R=50.10%
G=25.84%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213012100.480.520.014.1295.6273.14
HexFC827903034146049
Octal3742021710606414140111
Binary111111001000001011110010110000110100110011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8279; }

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

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

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

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

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

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

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

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