Html Css Color HEX #FC7E76 Salmon

📋 copy color: '#FC7E76'

red 252 ◦ green 126 ◦ blue 118

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

Shades of Salmon #FC7E76

Tints of Salmon #FC7E76

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.4%

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

R = 50.81%
G = 25.4%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC7E76 (or 0xFC7E76) is known color: Salmon. HEX triplet: FC, 7E and 76. RGB value is (252,126,118). Sum of RGB (Red+Green+Blue) = 252+126+118=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E76 is #038189. Grayscale: #A2A2A2. Windows color (decimal): -229770 or 7765756. OLE color: 7765756.

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

Color convert

RGB 252 126 118 -
CMYK 0 0.5 0.53 0.01
HSL 3.58º 0.96% 0.73% -
HSV(B) 3.58º 0.53% 0.99% -
XYZ 50.88 36.93 21.59 -
YUV 162.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 252 126 118 0 0.5 0.53 0.01 3.58 0.96 0.73
Hex FC 7E 76 0 32 35 1 4 60 49
Octal 374 176 166 0 62 65 1 4 140 111
Binary 11111100 1111110 1110110 0 110010 110101 1 100 1100000 1001001

Color Harmonies of #FC7E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7E76

Black with #FC7E76

Text Example


Text Example

White with #FC7E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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