#FC7B7A

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

Shades of Salmon #FC7B7A

Tints of Salmon #FC7B7A

Color information

#FC7B7A (or 0xFC7B7A) is unknown color: approx Salmon. HEX triplet: FC, 7B and 7A. RGB value is (252,123,122). Sum of RGB (Red+Green+Blue) = 252+123+122=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B7A is #038485. Grayscale: #A1A1A1. Windows color (decimal): -230534 or 8027132. OLE color: 8027132.

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

Color convert

RGB252123122-
CMYK00.510.520.01
HSL0.46º95.59%73.33%-
HSV(B)0.46º51.59%98.82%-
XYZ50.7436.2722.74-
YUV161.46105.74192.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.70%
GREEN value IS 123 (48.44% from 255) = 24.75%
BLUE value IS 122 (48.05% from 255) = 24.55%
R=50.70%
G=24.75%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212312200.510.520.010.4695.5973.33
HexFC7B7A03334106049
Octal3741731720636410140111
Binary111111001111011111101001100111101001011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7B7A; }

 p { color: rgb(252,123,122); }

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

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

 a { background-color: rgb(252,123,122); }

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

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

 span { border-color: rgb(252,123,122); }

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