Html Css Color HEX #FC7977 Salmon

📋 copy color: '#FC7977'

red 252 ◦ green 121 ◦ blue 119

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

Shades of Salmon #FC7977

Tints of Salmon #FC7977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.59%

 BLUE value IS 119 (46.88% from 255) = 24.19%

R = 51.22%
G = 24.59%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC7977 (or 0xFC7977) is known color: Salmon. HEX triplet: FC, 79 and 77. RGB value is (252,121,119). Sum of RGB (Red+Green+Blue) = 252+121+119=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7977 is #038688. Grayscale: #A0A0A0. Windows color (decimal): -231049 or 7830012. OLE color: 7830012.

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

Color convert

RGB 252 121 119 -
CMYK 0 0.52 0.53 0.01
HSL 0.9º 0.96% 0.73% -
HSV(B) 0.9º 0.53% 0.99% -
XYZ 50.31 35.7 21.69 -
YUV 159.94 104.9 193.66 -
System Red Green Blue C M Y K H S L
Decimal 252 121 119 0 0.52 0.53 0.01 0.9 0.96 0.73
Hex FC 79 77 0 34 35 1 1 60 49
Octal 374 171 167 0 64 65 1 1 140 111
Binary 11111100 1111001 1110111 0 110100 110101 1 1 1100000 1001001

Color Harmonies of #FC7977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7977

Black with #FC7977

Text Example


Text Example

White with #FC7977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7977; }

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

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

background-color css

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

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

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

border-color css

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

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

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