Html Css Color HEX #FC7B76 Salmon

📋 copy color: '#FC7B76'

red 252 ◦ green 123 ◦ blue 118

#FC7B76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #FC7B76

Tints of Salmon #FC7B76

RGB

 RED value IS 252 (98.83% from 255) = 51.12%

 GREEN value IS 123 (48.44% from 255) = 24.95%

 BLUE value IS 118 (46.48% from 255) = 23.94%

R = 51.12%
G = 24.95%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC7B76 (or 0xFC7B76) is known color: Salmon. HEX triplet: FC, 7B and 76. RGB value is (252,123,118). Sum of RGB (Red+Green+Blue) = 252+123+118=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B76 is #038489. Grayscale: #A1A1A1. Windows color (decimal): -230538 or 7764988. OLE color: 7764988.

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

Color convert

RGB 252 123 118 -
CMYK 0 0.51 0.53 0.01
HSL 2.24º 0.96% 0.73% -
HSV(B) 2.24º 0.53% 0.99% -
XYZ 50.5 36.17 21.46 -
YUV 161 103.74 192.91 -
System Red Green Blue C M Y K H S L
Decimal 252 123 118 0 0.51 0.53 0.01 2.24 0.96 0.73
Hex FC 7B 76 0 33 35 1 2 60 49
Octal 374 173 166 0 63 65 1 2 140 111
Binary 11111100 1111011 1110110 0 110011 110101 1 10 1100000 1001001

Color Harmonies of #FC7B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B76

Black with #FC7B76

Text Example


Text Example

White with #FC7B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B76; }

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

 H1.HeaderClassName
 {
   color: #FC7B76;
 }
 .AnyTagClassName
 {
   color: #FC7B76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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